diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0efa32a7187..9bc5bdae534 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,25 @@ +Version 11.13.0 +--------------- + +:Date: November 12, 2024 + +* `@humitos `__: Pin pip for pip-tools for now (`#11756 `__) +* `@plaindocs `__: Clarify flyout options (`#11750 `__) +* `@humitos `__: Addons: resolve URLs for file tree diff API response (`#11749 `__) +* `@stsewd `__: Env variables: increase size limit (`#11748 `__) +* `@humitos `__: Addons: API response for tooltips (`#11746 `__) +* `@stsewd `__: API v3: don't inherit from flex fields when no needed (`#11745 `__) +* `@humitos `__: Addons: split model and data migrations (`#11744 `__) +* `@humitos `__: Release 11.12.0 (`#11743 `__) +* `@stsewd `__: Update allauth (`#11719 `__) +* `@humitos `__: Addons: allow users to show/hide notifications on latest/non-stable (`#11718 `__) +* `@ericholscher `__: Admin: Make large inlines collapse by default (`#11717 `__) +* `@humitos `__: Addons: remove old `X-RTD-Hosting-Integrations` HTTP header (`#11653 `__) +* `@stsewd `__: Notifications: remove unused notification (`#11573 `__) +* `@agjohnson `__: Fix site-wide new dashboard notification (`#11543 `__) +* `@humitos `__: Build: use new Docker images from design document (`#8453 `__) +* `@humitos `__: Embed APIv3: initial implementation (`#8319 `__) + Version 11.12.0 --------------- diff --git a/docs/conf.py b/docs/conf.py index a2606bb3018..87d59668433 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.12.0" +version = "11.13.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 094314ec6bd..d72fb37e4ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.12.0", + "version": "11.13.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index e2a9989db1e..911dc391808 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.12.0" +__version__ = "11.13.0" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 6aa11dfba92..204d4c59c4e 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "الإصدار" @@ -145,39 +145,39 @@ msgstr "" msgid "Privacy Policy" msgstr "سياسة الخصوصية" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -224,7 +224,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "المستخدم" @@ -237,7 +237,7 @@ msgid "Username" msgstr "اسم المستخدم" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "المشروع" @@ -477,7 +477,7 @@ msgstr "فعّال" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -537,7 +537,7 @@ msgid "Verbose Name" msgstr "اسم مطوّل" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -557,7 +557,7 @@ msgstr "بني" msgid "Uploaded" msgstr "تم الرفع" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "مستوي الخصوصية" @@ -589,7 +589,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "" @@ -637,7 +637,7 @@ msgstr "خطأ" msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "تقديم" @@ -686,7 +686,7 @@ msgid "Command" msgstr "" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "الوصف" @@ -915,7 +915,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -987,10 +987,6 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1045,12 +1041,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "تاريخ النشر" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "تاريخ التعديل" @@ -1451,7 +1447,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "الاسم" @@ -1621,11 +1617,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2144,7 +2140,7 @@ msgstr "حُذف" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "للعامة" @@ -2315,7 +2311,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2334,283 +2330,299 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +msgid "Documentation tool name" +msgstr "" + +#: projects/forms.py:684 +msgid "Documentation tool version" +msgstr "" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "عنوان المستودع" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "نوع المستودع" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "الصفحة الرئيسية للمشروع" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "الإصدار الإفتراضي" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "رمز الإحصائيات" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2618,316 +2630,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "مميز" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "اللغة" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "لغة البرمَجة" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "المسار" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "النطاق" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2972,196 +2984,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3233,10 +3251,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3343,67 +3357,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "الكتالانية" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "الإنجليزية" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "الإسبانية" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "الفرنسية" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "الروسية" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "الألمانية" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "الفياتنامية" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "اليابانية" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "الأوكرانية" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "الإيطالية" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "الكورية" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index d2e46f926ad..b8fdcb1b234 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -220,7 +220,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Usuari" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -533,7 +533,7 @@ msgid "Verbose Name" msgstr "Nom detallat" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -553,7 +553,7 @@ msgstr "Construït" msgid "Uploaded" msgstr "Carregat" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Nivell privat" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Tipus de documentació" @@ -633,7 +633,7 @@ msgstr "Error" msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "publica" @@ -682,7 +682,7 @@ msgid "Command" msgstr "Ordre" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descripció" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -983,10 +983,6 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1041,12 +1037,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Data de modificació" @@ -1447,7 +1443,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Nom" @@ -1617,11 +1613,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2140,7 +2136,7 @@ msgstr "Eliminat" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Públic" @@ -2311,7 +2307,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2330,135 +2326,155 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Tipus de documentació" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "Tipus de documentació" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL del repositori" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Tipus de repositori" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Pàgina inicial del projecte" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "URL canònica" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Versió senzilla" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2468,148 +2484,148 @@ msgstr "" "versió a l'arrel del domini. Useu-lo amb precaució i activeu-lo només si " "mai voleu tenir diverses versions dels vostres documents." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Versió per defecte" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "La versió del vostre projecte que / redirigeix a " -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Branca per defecte" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Codi d'Analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2617,37 +2633,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Destacat" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Projectes relacionats" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2655,280 +2671,280 @@ msgstr "" "L'idioma en què es publicarà la documentació del projecte. Nota: això " "afectarà la URL del projecte" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "El model ha de tenir un slug" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Camí" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL on enviar el webhook" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2973,196 +2989,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3234,10 +3256,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3344,67 +3362,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Anglès" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Castellà" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norueg" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Francès" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Rus" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Alemany" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Gallec" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japonès" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ucranià" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 0e794229c9c..8becbc96c15 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Justin “Justman10000” 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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Ungültiger Projektname \"{0}\": kein Slug generiert." -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Projekt mit Slug \"{0}\" existiert bereits." -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, 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:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Ein Unterprojekt mit diesem Alias ​​existiert bereits" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "Einladung verschickt" @@ -234,7 +234,7 @@ msgid "Invitation declined" msgstr "Einladung abgelehnt" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Benutzer" @@ -247,7 +247,7 @@ msgid "Username" msgstr "Benutzername" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Build fehlgeschlagen" @@ -549,7 +549,7 @@ msgid "Verbose Name" msgstr "Name" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Kürzel" @@ -569,7 +569,7 @@ msgstr "Erstellt" msgid "Uploaded" msgstr "Hochgeladen" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Sicherheitsstufe" @@ -603,7 +603,7 @@ msgstr "Hat ePub" msgid "Has HTML Zip" msgstr "Hat HTML-Zip" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Dokumentationstyp" @@ -653,7 +653,7 @@ msgstr "Fehler" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Übernehmen" @@ -704,7 +704,7 @@ msgid "Command" msgstr "Befehl" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beschreibung" @@ -934,7 +934,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -1007,10 +1007,6 @@ msgstr "Gesperrt" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1065,12 +1061,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Modifizierungsdatum" @@ -1495,7 +1491,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Name" @@ -1667,11 +1663,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "E-Mail-Adresse oder Benutzername" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2194,7 +2190,7 @@ msgstr "Gelöscht" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Öffentlich" @@ -2367,7 +2363,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "Kurze Beschreibung dieses Projekts" @@ -2387,139 +2383,155 @@ msgstr "" 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" -msgstr "Warnbanner in nicht stabilen oder neuesten Versionen anzeigen." +msgstr "" -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" -msgstr "Warnbanner in nicht stabilen oder neuesten Versionen anzeigen." +msgstr "" + +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Dokumentationstyp" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Dokumentation Werbung" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "Der Benutzer %(username)s ist bereits ein Maintainer" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "Hauptprojekt" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "Unterprojekt" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Repository-URL" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Repository-Typ" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Projektstartseite" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Die Startseite des Projekts" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Kanonische URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Einzelversion" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2530,50 +2542,50 @@ msgstr "" "Verwenden Sie dies mit Vorsicht, schalten Sie es nur ein, wenn Sie nie mehrere Versionen Ihrer Dokumente haben werden." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Standard-Version" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Die Projektversion zu der Zugriffe auf „/“ weitergeleitet werden" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Standard-Branch" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "Pull-Requests für dieses Projekt erstellen" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." @@ -2581,25 +2593,25 @@ msgstr "" "Weitere Informationen in unserer Dokumentation." -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Analytics-Code" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2607,11 +2619,11 @@ msgstr "" "Tracking-ID von Google Analytics (z.B. UA-22345342-1). Dies " "kann das Laden Ihrer Seite verlangsamen." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "Analysen deaktivieren" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2619,65 +2631,65 @@ msgstr "" "Deaktivieren Sie Google Analytics für dieses Projekt vollständig (erfordert " "Neuaufbau-Dokumentation)" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "Alternative Buildschlangen ID" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "Maximal erlaubte gleichzeitige Builds für dieses Projekt" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Bezahlte Werbung zulassen" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Versionswarnung anzeigen" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "Warnbanner in nicht stabilen oder neuesten Versionen anzeigen." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2685,37 +2697,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Hervorgehoben" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Verwandte Projekte" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Sprache" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2723,31 +2735,31 @@ msgstr "" "Die Sprache, in der die Projektdokumentation wiedergegeben wird. Hinweis: " "Dies wirkt sich auf die URL Ihres Projekts aus." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "Die primäre Programmiersprache, in der das Projekt geschrieben ist." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " @@ -2757,67 +2769,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Weitere Informationen zu Sphinx-Erbauern." -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "projekt" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Modell muss einen Kürzel haben" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "Unterprojektverschachtelung wird nicht unterstützt" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Pfad" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "Build ID" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "erstellt" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "geändert" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "Bauen ausgelöst" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "Bauen bestanden" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL, an die der Webhook versandt wird" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "Ereignisse zum Abonnieren" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check der Dokumentation nach, welche Ersetzungen " "möglich sind." -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Domain" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "Diese Domain wurde automatisch erstellt" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "Diese Domäne ist ein CNAME für das Projekt" -#: projects/models.py:1739 +#: projects/models.py:1760 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:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Für diese Domain immer HTTPS verwenden" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "Anzahl der Angriffe auf diese Domain" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 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:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" @@ -3052,82 +3064,88 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" "Geben Sie einen gültigen Wert für den einfachen oder internationalisierten " "Domänennamen ein" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projekt gelöscht" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3136,116 +3154,116 @@ 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3319,10 +3337,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3432,67 +3446,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Katalanisch" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Englisch" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Spanisch" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Brasilianisches Portugiesisch" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norwegisch (Bokmål)" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Französisch" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Russisch" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Deutsch" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galicisch" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamesisch" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Traditionelles Chinesisch" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japanisch" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukrainisch" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italienisch" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Koreanisch" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index 413397d2dc1..cec3b5425b1 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "" @@ -138,39 +138,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -217,7 +217,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "" @@ -230,7 +230,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "" @@ -470,7 +470,7 @@ msgstr "" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -530,7 +530,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "" @@ -550,7 +550,7 @@ msgstr "" msgid "Uploaded" msgstr "" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "" @@ -582,7 +582,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "Exit code" msgstr "" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "" @@ -679,7 +679,7 @@ msgid "Command" msgstr "" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "" @@ -908,7 +908,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -980,10 +980,6 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1038,12 +1034,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "" @@ -1444,7 +1440,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "" @@ -1614,11 +1610,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2137,7 +2133,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "" @@ -2308,7 +2304,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2327,283 +2323,299 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +msgid "Documentation tool name" +msgstr "" + +#: projects/forms.py:684 +msgid "Documentation tool version" +msgstr "" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2611,316 +2623,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2965,196 +2977,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3226,10 +3244,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3336,67 +3350,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index cd38f62b830..bcab2690bd0 100755 Binary files a/readthedocs/locale/es/LC_MESSAGES/django.mo and b/readthedocs/locale/es/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index 189ae922752..129cd3f02d5 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -21,6 +21,7 @@ # Jose Vaca , 2018 # Leonardo J. Caballero G. , 2015,2017-2020,2022 # Leonardo J. Caballero G. , 2022 +# Manuel Kaufmann , 2024 # Manuel Viera , 2013 # Raul Galvez, 2024 # Rodrigo Vegas Sánchez-Ferrero, 2017-2018 @@ -30,9 +31,9 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" -"Last-Translator: Raul Galvez, 2024\n" +"Last-Translator: Manuel Kaufmann , 2024\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" "language/es/)\n" "Language: es\n" @@ -43,7 +44,7 @@ msgstr "" "1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -83,7 +84,7 @@ msgstr "El objeto no existe." #: api/v2/serializers.py:395 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." -msgstr "Tipo incorrecto. Se esperaba cadena de URL, se recibió {tipo de data}." +msgstr "Tipo incorrecto. Se esperaba cadena de URL, se recibió {data_type}." #: api/v2/templates/restapi/footer.html:18 msgid "Languages" @@ -162,39 +163,39 @@ msgstr "Alojado por" msgid "Privacy Policy" msgstr "Política de privacidad" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, 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:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "El proyecto con slug \"{0}\" ya existe." -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, 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:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Ya existe un subproyecto con este alias" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -224,7 +225,7 @@ msgid "Log out" msgstr "Cerrar sesión" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "Invitación enviada" @@ -241,7 +242,7 @@ msgid "Invitation declined" msgstr "Invitación rechazada" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Usuario" @@ -254,7 +255,7 @@ msgid "Username" msgstr "Nombre de usuario" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "Proyecto" @@ -494,7 +495,7 @@ msgstr "Activo" msgid "Build successful" msgstr "Compilación exitosa" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilación fallida" @@ -555,7 +556,7 @@ msgid "Verbose Name" msgstr "Nombre descriptivo" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Indicación" @@ -575,7 +576,7 @@ msgstr "Compilado" msgid "Uploaded" msgstr "Cargado" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Nivel de privacidad" @@ -609,7 +610,7 @@ msgstr "Tiene ePub" msgid "Has HTML Zip" msgstr "Tiene Zip HTML" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Tipo de documentación" @@ -657,7 +658,7 @@ msgstr "Error" msgid "Exit code" msgstr "Código de salida" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Envío" @@ -706,7 +707,7 @@ msgid "Command" msgstr "Comando" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descripción" @@ -937,7 +938,7 @@ msgstr "Explicación del problema" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "Dirección URL" @@ -1009,10 +1010,6 @@ msgstr "Prohibido" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1071,12 +1068,12 @@ msgid "This project is already Ad-Free." msgstr "Este proyecto ya no tiene publicidad." #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Fecha de modificación" @@ -1501,7 +1498,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Nombre" @@ -1674,11 +1671,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:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 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:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "El usuario %(username)s no existe" @@ -2253,7 +2250,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Público" @@ -2426,7 +2423,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "Breve descripción de este proyecto" @@ -2445,141 +2442,155 @@ msgstr "Ya existe una traducción \"{lang}\" para el proyecto {proj}." 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -"Mostrar banner de advertencia en versiones no estables o más recientes." -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -"Mostrar banner de advertencia en versiones no estables o más recientes." -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Tipo de documentación" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Publicidad en Documentación" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "El usuario %(username)s ya es mantenedor" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "El payload debe ser un objeto JSON válido." -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "Proyecto principal" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Alias" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Dirección URL del repositorio" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Tipo de repositorio" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Página de inicio del proyecto" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "La página de inicio del proyecto" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Dirección URL canónica" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "URL desde donde se servirá la documentación" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Versión única" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2589,50 +2600,50 @@ msgstr "" "versión, alojado en la raíz del dominio. Úselo con precaución, sólo actívelo " "si nunca tendrá múltiples versiones de sus documentaciones." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Versión predeterminada" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "La versión de su proyecto a la que \"/\" redirecciona" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Rama predeterminada" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "Crear solicitudes de incorporación de cambios para este proyecto" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." @@ -2640,25 +2651,25 @@ msgstr "" "Más información en nuestros documentos." -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidad de las solicitudes de incorporación de cambios" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2666,11 +2677,11 @@ msgstr "" "Identificador de seguimiento de Google Analytics (ej., UA-22345342-1). Esto puede reducir la velocidad de carga de tu página." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "Deshabilitar Analytics" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2678,15 +2689,15 @@ msgstr "" "Deshabilite Google Analytics por completo para este proyecto (requiere " "documentación de reconstrucción)" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Imagen alternativa del contenedor" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Límite de memoria del contenedor" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2694,54 +2705,54 @@ msgstr "" "Límite de memoria en formato Docker - ejemplo: 512m o 1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "El límite de tiempo del contenedor en segundos" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "ID de cola de compilación alternativa" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de compilaciones simultáneas permitidas para este proyecto" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Permitir publicidad pagada" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" "Si no se selecciona, los usuarios seguirán viendo los anuncios de la " "comunidad." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Sin publicidades" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "¿Es spam?" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (no) spam" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Mostrar advertencia de versión" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Mostrar banner de advertencia en versiones no estables o más recientes." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2749,37 +2760,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Destacado" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "¿Debería estar público el tablero del proyecto?" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Proyectos relacionados" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2787,32 +2798,32 @@ msgstr "" "El idioma de la documentación del proyecto tal cual es visualizado. Nota: " "esto afecta a la dirección URL de su proyecto." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Lenguaje de programación" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" "El lenguaje de programación principal en el que el proyecto está escrito." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "Este proyecto ha sido construido con un webhook" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Este proyecto ha sido clonado con éxito" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " @@ -2822,67 +2833,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Más " "información sobre sphinx builders." -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "proyecto" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "El modelo debe tener una indicación" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "No se admite la anidación de subproyectos" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Ruta" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "ID de Compilación" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "Rango de búsqueda de la página" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este archivo de operaciones como la indexación" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "creado" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "modificado" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "Compilación activado" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "Compilación aprobada" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "Dirección URL donde enviar el webhook" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "Secreto utilizado para firmar el payload del webhook" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "Eventos para suscribirse" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "Payload JSON" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check los documentos para conocer las sustituciones disponibles." -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "Este dominio fue creado automáticamente" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "Este dominio es un CNAME para el proyecto" -#: projects/models.py:1739 +#: projects/models.py:1760 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:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Usar siempre HTTPS para este dominio" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "Número de veces que se ha pulsado desde este dominio" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Estado del certificado SSL" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "Omitir proceso de validación." -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "Fecha de inicio del proceso de validación." -#: projects/models.py:1776 +#: projects/models.py:1797 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:1781 +#: projects/models.py:1802 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:1786 +#: projects/models.py:1807 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:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" @@ -3118,82 +3129,88 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" "Introduzca como valor un nombre válido de dominio, simple o " "internacionalizado" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "El nombre de dominio no puede ser una dirección IP." -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Caracter no válido en la URL" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Esquema no válido para URL" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Configuración del proyecto actualizada" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Proyecto borrado" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3202,116 +3219,116 @@ 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, 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:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3385,10 +3402,6 @@ msgstr "Forzar redirección" msgid "Apply the redirect even if the page exists." msgstr "Aplicar la redirección incluso si la página existe." -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3497,67 +3510,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totales" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Catalán" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Inglés" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Español" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Portugués brasileño" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Noruego bokmål" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Francés" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Ruso" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Alemán" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Gallego" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Chino tradicional" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japonés" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italiano" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Coreano" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index e059f179339..aa2e501a3e6 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -220,7 +220,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Erabiltzailea" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -533,7 +533,7 @@ msgid "Verbose Name" msgstr "Bistaratzeko izena" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug-a" @@ -553,7 +553,7 @@ msgstr "Eraikita" msgid "Uploaded" msgstr "Igota" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "" @@ -633,7 +633,7 @@ msgstr "Errorea" msgid "Exit code" msgstr "" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "" @@ -682,7 +682,7 @@ msgid "Command" msgstr "" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Deskribapena" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -983,10 +983,6 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1041,12 +1037,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "" @@ -1447,7 +1443,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Izena" @@ -1617,11 +1613,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2140,7 +2136,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "" @@ -2311,7 +2307,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2330,283 +2326,299 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +msgid "Documentation tool name" +msgstr "" + +#: projects/forms.py:684 +msgid "Documentation tool version" +msgstr "" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Biltegi mota" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Proiektuaren webgunea" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2614,316 +2626,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2968,196 +2980,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3229,10 +3247,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3339,67 +3353,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index e9a65dc0fd9..081219fa644 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -42,7 +42,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Christian Wiat, 2024\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" @@ -55,7 +55,7 @@ msgstr "" "1000000 == 0 ? 1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -175,27 +175,27 @@ msgstr "Hébergé par" msgid "Privacy Policy" msgstr "Politique de confidentialité" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, 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:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Un projet avec le slug \"{0}\" existe déjà." -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, 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:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Un sous-projet avec cet alias existe déjà" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -204,7 +204,7 @@ msgstr "" "Les redirections de préfixe ont été supprimées. Remplacez-les par une " "redirection exacte `/prefix/*`. Voir {blog_link}." -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." @@ -212,7 +212,7 @@ msgstr "" "la redirection sphinx_html a été renommée en clean_url_to_html. Voir " "{blog_link}." -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -244,7 +244,7 @@ msgid "Log out" msgstr "Se déconnecter" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "L'invitation est envoyée" @@ -261,7 +261,7 @@ msgid "Invitation declined" msgstr "Invitation déclinée" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Utilisateur" @@ -274,7 +274,7 @@ msgid "Username" msgstr "Nom d'utilisateur" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "Projet" @@ -516,7 +516,7 @@ msgstr "Actif" msgid "Build successful" msgstr "Compilation réussie" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilation échouée" @@ -577,7 +577,7 @@ msgid "Verbose Name" msgstr "Nom verbeux" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Jeton" @@ -597,7 +597,7 @@ msgstr "Compilé" msgid "Uploaded" msgstr "Chargé" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Niveau de confidentialité" @@ -631,7 +631,7 @@ msgstr "Contient une ePub" msgid "Has HTML Zip" msgstr "Contient un Zip HTML" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Type de documentation" @@ -680,7 +680,7 @@ msgstr "Erreur" msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Consigner" @@ -731,7 +731,7 @@ msgid "Command" msgstr "Commande" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Description" @@ -963,7 +963,7 @@ msgstr "Explication du problème" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -1037,10 +1037,6 @@ msgstr "Banni" msgid "Email address not verified" msgstr "Adresse courriel non vérifiée" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1100,12 +1096,12 @@ msgid "This project is already Ad-Free." msgstr "Ce projet est déjà sans publicité." #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Modifié le" @@ -1533,7 +1529,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Nom" @@ -1707,11 +1703,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:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "Adresse email ou nom d'utilisateur" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "L'utilisateur %(username)s n'existe pas" @@ -2274,7 +2270,7 @@ msgstr "Supprimé" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Public" @@ -2447,7 +2443,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "Description courte de ce projet" @@ -2468,143 +2464,155 @@ msgstr "" "La longueur de chaque étiquette doit être inférieure ou égale à 100 " "caractères." -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -"Affiche une bannière d'avertissement sur les versions non stables ou " -"anciennes." -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -"Affiche une bannière d'avertissement sur les versions non stables ou " -"anciennes." -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Type de documentation" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Publicités sur la Documentation" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "L'utilisateur %(username)s est déjà un mainteneur" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "Les données doivent être un objet JSON valide." -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "Projet principal" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "Sous-projet" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Alias" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL du dépôt" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Type de dépôt" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Page d’accueil du projet" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "La page d’accueil du projet" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "URL canonique" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "URL à laquelle cette documentation s'attend à être servie" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Version unique" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2615,19 +2623,19 @@ msgstr "" "cette option que si vous n'allez jamais avoir plusieurs versions de " "votre documentation." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Version par défaut" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "La version de votre projet à laquelle / redirige" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Branche par défaut" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2635,32 +2643,32 @@ msgstr "" "Branche vers laquelle \"latest\" pointe. Laisser vide pour utiliser la " "valeur par défaut pour votre SGV." -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "Pull request de compilation pour ce projet" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." @@ -2668,25 +2676,25 @@ msgstr "" "Plus d'information dans notre documentation." -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "Niveau de confidentialité des Pull Requests" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN activé" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Code analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2694,11 +2702,11 @@ msgstr "" "ID de suivi Google Analytics (ex. 1UA-22345342-11). Cela peut " "ralentir les chargements de votre page." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "Désactiver les mesures" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2706,15 +2714,15 @@ msgstr "" "Désactiver entièrement Google Analytics pour ce projet (nécessite de " "recompiler la documentation)" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Image alternative pour le conteneur" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Limite mémoire du conteneur" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2722,55 +2730,55 @@ msgstr "" "Limite de la mémoire au format Docker, par example: 512m ou " "1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "Limite de temps du conteneur en secondes" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "Identifiant alternatif de queue de compilation" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "Nombre maximal de compilations concurrentes sur ce projet" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Autoriser les annonces sponsorisées" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" "Si non-coché, les utilisateurs verront toujours les publicités de la " "communauté." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Sans annonces" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "Est du spam ?" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "Marqué manuellement comme (non) spam" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Afficher l'avertissement de version" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Affiche une bannière d'avertissement sur les versions non stables ou " "anciennes." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "Chemin du fichier .readthedocs.yaml" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2783,19 +2791,19 @@ msgstr "" "code>. Laisser vide pour la valeur par défaut : .readthedocs.yaml." -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "En vedette" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "Passer (désactiver) la compilation de ce projet" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "Retiré de la liste" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2804,19 +2812,19 @@ msgstr "" "the Docs et demande aux moteurs de recherche externes de le supprimer via " "robots.txt" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "Le tableau de bord du projet devrait être public ?" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Projets apparentés" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Langue" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2824,31 +2832,31 @@ msgstr "" "La langue dans laquelle la documentation du projet sera générée. Note: l’URL " "de votre projet sera modifiée en conséquence." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Langage de programmation" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "Le langage de programmation principal dans lequel ce projet est écrit." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "Ce projet a été compilé par un webhook" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Ce projet a bien été cloné" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " @@ -2858,67 +2866,67 @@ msgstr "" "en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Plus de " "détails sur les compilateurs Sphinx." -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "projet" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Le Model nécessite un libellé court" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "L'imbrication de sous-projet n'est pas supportée" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Chemin" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "ID de compilation" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "Classement dans les recherches" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "Ignorer ce fichier pendant les opérations comme l'indexation" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "créé" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "modifié" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "Compilation déclenchée" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "Compilation terminée" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL sur laquelle pointer le webhook" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "Secret utilisé pour signer les données du webhook" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "Souscrire aux évenements" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "Données JSON" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check la documentation pour les substitutions possibles." -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Domaine" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "Ce domain a été créé automatiquement" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "Ce domaine est un CNAME pour le projet" -#: projects/models.py:1739 +#: projects/models.py:1760 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:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Utiliser HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Toujours utiliser HTTPS pour ce domaine" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "Nombre de vues sur ce domaine" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "État du certificat SSL" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "Passer le processus de validation." -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "Date de début du processus de validation." -#: projects/models.py:1776 +#: projects/models.py:1797 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:1781 +#: projects/models.py:1802 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:1786 +#: projects/models.py:1807 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:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" @@ -3150,23 +3158,23 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "Entrez un nom de domaine valide simple ou internationalisé" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "Le nom de domaine ne peut pas être une adresse IP" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Caractère invalide dans l'URL" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Schéma invalide sur l'URL" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." @@ -3174,17 +3182,17 @@ msgstr "" "Utiliser un chemin relatif. Le chemin ne devrait pas commencer par \"/\". Le " "chemin est relatif à la racine de votre dépôt." -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" "Le chemin ne peut pas se terminer par un \"/\", puisqu'il ne peut s'agir " "d'un répertoire." -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "Séquence invalide trouvée dans le chemin : \"..\"" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}{invalid_characters}" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "Le seul nom de fichier autorisé est {filename}." -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "Les seuls noms de fichiers autorisés sont {filenames}." -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Paramètres du projet mis à jour" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projet supprimé" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3238,116 +3252,116 @@ 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, 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:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3421,10 +3435,6 @@ msgstr "Forcer la redirection" msgid "Apply the redirect even if the page exists." msgstr "Appliquer la redirection même si la page existe." -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3534,67 +3544,67 @@ msgstr "Recherche" msgid "Total results" msgstr "Résultats totaux" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Anglais" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Espagnol" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Portugais brésilien" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norvégien Bokmål" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Français" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Russe" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Allemand" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galicien" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamien" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Chinois traditionnel" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japonais" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukrainien" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italien" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Coréen" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index 8c29d32f7d2..1b801f007da 100644 --- a/readthedocs/locale/gl/LC_MESSAGES/django.po +++ b/readthedocs/locale/gl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Manuel Kaufmann , 2023\n" "Language-Team: Galician (http://app.transifex.com/readthedocs/readthedocs/" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, 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:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Xa existe un subproxecto con este alias" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "Convite enviado" @@ -222,7 +222,7 @@ msgid "Invitation declined" msgstr "Convite declinado" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Usuario" @@ -235,7 +235,7 @@ msgid "Username" msgstr "Nome de usuario" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Produciuse un fallo na construción" @@ -538,7 +538,7 @@ msgid "Verbose Name" msgstr "Nome descritivo" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "" @@ -560,7 +560,7 @@ msgstr "Construída" msgid "Uploaded" msgstr "Subido" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Nivel de privacidade" @@ -594,7 +594,7 @@ msgstr "Conten un ePub" msgid "Has HTML Zip" msgstr "Conten un Zip HTML" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 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:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Remisión" @@ -695,7 +695,7 @@ msgid "Command" msgstr "Orde" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrición" @@ -926,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -999,10 +999,6 @@ msgstr "Expulsado" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1060,12 +1056,12 @@ msgid "This project is already Ad-Free." msgstr "Este proxecto xa está libre de publicidade." #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Data de modificación" @@ -1489,7 +1485,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Nome" @@ -1663,11 +1659,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:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "Enderezo de correo ou nome de usuario" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "O usuario %(username)s non existe" @@ -2243,7 +2239,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Público" @@ -2416,7 +2412,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "Breve descrición deste proxecto" @@ -2436,141 +2432,155 @@ 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -"Amosar o báner de advertencia nas versións non estábeis ou nas máis recentes." -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -"Amosar o báner de advertencia nas versións non estábeis ou nas máis recentes." -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Tipo de documentación" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Publicidade na documentación" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuario %(username)s xa é un mantedor" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "A carga útil debe ser un obxecto JSON válido." -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1143 +#: projects/forms.py:1154 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:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "Proxecto principal" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "Subproxecto" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Alias" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL do repositorio" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Tipo de repositorio" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Páxina de inicio do proxecto" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "O sitio web do proxecto" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "URL canónico" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "URL dende o que se agarda que se sirva a documentación" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Versión única" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2580,19 +2590,19 @@ msgstr "" "servida na raíz do dominio. Use isto con precaución, actíveo só se nunca vai " "ter varias versións dos seus documentos." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Versión predefinida" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "A versión do proxecto á que reenvía /" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Ramificación predefinida" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2600,11 +2610,11 @@ msgstr "" "A que rama apunta a «última». Déixeo en branco para usar o valor " "predeterminado para o seu VCS." -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "Prefixo personalizado da ruta" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2613,11 +2623,11 @@ msgstr "" "proxecto. De xeito predeterminado ofrecemos a documentación na raíz (/) dun " "dominio." -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "Prefixo personalizado da ruta do subproxecto" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2627,11 +2637,11 @@ msgstr "" "xeito predeterminado ofrecemos a documentación de subproxectos baixo o " "prefixo `/projects/`." -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "Construír solicitudes de extracción para este proxecto" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." @@ -2639,25 +2649,25 @@ msgstr "" "Máis información na nosa documentación." -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidade das solicitudes de extracción" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2665,11 +2675,11 @@ msgstr "" "ID de seguimento de Google Analytics (p. ex., UA-22345342-1). " "Isto pode retardar a carga da súa páxina." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "Desactivar Analytics" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2677,15 +2687,15 @@ msgstr "" "Desactivar Google Analytics completamente para este proxecto (require volver " "construír a documentación)" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Imaxe alternativa do contedor" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Límite de memoria do contedor" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2693,53 +2703,53 @@ msgstr "" "Límite de memoria en formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "Límite de tempo do contedor en segundos" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "ID alternativo da cola de construción" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" "Número máximo de construcións simultáneas permitidas para este proxecto" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Permitir a publicidade pagada" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "Se non se marca, os usuarios seguirán a ver os anuncios da comunidade." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Libre de publicidade" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "É correo lixo?" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (non) correo lixo" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Amosar a advertencia de versión" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Amosar o báner de advertencia nas versións non estábeis ou nas máis recentes." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "Ruta a .readthedocs.yaml" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2751,19 +2761,19 @@ msgstr "" "ex. subruta/docs/.readthedocs.yaml. Déixeo en branco para o " "valor predeterminado: .readthedocs.yaml." -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Destacado" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "Omitir (desactivar) a construción deste proxecto" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "Retirado da lista" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2771,19 +2781,19 @@ msgstr "" "A retirada da lista dun proxecto retírao da indexación de busca de Read the " "Docs e pídelle aos buscadores externos que o retiren a través de robots.txt" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "O taboleiro do proxecto debería ser público?" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Proxectos relacionados" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2791,31 +2801,31 @@ msgstr "" "O idioma no que se representa a documentación do proxecto. Nota: isto afecta " "ao URL do proxecto." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Linguaxe de programación" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "A linguaxe de programación principal na que está escrito o proxecto." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "Este proxecto foi construído cunha ancoraxe web" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Este proxecto foi clonado correctamente" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " @@ -2826,67 +2836,67 @@ msgstr "" "DirectoryHTMLBuilder\">Obteña máis información sobre os construtores de " "Sphinx." -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "proxecto" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "Non se admite a anidación de subproxectos" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Ruta" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "ID de construción" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "Clasificación da páxina de busca" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este ficheiro dende operacións como a indexación" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "creado" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "modificado" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "Construción activada" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr " Construción validada" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL ao que enviar o ancoraxe web" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para asinar a carga útil da ancoraxe web" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "Eventos para subscribirse" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1616 +#: projects/models.py:1637 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:1786 +#: projects/models.py:1807 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:1924 +#: projects/models.py:1945 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:1928 +#: projects/models.py:1949 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:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2970,19 +2980,19 @@ msgstr "" "Sphinx: validar todas as versións (incluídas as privadas) ao contexto html " "ao construír con Sphinx" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2990,101 +3000,101 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:1957 +#: projects/models.py:1978 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:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:1985 +#: projects/models.py:2006 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:1990 +#: projects/models.py:2011 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:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "Buscar: desactivar a busca do lado do servidor" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:2015 +#: projects/models.py:2036 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:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" @@ -3129,24 +3139,24 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" "Introduza un valor de nome de dominio simple ou internacionalizado válido" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "O nome de dominio non pode ser un enderezo IP." -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Carácter non válido no URL" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Esquema non válido para o URL" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." @@ -3154,15 +3164,15 @@ msgstr "" "Use unha ruta relativa. Non debería comezar por «/». A ruta é relativa á " "raíz do seu repositorio." -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "A ruta non pode rematar con «/», xa que non pode ser un directorio." -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "Atopouse unha secuencia non válida na ruta: «..»" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}{invalid_characters}" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "O único nome de ficheiro permitido é {filename}." -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de ficheiro permitidos son {filenames}." -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Actualizáronse os axustes do proxecto" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Proxecto eliminado" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "Actualizáronse os engadidos do proxecto" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3216,116 +3232,116 @@ 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, 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:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3399,10 +3415,6 @@ msgstr "Forzar a redirección" msgid "Apply the redirect even if the page exists." msgstr "Aplicar a redirección aínda que a páxina exista." -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3511,67 +3523,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Inglés" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Español" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Portugués do Brasil" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Noruegués Bokmål" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Francés" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Ruso" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Alemán" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galego" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Chinés simplificado" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Chinés tradicional" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Xaponés" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ucraíno" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italiano" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Coreano" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index d132c82e190..a047157c1bd 100755 Binary files a/readthedocs/locale/he/LC_MESSAGES/django.mo and b/readthedocs/locale/he/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index 8d10ad83490..d6f56f4ce43 100644 --- a/readthedocs/locale/he/LC_MESSAGES/django.po +++ b/readthedocs/locale/he/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Yaron Shahrabani , 2018-2019,2022-2024\n" "Language-Team: Hebrew (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "1 == 0) ? 1: 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "גרסה" @@ -141,26 +141,26 @@ msgstr "מתארח בחסות" msgid "Privacy Policy" msgstr "מדיניות פרטיות" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "שם המיזם „{0}” שגוי: לא נוצר שם מפושט." -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "כבר קיים מיזם עם השם המפושט „{0}”." -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "מיזם עם {slug_name}={value} אינו תקף כתת־מיזם" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "כבר קיים תת־מיזם עם הכינוי הזה" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, 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:1039 +#: api/v3/serializers.py:1040 #, 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:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "נשלחה הזמנה" @@ -224,7 +224,7 @@ msgid "Invitation declined" msgstr "ההזמנה נדחתה" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "משתמש" @@ -237,7 +237,7 @@ msgid "Username" msgstr "שם משתמש" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "מיזם" @@ -477,7 +477,7 @@ msgstr "פעיל" msgid "Build successful" msgstr "הבנייה הצליחה" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "הבנייה נכשלה" @@ -537,7 +537,7 @@ msgid "Verbose Name" msgstr "שם מפורש" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "שם ייצוגי" @@ -557,7 +557,7 @@ msgstr "נבנה" msgid "Uploaded" msgstr "הועלה" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "רמת פרטיות" @@ -589,7 +589,7 @@ msgstr "יש ePub" msgid "Has HTML Zip" msgstr "יש Zip של HTML" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "סוג התיעוד" @@ -637,7 +637,7 @@ msgstr "שגיאה" msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "ביצוע" @@ -686,7 +686,7 @@ msgid "Command" msgstr "פקודה" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "תיאור" @@ -917,7 +917,7 @@ msgstr "הסבר על הבעיה" msgid "Please provide as much detail as possible." msgstr "נא לספק כמה שיותר פרטים." -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "כתובת" @@ -991,10 +991,6 @@ msgstr "נחסם" msgid "Email address not verified" msgstr "כתובת הדוא״ל לא אומתה" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "לוח בקרה ניסיוני חדש" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1056,12 +1052,12 @@ msgid "This project is already Ad-Free." msgstr "המיזם כבר נטול פרסומות." #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "תאריך פרסום" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "תאריך עריכה" @@ -1480,7 +1476,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "שם" @@ -1652,11 +1648,11 @@ msgstr "שם הארגון שגוי: לא נוצר שם מפושט." msgid "Organization %(name)s already exists" msgstr "הארגון %(name)s כבר קיים" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "כתובת דוא״ל או שם משתמש" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "המשתמש %(username)s לא קיים" @@ -2222,7 +2218,7 @@ msgstr "נמחק" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "ציבורי" @@ -2394,7 +2390,7 @@ msgid "" "your organization." msgstr "אי אפשר להגדיר מיזמים ידנית כשכניסה אחודה מופעלת בארגון שלך." -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "תיאור קצר של המיזם הזה" @@ -2413,128 +2409,144 @@ msgstr "כבר קיים תרגום ל„{lang}” של המיזם {proj}." msgid "Length of each tag must be less than or equal to 100 characters." msgstr "אורכה של כל תגית חייבת להיות באורך של 100 תווים ומטה." -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "הפעלת תוספים" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "להציג התראה על בניות מבקשות משיכה" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show a notification on non-stable and latest versions" +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" -msgstr "להציג התראה על גרסאות לא יציבות ועדכניות ללא בדיקה" +msgstr "הצגת התראה על גרסאות לא יציבות" -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show a notification on non-stable and latest versions" +#: projects/forms.py:680 msgid "Show a notification on latest version" -msgstr "להציג התראה על גרסאות לא יציבות ועדכניות ללא בדיקה" +msgstr "הצגת התראה על הגרסה העדכנית ביותר" + +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "מופעל" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "סוג התיעוד" -#: projects/forms.py:711 +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "פרסום בתיעוד" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "התבנית המותאמת אישית בחלונית הצפה נחוצה בעת בחירת תבנית מותאמת אישית." -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "המשתמש %(username)s כבר ברמת מתחזק" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "המטען חייב להיות עצם JSON תקני." -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "מיזם זה מוגדר עם שיטת גרסאות שאינה תומכת בתרגומים." -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "מיזם ראשי" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "תת־מיזם" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "כינוי" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "מיון גרסאות" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "תבנית מיון גרסאות מותאמת אישית" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "הצגת latest ו־stable בהתחלה" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "כתובת מאגר" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "כתובת מאגר Git" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "סוג מאגר" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "דף בית של מיזם" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "דף הבית של המיזם" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "כתובת ידידותית" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "כתובת שמצופה ממנה להציג את התיעוד" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "סכמת כתובות לגרסאות" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " @@ -2543,11 +2555,11 @@ msgstr "" "משפיע על הכתובת ממנה מוגש התיעוד שלך, ואם יש לה תמיכה בתרגומים או גרסאות. " "החלפת סכמת הגרסאות תפגע בכתובות הנוכחיות שלך, כך שאולי כדאי גם ליצור הפניה." -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "גרסה בודדת" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2557,19 +2569,19 @@ msgstr "" "להשתמש בזהירות רבה, יש להפעיל זאת רק אם אף פעם לא תהיינה יותר גרסות " "של המסמכים שלך." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "גרסת בררת מחדל" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "גרסת המיזם ש־/ יפנה אליה" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "ענף בררת מחדל" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2577,11 +2589,11 @@ msgstr "" "לאיזה ענף מפנה „latest”. יש להשאיר ריק כדי להשתמש בערך בררת המחדל של מערכת " "בקרת הגרסאות שלך." -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "קידומת נתיב מותאמת" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2589,11 +2601,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הגשת תיעוד מהמיזם הזה. כברירת מחדל אנו מגישים תיעוד " "מבסיס (/) שם התחום." -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "קידומת נתיב תת־מיזם מותאמת" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2602,11 +2614,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הערכת בסיס תת־המיזם. כברירת מחדל אנו מגישים תיעוד " "מתת־מיזמים תחת הקידומת `/projects/`." -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "בניית בקשות דחיפה למיזם הזה" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." @@ -2614,11 +2626,11 @@ msgstr "" "מידע נוסף בתיעוד שלנו." -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "רמת פרטיות של בקשות משיכה (PR)" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2626,15 +2638,15 @@ msgstr "" "האם בניות מבקשות הדחיפה האלה תהיינה ציבוריות? אם המאגר שלך ציבורי, " "לא להגדיר את זה לפרטי." -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN פעיל" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "קוד Analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2642,76 +2654,76 @@ msgstr "" "Google Analytics Tracking ID (למשל: UA-22345342-1). עשוי להאט " "את טעינת העמודים שלך." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "השבתת ניתוח" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "השבתת Google Analytics לחלוטין למיזם הזה (דורשת בניית התיעוד מחדש)" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "תמונת מכולה חלופית" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "הגבלת זיכרון למכולה" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" "הגבלת זיכרון בתצורת Docker -- למשל: 512m או 1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "מגבלת זמן למכולה בשניות" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "מזהה תור בנייה חלופי" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "מספר הבניות המקביליות המרבית המורשית למיזם זה" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "לאפשר פרסום בתשלום" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "אם האפשרות לא סומנה, המשתמשים עדיין יראו פרסומות קהילתיות." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "נטול פרסומות" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "ספאם?" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "סומן ידנית כ(לא) ספאם" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "הצגת אזהרת גרסה" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "הצגת כותרת אזהרה בגרסאות בלתי יציבות או latest." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "נתיב אל ‎.readthedocs.yaml" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2723,19 +2735,19 @@ msgstr "" "readthedocs.yaml. אפשר להשאיר ריק כדי לקבל את ערך ברירת המחדל:‎ ." "readthedocs.yaml." -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "מומלץ" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "דילוג (השבתה) על בניית המיזם הזה" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "הוחרג מהרשימה" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2743,50 +2755,50 @@ msgstr "" "החרגת מיזם מהרשימה מסירה אותו ממפתח החיפוש של Read the Docs ומבקשת ממנועי " "חיפוש להסיר אותו דרך robots.txt" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "האם לוח הבקרה של המיזם יהיה ציבורי?" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "מיזמים קשורים" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "שפה" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "השפה בה תיעוד המיזם עבר עיבוד. לתשומת לבך: יש לזה השפעה על כתובת המיזם שלך." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "שפת תכנות" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "שפת התכנות העיקרית בה נכתב המיזם שלך." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "מיזם זה נבנה עם התלייה" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "המיזם הזה שוכפל בהצלחה" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "מאגר מחובר" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "המאגר מחובר למיזם הזה" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " @@ -2796,67 +2808,67 @@ msgstr "" "html#sphinx.builders.html.DirectoryHTMLBuilder\">מידע נוסף על בנאי sphinx." -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "מיזם" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "לדגם חייב להיות שם ייצוגי" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "אין תמיכה בקינון תת־מיזמים" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "נתיב" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "מזהה בנייה" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "דירוג חיפוש עמוד" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "להתעלם מהקובץ הזה בפעולות כמו סידור באינדקס" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "נוצר" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "נערך" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "בנייה הופעלה" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "בנייה עברה" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "כתובת אליה לשלוח את ההתלייה" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "סוד שמשמש לחתום על המטען של ההתליה" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "אירועים להירשם אליהם" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "מטען JSON" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check תיעוד מה " "ההחלפות המתאימות." -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "שם מתחם" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "שם תחום זה נוצר אוטומטית" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "שם תחום זה הוא CNAME למיזם" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "שם תחום זה הוא הראשי ממנו מוגש התיעוד" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "שימוש ב־HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "תמיד להשתמש ב־HTTPS לשם מתחם זה" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "מספר הפעמים שביקרו בשם מתחם זה" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "מצב אישור SSL" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "דילוג על תהליך אימות." -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "תאריך התחלת תהליך האימות." -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "הגדרת max-age (גיל מרבי, למשל: 31536000) לכותרת ה־HSTS." -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון includeSubDomains יחד עם כותרת ה־HSTS." -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "Conda: הוספת דרישות ליבה של Read the Docs לקובץ environment.yml" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" "Sphinx: להעביר את כל הגרסאות (כולל הפרטיות) להקשר ה־html בעת בנייה עם Sphinx" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2957,98 +2969,98 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "בנייה: יצירת קובץ הצהרה (manifest) להבדל בעץ הקבצים." -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "Sphinx: לא להוסיף `conf.py` ולא להתקין ``readthedocs-sphinx-ext``" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "חיפוש: השבתת חיפוש בצד השרת" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" @@ -3093,38 +3105,38 @@ msgstr "המאגר נעול" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "התוספים של Read the Docs הופעלו כברירת מחדל ב־7 באוקטובר, 2024." -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "נא להקליד ערך תקני לשם מתחם פשוט או בינלאומי" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "שם התחום לא יכול להיות כתובת IP." -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "תו שגוי בכתובת" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "סכמת כתובת שגויה" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" "להשתמש בנתיב יחסי. הוא אמור להתחיל ב־‚/’. הנתיב הוא יחסי לשורש המאגר שלך." -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "הנתיב לא יכול להסתיים ב־‚/’, כיוון שזאת לא יכולה להיות תיקייה." -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "נמצא רצף שגוי בנתיב: ‚..’" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}{invalid_characters}" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "שם הקובץ היחידי שמותר הוא {filename}." -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "שמות הקבצים היחידים שמותרים הם {filenames}." -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "הגדרות המיזם עודכנו" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "המיזם נמחק" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "תוספי המיזם עודכנו" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "גרסה נוצרה" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "גרסה עודכנה" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "גילינו קובץ הגדרות במאגר שלך והתחלנו את הבנייה של המיזם הראשון שלך." -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3177,116 +3195,116 @@ msgstr "" "קרתה תקלה עם החשבון שלך אצל {service}, כדאי לנסות לחבר את החשבון שלך מחדש " "בעמוד השירותים המחוברים שלך." -#: projects/views/private.py:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "תת־מיזם נוצר" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "תת־מיזם עודכן" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "תת־מיזם נמחק" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "משתמש נמחק" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "התראה נוצרה" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "התראה נמחקה" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "התלייה נוצרה" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "התלייה עודכנה" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "התלייה נמחקה" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "תרגום נוצר" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "תרגום נמחק" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "הפניה נוצרה" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "הפניה עודכנה" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "הפניה נמחקה" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "שם תחום נוצר" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "שם תחום עודכן" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "שם תחום נמחק" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "שילוב נוצר" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "שילוב נמחק" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "משתנה סביבה נוצר" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "משתנה סביבה נמחק" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "כלל אוטומטציה הועבר" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "כלל אוטומציה נמחק" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "כלל אוטומציה נוצר" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "כלל אוטומציה עודכן" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "הגדרות בקשות הדחיפה עודכנו" @@ -3358,10 +3376,6 @@ msgstr "אילוץ הפניה" msgid "Apply the redirect even if the page exists." msgstr "להחיל את ההפניה אפילו אם העמוד קיים." -#: redirects/models.py:99 -msgid "Enabled" -msgstr "מופעל" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "הפעלת או השבתת ההפניה." @@ -3474,67 +3488,67 @@ msgstr "שאילתה" msgid "Total results" msgstr "סך כל התוצאות" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "קטלאנית" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "אנגלי" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "ספרדית" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "פורטוגלית ברזילאית" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "נורווגית ספרותית" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "צרפתית" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "רוסית" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "גרמנית" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "גליסית" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "וייטנאמית" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "סינית מפושטת" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "סינית מסורתית" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "יפנית" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "אוקראינית" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "איטלקית" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "קוריאנית" @@ -6073,5 +6087,5 @@ msgstr "" "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." -#~ msgid "Deploy key added successfully" -#~ msgstr "מפתח ההטמעה נוסף בהצלחה" +#~ msgid "New beta dashboard" +#~ msgstr "לוח בקרה ניסיוני חדש" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index b5ade1b528f..22d9b47e4f6 100644 --- a/readthedocs/locale/hu/LC_MESSAGES/django.po +++ b/readthedocs/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Laszlo Matusek , 2021\n" "Language-Team: Hungarian (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -219,7 +219,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Felhasználó" @@ -232,7 +232,7 @@ msgid "Username" msgstr "Felhasználónév" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Építés sikertelen" @@ -532,7 +532,7 @@ msgid "Verbose Name" msgstr "Bővített név" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -552,7 +552,7 @@ msgstr "Készült" msgid "Uploaded" msgstr "Feltötlve" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Adatvédelmi szint" @@ -584,7 +584,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 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:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Megerősít" @@ -681,7 +681,7 @@ msgid "Command" msgstr "Parancs" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Leírás" @@ -910,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -982,10 +982,6 @@ msgstr "Kitiltott" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1040,12 +1036,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Módosítás dátuma" @@ -1449,7 +1445,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Név" @@ -1619,11 +1615,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2142,7 +2138,7 @@ msgstr "Törölt" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Nyilvános" @@ -2313,7 +2309,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2332,141 +2328,155 @@ msgstr "Már van egy \"{lang}\" fordítás a {proj} projektben." 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -"Figyelmeztető banner megjelenítése a nem stabil és nem a legújabb verziókban." -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -"Figyelmeztető banner megjelenítése a nem stabil és nem a legújabb verziókban." -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Dokumentáció típusa" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "Dokumentáció típusa" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 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:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Álnév" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Tároló URL" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Tároló típusa" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Projekt kezdőoldal" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Projekt kezdőoldala" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Kanonikus URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "Ezt dokumentációt működtető URL" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Egyetlen verzió" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2476,74 +2486,74 @@ msgstr "" "domain gyökér könyvtárából kiszolgálva.Használja elővigyázatosan, csak akkor " "kapcsolja be, ha sohanem használ több verziót a dokumentációban." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Alapértelmezett verzió" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "A projekt verziója átirányítva a" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Alapértelmezett ág" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN engedélyezve" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2551,25 +2561,25 @@ msgstr "" "Google Analytics Tracking ID (pl. UA-22345342-1). Ez " "lassíthatja az oldalak betöltését." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Alternatív konténer kép" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Konténer memória korlát" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2577,52 +2587,52 @@ msgstr "" "Memória korlát Docker formátumban -- például: 512m or 1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "Konténer idő korlát másodpercekben" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "Alternatív építési sor azonosító" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Fizetett hirdetések engedélyezése" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "Kijelöletlenül a felhasználók csak a közösségi hirdetéseket látják." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Hirdetés mentes" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Verzió figyelmeztetések megjelenítése" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Figyelmeztető banner megjelenítése a nem stabil és nem a legújabb verziókban." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2630,37 +2640,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Kiemelt" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Kapcsolódó projektek" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Nyelv" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2668,280 +2678,280 @@ msgstr "" "A projektdokumentáció nyelve. Megjegyzés: ez befolyásolja a projekt URL " "címét." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Programnyelv" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "A projekt elsődleges programnyelve." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "A projekt webhoroggal épült fel." -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "A projekt sikeresen klónozva" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "A modellnek érvényes URL-el kell rendelkeznie" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "Alprojekt beágyazása nem támogatott." -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Útvonal" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "Webhook URL" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Tartomány" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "HTTPS használata" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Minden esetben HTTPS használata a tartományhoz" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "A tartomány eléréseinek száma" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2986,81 +2996,87 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" "Adjon meg egy érvényes egyszerű vagy nemzetköziesített tartománynév értéket." -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Érvénytelen karakter az URL-ben" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Érvénytelen séma az URL-ben" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Projekt beállításai frissítve" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projekt törölve" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3069,116 +3085,116 @@ 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3252,10 +3268,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3362,67 +3374,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Katalán" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Angol" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Brazil portugál" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norvég" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Francia" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Orosz" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Német" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Gall" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnámi" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Hagyományos kínai" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japán" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukrán" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Olasz" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Koreai" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index 2030e33b592..fd4ba528077 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -220,7 +220,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "User" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Nama pengguna" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -533,7 +533,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "" @@ -553,7 +553,7 @@ msgstr "" msgid "Uploaded" msgstr "Terunggah" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Level privasi" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Tipe dokumentasi" @@ -633,7 +633,7 @@ msgstr "Galat" msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "" @@ -682,7 +682,7 @@ msgid "Command" msgstr "Perintah" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Deskripsi" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -983,10 +983,6 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1041,12 +1037,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Tanggal dimodifikasi" @@ -1448,7 +1444,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Nama" @@ -1618,11 +1614,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2141,7 +2137,7 @@ msgstr "Terhapus" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Publik" @@ -2312,7 +2308,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2331,209 +2327,229 @@ msgstr "" 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Tipe dokumentasi" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Pengiklanan Dokumentasi" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL repositori" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Tipe repositori" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Halaman depan proyek" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Versi bawaan" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Versi proyek anda yang terdapat/mengarah ke" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Cabang bawaan" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Kode pelacakan" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2541,75 +2557,75 @@ msgstr "" "Google Analytics Tracking ID (contoh UA-22345342-1). Ini " "mungkin dapat memperlambat pemuatan halaman anda." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "Jika centang dihilangkan, pengguna akan terus melihat iklan komunitas." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Bebas iklan" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Lihat peringatan versi" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2617,316 +2633,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Proyek terkait" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Bahasa" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Bahasa Pemrograman" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Gunakan HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Selalu menggunakan HTTPS untuk domain ini" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2971,196 +2987,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Pengaturan proyek telah diperbarui" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Proyek dihapus" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3232,10 +3254,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3342,67 +3360,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Katala" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Inggris" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Portugis Brasil" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norwegia Bokmål" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Prancis" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Rusia" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Jerman" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galisia" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnam" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Tionghoa Sederhana" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Tionghoa Tradisional" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Jepang" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukraina" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italia" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Korea" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index 9841b2a8291..5e8bd3f0aac 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -231,7 +231,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Utente" @@ -244,7 +244,7 @@ msgid "Username" msgstr "Nome utente" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilazione fallita" @@ -545,7 +545,7 @@ msgid "Verbose Name" msgstr "Nome Dettagliato" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -565,7 +565,7 @@ msgstr "Compilato" msgid "Uploaded" msgstr "Caricato" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Livello Dati Sensibili" @@ -597,7 +597,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Tipo di documentazione" @@ -645,7 +645,7 @@ msgstr "Errore" msgid "Exit code" msgstr "Codice di uscita" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Commit" @@ -694,7 +694,7 @@ msgid "Command" msgstr "Comando" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrizione" @@ -923,7 +923,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -995,10 +995,6 @@ msgstr "Proibito" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1053,12 +1049,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Data di modifica" @@ -1462,7 +1458,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Nome" @@ -1633,11 +1629,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2156,7 +2152,7 @@ msgstr "Eliminato" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Pubblico" @@ -2327,7 +2323,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2347,139 +2343,155 @@ 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" -msgstr "Mostra banner di warning nelle versioni non-stable o latest" +msgstr "" -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" -msgstr "Mostra banner di warning nelle versioni non-stable o latest" +msgstr "" + +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Tipo di documentazione" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Annunci della documentazione" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Alias" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL del Deposito Codice" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Tipo del repository" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Homepage del progetto" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Pagina iniziale del progetto" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "URL Canonico" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "URL a cui la documentazione dovrebbe essere servita" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Versione unica" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2490,74 +2502,74 @@ msgstr "" "cautela, attivandola solamente se non intenderai attivare mai " "versioni multiple dei tuoi documenti." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Versione predefinita" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Versione del tuo progetto al quale / redirige" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Ramo predefinito" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN abilitata" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Codice Analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2565,25 +2577,25 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). Questo può " "rallentare il caricamento della pagina." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Immagine container alternativa" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Limite di memoria del container" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2591,53 +2603,53 @@ msgstr "" "Limite di memoria nel formato Docker -- esempio: 512m or " "1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "Limite temporale del container, in secondi" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "ID della coda della build alternativo" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Permetti annunci a pagamento" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" "Se non selezionato, gli utenti continueranno a vedere annunci della " "community." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Senza pubblicità" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Mostra warning di versione" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "Mostra banner di warning nelle versioni non-stable o latest" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2645,37 +2657,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "In Evidenza" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Progetto correlati" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Linguaggio" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2683,282 +2695,282 @@ msgstr "" "Codice della lingua col quale è presentata la documentazione del progetto. " "Nota: condiziona l'URL del tuo progetto. " -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Linguaggio di Programmazione" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" "Il linguaggio di programmazione principale in cui il progetto è stato " "scritto." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "Il progetto è stato compilato con un webhook" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Il progetto è stato clonato con successo" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Il modello deve possedere uno slug" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "L'annidamento di sottprogetti non è supportato" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Percorso" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL al quale inviare «webhook»" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Usa HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "SSL è abilitato per questo dominio" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "Numero delle volte che questo dominio è stato visitato" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3003,80 +3015,86 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "Inserisci un nome di dominio " -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Carattere non valido nell'URL" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Schema dell'URL non valido" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Impostazioni di progetto aggiornate" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Progetto eliminato" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3085,116 +3103,116 @@ msgstr "" "C'è un problema con il tuo {service} account, prova a riconnettere il tuo " "account alla pagina dei servizi collegati." -#: projects/views/private.py:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3268,10 +3286,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3378,67 +3392,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Catalano" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Inglese" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Spagnolo" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Brasiliano Portoghese" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norvegese Bokmål" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Francese" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Russo" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Tedesco" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galiziano" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Cinese semplificato" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Giapponese" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ucraino" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italiano" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Coreano" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index 7cde6bf6357..70a203b5419 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "バージョン" @@ -152,39 +152,39 @@ msgstr "" msgid "Privacy Policy" msgstr "プライバシーポリシー" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -231,7 +231,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "ユーザー" @@ -244,7 +244,7 @@ msgid "Username" msgstr "ユーザー名" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "プロジェクト" @@ -484,7 +484,7 @@ msgstr "有効" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "ビルド失敗" @@ -544,7 +544,7 @@ msgid "Verbose Name" msgstr "長い名前" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "スラグ" @@ -564,7 +564,7 @@ msgstr "ビルド済み" msgid "Uploaded" msgstr "アップロード" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "プライバシーレベル" @@ -596,7 +596,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "ドキュメントの種類" @@ -644,7 +644,7 @@ msgstr "エラー" msgid "Exit code" msgstr "終了コード" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "コミット" @@ -693,7 +693,7 @@ msgid "Command" msgstr "コマンド" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "説明" @@ -922,7 +922,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -994,10 +994,6 @@ msgstr "BANされた" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1052,12 +1048,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "公開時刻" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "変更時刻" @@ -1458,7 +1454,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "名前" @@ -1628,11 +1624,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2151,7 +2147,7 @@ msgstr "削除済み" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "公開" @@ -2322,7 +2318,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2341,135 +2337,155 @@ msgstr "\"{lang}\" 言語の翻訳はすでに {proj} プロジェクトに存 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "それぞれのタグの長さは 100 文字以下でなくてはなりません。" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "ドキュメントの種類" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "ドキュメントの種類" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "エイリアス" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "リポジトリURL" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "リポジトリの種類" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "プロジェクトのホームページ" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "プロジェクトのホームページ" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Canonical URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "単一バージョン" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2479,74 +2495,74 @@ msgstr "" "す。もし、今後ずっと複数バージョンのファイルを持つことがない場合のみ、" "これを有効にしてください。十分に注意して使用してください。" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "初期設定のバージョン" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "リダイレクト先のプロジェクトのバージョン" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "デフォルトブランチ" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDNが有効" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Analyticsのコード" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2554,75 +2570,75 @@ msgstr "" "Google AnalyticsのトラッキングID(例: UA-22345342-1)。 これはペー" "ジの読み込みを遅くする場合があります。" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "代わりのコンテナイメージ" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "コンテナに対するメモリ制限" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "代わりのビルドキューID" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2630,317 +2646,317 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "注目" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "関連するプロジェクト" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "言語" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "プロジェクトが描画される言語です。注意: プロジェクトのURLに影響します。" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "プログラミング言語" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "このプロジェクトの主要なプログラミング言語" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "このプロジェクトはWebhookでビルドされました。" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "プロジェクトのcloneに成功しました" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "モデルはスラグを持つ必要があります。" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "ネストしたサブプロジェクトはサポートされていません" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "パス" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "webhookを送るURL" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "ドメイン" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "HTTPSを使用" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "このドメインで常に HTTPS を利用する" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2985,80 +3001,86 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "有効なプレーンまたは国際化ドメイン名の値を入力してください" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "URLに不正な文字があります" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "URL Schemeが不正です" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "プロジェクト設定を更新しました" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "プロジェクトを削除しました" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3067,116 +3089,116 @@ msgstr "" "あなたの {service} アカウントに問題が起きました。接続中の" "サービスページでアカウントの再接続をしてください。" -#: projects/views/private.py:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3248,10 +3270,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3358,67 +3376,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "カタルーニャ語" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "英語" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "スペイン語" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "ブラジルポルトガル語" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "ノルウェー語" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "フランス語" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "ロシア語" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "ドイツ語" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "ガリシア語" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "ベトナム語" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "中国語(簡体字)" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "中国語(繁体字)" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "日本語" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "ウクライナ語" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "イタリア語" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "韓国語" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 50e7a11d2d3..8c4e20f7098 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "버전" @@ -140,39 +140,39 @@ msgstr "" msgid "Privacy Policy" msgstr "개인정보 보호 정책" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -219,7 +219,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "사용자" @@ -232,7 +232,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "프로젝트" @@ -472,7 +472,7 @@ msgstr "활성" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "빌드 실패" @@ -532,7 +532,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "" @@ -552,7 +552,7 @@ msgstr "빌드됨" msgid "Uploaded" msgstr "업로드됨" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "보안 수준" @@ -584,7 +584,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "문서 종류" @@ -632,7 +632,7 @@ msgstr "오류" msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "커밋" @@ -681,7 +681,7 @@ msgid "Command" msgstr "명령어" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "설명" @@ -910,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -982,10 +982,6 @@ msgstr "금지됨" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1040,12 +1036,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "게시 날짜" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" 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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "이름" @@ -1616,11 +1612,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2139,7 +2135,7 @@ msgstr "삭제됨" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "공개" @@ -2310,7 +2306,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2329,135 +2325,155 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "문서 종류" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "문서 종류" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "저장소 URL" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "저장소 종류" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "프로젝트 홈페이지" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "단일 버전" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2467,148 +2483,148 @@ msgstr "" "다. 문서에 여러 버전이 절대로 존재하지 않을 예정일 경우에만 이 옵션을 " "켜야 합니다. 신중히 사용하세요." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "기본 버전" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "/로 접근했을 때 리디렉션될 프로젝트의 버전" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "기본 브랜치" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "애널리틱스 코드" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2616,316 +2632,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "연관 프로젝트" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "언어" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "경로" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "도메인" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "HTTPS 사용" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2970,196 +2986,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "URL에 유효하지 않은 문자가 포함되어 있음" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "URL 스키마가 유효하지 않음" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "프로젝트 삭제됨" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3231,10 +3253,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3341,67 +3359,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "영어" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "스페인어" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "노르웨이어" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "프랑스어" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "러시아어" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "독일어" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "갈리시아어" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "베트남어" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "중국어 간체" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "중국어 번체" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "일본어" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "우크라이나어" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "이탈리아어" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "한국어" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 5e8698ace37..b7ee80e82e3 100644 --- a/readthedocs/locale/lt/LC_MESSAGES/django.po +++ b/readthedocs/locale/lt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Tomas Straupis, 2021,2023\n" "Language-Team: Lithuanian (http://app.transifex.com/readthedocs/readthedocs/" @@ -23,7 +23,7 @@ msgstr "" "1 : n % 1 != 0 ? 2: 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versija" @@ -142,39 +142,39 @@ msgstr "Talpintojas" msgid "Privacy Policy" msgstr "Privatumo politika" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Netinkamas projekto pavadinimas „{0}“: žetonas nesukurtas." -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Projekto žetonas „{0}“ jau yra." -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projektas su {slug_name}={value} netinkamas kaip subprojektas" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Subprojektas su tokiu pavadinimu jau yra" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -204,7 +204,7 @@ msgid "Log out" msgstr "Atsijungti" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "Pakvietimas išsiųstas" @@ -221,7 +221,7 @@ msgid "Invitation declined" msgstr "Pakvietimas atmestas" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Naudotojas" @@ -234,7 +234,7 @@ msgid "Username" msgstr "Naudotojo vardas" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "Projektas" @@ -476,7 +476,7 @@ msgstr "Aktyvi" msgid "Build successful" msgstr "Kūrimas sėkmingas" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Kūrimas nepavyko" @@ -536,7 +536,7 @@ msgid "Verbose Name" msgstr "Detalus pavadinimas" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Žetonas" @@ -556,7 +556,7 @@ msgstr "Sukurta" msgid "Uploaded" msgstr "Įkelta" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Privatumo lygis" @@ -589,7 +589,7 @@ msgstr "Turi ePub" msgid "Has HTML Zip" msgstr "Turi HTML Zip" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Dokumentacijos tipas" @@ -637,7 +637,7 @@ msgstr "Klaida" msgid "Exit code" msgstr "Baigimo kodas" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Patvirtinti" @@ -686,7 +686,7 @@ msgid "Command" msgstr "Komanda" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Aprašymas" @@ -917,7 +917,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -990,10 +990,6 @@ msgstr "Uždraustas" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1051,12 +1047,12 @@ msgid "This project is already Ad-Free." msgstr "Projektas jau yra be reklamos." #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "Publikavimo data" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Keitimo data" @@ -1478,7 +1474,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Vardas" @@ -1651,11 +1647,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:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "E-pašto adresas arba naudotojo vardas" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "Naudotojas %(username)s neegzistuoja" @@ -2207,7 +2203,7 @@ msgstr "Ištrintas" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Viešas" @@ -2378,7 +2374,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2397,139 +2393,155 @@ msgstr "Jau yra projekto {proj} vertimo kalba „{lang}“." 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" -msgstr "Rodyti įspėjimo juostą nestabiliose ar paskutinėse versijose." +msgstr "" -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" -msgstr "Rodyti įspėjimo juostą nestabiliose ar paskutinėse versijose." +msgstr "" + +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Dokumentacijos tipas" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Dokumentacijos reklama" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Sinonimas" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Repozitorijos URL" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Repozitorijos tipas" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Projekto namų puslapis" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Projekto namų puslapis" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Kanoninis URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "URL, iš kurio bus teikiama dokumentacija" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Viena versija" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2539,74 +2551,74 @@ msgstr "" "pateikiamą domeno šaknyje. Naudokite atsargiai, įjunkite tik tada, jei jūs " "niekada neturėsite kelių dokumentacijos versijų." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Numatytoji versija" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Jūsų projekto versija, į kurią rodo /" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Numatytoji šaka" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN įjungtas" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Analitikos kodas" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2614,25 +2626,25 @@ msgstr "" "Google Analytics Tracking ID (pvz. UA-22345342-1). Tai gali " "sulėtinti jūsų puslapių įkėlimą." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Alternatyvus konteinerio atvaizdas" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Konteinerio atminties riba" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2640,51 +2652,51 @@ msgstr "" "Atminties riba Docker formatu -- pavyzdžiui: 512m arba " "1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "Konteinerio laiko limitas sekundėmis" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "Alternatyvaus kūrimo eilės id" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Leisti mokamą reklamą" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "Neįjungus naudotojai vis tiek matys bendruomenės reklamą." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Be reklamų" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Rodyti versijos įspėjimą" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "Rodyti įspėjimo juostą nestabiliose ar paskutinėse versijose." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2692,317 +2704,317 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Siūloma" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Susiję projektai" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Kalba" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "Kalba, kuria kuriama dokumentacija. Pastaba: tai įtakoja jūsų projekto URL." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Programavimo kalba" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "Pirminė programavimo kalba, kuria parašytas projektas." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "Šitas projektas sukurtas su webhook" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Šis projektas buvo sėkmingai klonuotas" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Modelis turi turėti žetoną" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "Subprojektų hierarchijos nepalaikomos" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Kelias" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "sukurta" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "keista" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL, kur bus siunčiami webhooks" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Vardas" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Naudoti HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Visada naudoti HTTPS šiam vardui" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "Kiek kartų buvo pasiektas šis vardas" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3047,80 +3059,86 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "Įveskite tinkamą paprastą arba internacionalizuotą vardo reikšmę" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Netinkamas simbolis URL" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Netinkama URL schema" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Projekto nustatymai pakeisti" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projektas ištrintas" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3129,116 +3147,116 @@ msgstr "" "Yra problemų su jūsų {service} paskyra, bandykite prijungti iš naujo jūsų prijungtų paslaugų puslapyje." -#: projects/views/private.py:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3313,10 +3331,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3423,67 +3437,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Katalonų" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Anglų" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Ispanų" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Brazilijos portugalų" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norvegijos Bakmål" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Prancūzų" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Rusų" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Vokiečių" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galų" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamiečių" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Supaprastinta kinų" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Tradicinė kinų" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japonų" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukrainiečių" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italų" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Korėjiečių" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index de49958857a..9096d23b402 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -220,7 +220,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Bruker" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Brukernavn" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -533,7 +533,7 @@ msgid "Verbose Name" msgstr "Fullt navn" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -553,7 +553,7 @@ msgstr "Bygget" msgid "Uploaded" msgstr "Lastet opp" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Tilgangsnivå" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Dokumentasjonstype" @@ -633,7 +633,7 @@ msgstr "Feil" msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Commit" @@ -682,7 +682,7 @@ msgid "Command" msgstr "Kommando" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beskrivelse" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -983,10 +983,6 @@ msgstr "Utestengt" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1041,12 +1037,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "Publiseringsdato" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Endringsdato" @@ -1447,7 +1443,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Navn" @@ -1617,11 +1613,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2140,7 +2136,7 @@ msgstr "Slettet" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Offentlig" @@ -2311,7 +2307,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2330,135 +2326,155 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Dokumentasjonstype" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "Dokumentasjonstype" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Repo-URL" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Repotype" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Prosjektets hjemmeside" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Kanonisk URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Enkeltversjon" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2468,148 +2484,148 @@ msgstr "" "servert på roten til domenet. Vær forsiktig og skru kun på dette dersom du " "aldri kommer til å ha flere versjoner av dokumentasjonen din." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Hovedversjon" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Versjonen av prosjektet ditt som / videresendes til" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Hovedgren" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Analytics-kode" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2617,37 +2633,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Aktuell" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Relaterte prosjekter" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Språk" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2655,280 +2671,280 @@ msgstr "" "Språket prosjektdokumentasjonen genereres i. NB: Dette påvirker prosjektets " "URL." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Modellen må ha en slug" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Filsti" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL-en webhooken må kontakte" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2973,197 +2989,203 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" "Fyll inn en gyldig vanlig eller internasjonalisert verdi for domenenavn" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3235,10 +3257,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3345,67 +3363,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "engelsk" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "spansk" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norsk bokmål" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "fransk" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Russisk" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Tysk" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galisisk" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamesisk" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japansk" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukrainsk" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index 4847a4254c9..26cd7ec42d1 100644 --- a/readthedocs/locale/nl/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Jesse Tan, 2017,2021\n" "Language-Team: Dutch (http://app.transifex.com/readthedocs/readthedocs/" @@ -28,7 +28,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -147,39 +147,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -209,7 +209,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -226,7 +226,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Gebruiker" @@ -239,7 +239,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -479,7 +479,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Bouw activiteit gefaald" @@ -540,7 +540,7 @@ msgid "Verbose Name" msgstr "Uitgebreide naam" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -560,7 +560,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Privacyniveau" @@ -592,7 +592,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Documentatie soort" @@ -640,7 +640,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Afsluitcode" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Commit" @@ -689,7 +689,7 @@ msgid "Command" msgstr "Opdracht" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Omschrijving" @@ -918,7 +918,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -990,10 +990,6 @@ msgstr "Verbannen" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1048,12 +1044,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Aanpassingsdatum" @@ -1458,7 +1454,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Naam" @@ -1628,11 +1624,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2151,7 +2147,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Publiek" @@ -2322,7 +2318,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2341,283 +2337,303 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Documentatie soort" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "Documentatie soort" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Alias" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Repository URL" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Startpagina van project" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "De startpagina van het project" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Enkele versie" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Standaardversie" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN ingeschakeld" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Alternatieve container foto" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Container opslaglimiet" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "Alternatief bouwnummer in wachtrij" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2625,316 +2641,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Gerelateerde projecten" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Taal" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Programmeertaal" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Dit project is succesvol gedupliceerd" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Pad" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Domein" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "HTTPS gebruiken" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Gebruik altijd HTTPS voor dit domein" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "Aantal hits voor dit domein" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2979,197 +2995,203 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" "Betreed een geldige pagina of een geïnternationaliseerde domeinnaam waarde" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Projectinstellingen bijgewerkt" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Project verwijderd" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3241,10 +3263,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3351,67 +3369,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Engels" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Spaan" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Frans" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Russisch" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Duits" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamees" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japans" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italiaans" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Koreaans" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index 4171d85f6f9..2aea070b76b 100644 --- a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Valeria Doornkamp , 2023\n" "Language-Team: Dutch (Netherlands) (http://app.transifex.com/readthedocs/" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "Uitnodiging verstuurd" @@ -222,7 +222,7 @@ msgid "Invitation declined" msgstr "Uitnodiging verwijderd" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Gebruiker" @@ -235,7 +235,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -536,7 +536,7 @@ msgid "Verbose Name" msgstr "Uitgebreide Naam" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -556,7 +556,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Privacy-niveau" @@ -588,7 +588,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "" @@ -636,7 +636,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Commit" @@ -685,7 +685,7 @@ msgid "Command" msgstr "Commando" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beschrijving" @@ -914,7 +914,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -986,10 +986,6 @@ msgstr "Verbannen" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1044,12 +1040,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Wijzigingsdatum" @@ -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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Naam" @@ -1624,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2147,7 +2143,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Publiekelijk" @@ -2319,7 +2315,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2338,283 +2334,303 @@ msgstr "Er is al een \"{lang}\"-vertaling voor het {proj}-project." 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool name" +msgstr "Advertenties bij documentatie" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Advertenties bij documentatie" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Alias" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Repository URL" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Repository-type" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Projectstartpagina" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "De startpagina van het project" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2622,316 +2638,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "Het nesten van subprojecten wordt niet ondersteund" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2976,196 +2992,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3237,10 +3259,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3347,67 +3365,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index e281d670a82..89ca42de9ec 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -227,7 +227,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Użytkownik" @@ -240,7 +240,7 @@ msgid "Username" msgstr "Nazwa użytkownika" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -540,7 +540,7 @@ msgid "Verbose Name" msgstr "Pełna nazwa" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Nazwa uproszczona" @@ -560,7 +560,7 @@ msgstr "Zbudowany" msgid "Uploaded" msgstr "Przesłane" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Poziom prywatności" @@ -592,7 +592,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Typ dokumentacji" @@ -640,7 +640,7 @@ msgstr "Błąd" msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Commit" @@ -689,7 +689,7 @@ msgid "Command" msgstr "Komenda" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Opis" @@ -918,7 +918,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -990,10 +990,6 @@ msgstr "Zbanowany" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1048,12 +1044,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Data modyfikacji" @@ -1454,7 +1450,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Nazwa" @@ -1626,11 +1622,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2149,7 +2145,7 @@ msgstr "Usunięty" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Publiczny" @@ -2320,7 +2316,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2339,283 +2335,303 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Typ dokumentacji" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "Typ dokumentacji" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Alias" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Adres URL repozytorium" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Typ repozytorium" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Strona główna projektu" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Strona domowa projektu" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Kanoniczny adres URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Wersja pojedyncza" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Wersja domyślna" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Gałąź domyślna" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN włączone" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Kod analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2623,316 +2639,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Wyróżniony" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Powiązane projekty" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Język" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Język programowania" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "ścieżka dostępu" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Domena" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Użyj HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2977,196 +2993,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "Wprowadź poprawną prostą lub umiędzynarodowioną wartość nazwy domeny" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Niepoprawny znak w adresie URL" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Nieprawidłowy schemat adresu URL" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Zaktualizowano ustawienia projektu" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projekt usunięty" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3238,10 +3260,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3348,67 +3366,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Kataloński" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "angielski" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "hiszpański" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "norweski (bokmål)" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "francuski" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "rosyjski" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "niemiecki" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "galicyjski" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "wietnamski" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Chiński uproszczony" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Tradycyjny chiński" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japoński" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukraiński" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "włoski" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "koreański" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 9bd21ebe312..1da49cff0a9 100755 Binary files a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo and b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index c3788db6706..ef68317d0b8 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, 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:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Um projeto com slug \"{0}\" já existe." -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, 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:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Um subprojeto com este alias já existe" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, 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:1039 +#: api/v3/serializers.py:1040 #, 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:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "Convite enviado" @@ -241,7 +241,7 @@ msgid "Invitation declined" msgstr "Convite recusado" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Usuário" @@ -254,7 +254,7 @@ msgid "Username" msgstr "Usuário" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Construção falhou" @@ -556,7 +556,7 @@ msgid "Verbose Name" msgstr "Nome completo" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -576,7 +576,7 @@ msgstr "Construído" msgid "Uploaded" msgstr "Enviado" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Nível de privacidade" @@ -609,7 +609,7 @@ msgstr "Tem ePub" msgid "Has HTML Zip" msgstr "Tem Zip de HTML" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 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:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Commit" @@ -709,7 +709,7 @@ msgid "Command" msgstr "Comando" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrição" @@ -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:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -1014,10 +1014,6 @@ msgstr "Banido" msgid "Email address not verified" msgstr "Endereço de e-mail não verificado" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "Novo painel beta" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1080,12 +1076,12 @@ msgid "This project is already Ad-Free." msgstr "Este projeto já está livre de anúncios." #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Data de modificação" @@ -1510,7 +1506,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Nome" @@ -1684,11 +1680,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:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 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:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "Usuário %(username)s não existe" @@ -2264,7 +2260,7 @@ msgstr "Excluído" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Público" @@ -2445,7 +2441,7 @@ msgstr "" "Os projetos não podem ser configurados manualmente quando o logon único está " "ativado para sua organização." -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "Descrição curta deste projeto" @@ -2464,29 +2460,43 @@ msgstr "Há há uma tradução \"{lang}\" para o projeto {proj}." 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "Ativar addons" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "Mostrar uma notificação em construções de pull requests" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show a notification on non-stable and latest versions" +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" -msgstr "" -"Mostrar uma notificação em versões não estáveis e mais recentes (latest)" +msgstr "Mostrar uma notificação em versões não estáveis" -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show a notification on non-stable and latest versions" +#: projects/forms.py:680 msgid "Show a notification on latest version" +msgstr "Mostrar uma notificação na versão mais recentes" + +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "Ativado" + +#: projects/forms.py:682 +msgid "Root selector" msgstr "" -"Mostrar uma notificação em versões não estáveis e mais recentes (latest)" -#: projects/forms.py:711 +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Tipo de documentação" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Anúncio na documentação" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." @@ -2494,16 +2504,16 @@ msgstr "" "O padrão personalizado de classificação do menu flutuante é necessário ao " "selecionar um padrão personalizado." -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuário %(username)s já é um mantenedor" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "A carga útil deve ser um objeto JSON válido." -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." @@ -2511,87 +2521,87 @@ msgstr "" "Este projeto está configurado com um esquema de versionamento que não " "oferece suporte a traduções." -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "Apenas um domínio pode ser canônico por vez." -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "Projeto principal" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "Subprojeto" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Apelido" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "Classificação de versões" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "Padrão personalizado de classificação de versão" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "Mostrar latest e stable no início" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL do repositório" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "URL de repositório Git" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Tipo de repositório" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Página do projeto" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "A página inicial do projeto" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "URL canônica" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "A URL na qual a documentação deverá ser exibida" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "Esquema de versionamento da URL" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " @@ -2601,11 +2611,11 @@ msgstr "" "suporta traduções ou versões. Alterar o esquema de versionamento quebrará " "suas URLs atuais, então talvez seja necessário criar um redirecionamento." -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Versão única" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2615,19 +2625,19 @@ msgstr "" "\"latest\", servida como raiz do domínio. Use isso com cautela, somente " "ative-a se nunca terá múltiplas versões de sua documentação." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Versão padrão" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "A versão do seu projeto para a qual / redireciona" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Branch padrão" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2635,11 +2645,11 @@ msgstr "" "Para qual branch \"latest\" aponta. Deixe em vazio para usar valor padrão " "para seu VCS." -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "Prefixo de caminho personalizado" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2647,11 +2657,11 @@ msgstr "" "Um prefixo de caminho personalizado usado ao fornecer documentação deste " "projeto. Por padrão, fornecemos documentação na raiz (/) de um domínio." -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "Prefixo de caminho personalizado de subprojeto" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2661,11 +2671,11 @@ msgstr "" "subprojeto. Por padrão, fornecemos documentação de subprojetos sob o prefixo " "`/projects/`." -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "Construir em pull requests para este projeto" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." @@ -2673,11 +2683,11 @@ msgstr "" "Mais informações em nossa documentação." -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "Nível de privacidade de pull requests" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2685,15 +2695,15 @@ msgstr "" "As construções de pull requests devem ser públicas? Se o seu " "repositório for público, não defina isso como privado." -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN ativada" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2701,11 +2711,11 @@ msgstr "" "Tracking ID do Google Analytics (por exemplo, UA-22345342-1). " "Isso pode tornar a página mais lenta." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "Desativar Analytics" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2713,15 +2723,15 @@ msgstr "" "Desativa completamente o Google Analytics para este projeto (requer " "reconstruir a documentação)" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Imagem alternativa de contêiner" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Limite de memória do contêiner" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2729,51 +2739,51 @@ msgstr "" "Limite de memória no formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "Tempo limite do contêiner em segundos" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "ID da fila alternativa de construção" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de construções simultâneas permitido para este projeto" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Permitir anúncio pago" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "Se desmarcado, os usuários ainda verão anúncios da comunidade." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Sem anúncios" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "É spam?" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (não) spam" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Mostrar aviso de versão" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "Mostra um banner de aviso em versões não estáveis ou mais recente." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "Caminho do .readthedocs.yaml" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2785,19 +2795,19 @@ msgstr "" "exemplo, subcaminho/docs/.readthedocs.yaml. Deixe em branco " "para usar o valor padrão: .readthedocs.yaml." -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Em destaque" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "Ignorar (desativar) a construção deste projeto" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "Não listado" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2806,19 +2816,19 @@ msgstr "" "pesquisa do Read the Docs e solicita que mecanismos de pesquisa externos o " "removam por meio do robots.txt" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "O painel do projeto deve ser público?" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Projetos relacionados" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2826,31 +2836,31 @@ msgstr "" "Idioma no qual a documentação do projeto é renderizada. Nota: isso afeta a " "URL do seu projeto." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Linguagem de programação" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "A linguagem de programação primária na qual o projeto foi escrito." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "Este projeto foi construído com um webhook" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Este projeto foi clonado com sucesso" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "Repositório conectado" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "Repositório conectado a este projeto" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " @@ -2860,67 +2870,67 @@ msgstr "" "doc.org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Mais informações sobre construtores do Sphinx." -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "projeto" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Modelo deve ter slug" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "Não há suporte a subprojeto aninhado" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Caminho" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "ID de construção" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "Classificação de busca por páginas" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este arquivo de operações como indexação" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "criado" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "modificado" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "Construção acionada" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "Construção bem-sucedida" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL para onde enviar o webhook" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para assinar a carga útil do webhook" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "Eventos para assinar" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check a documentação para substituições disponíveis." -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Domínio" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "Este domínio foi criado automaticamente" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "Este domínio é um CNAME para o projeto" -#: projects/models.py:1739 +#: projects/models.py:1760 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:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Sempre usar HTTPS para este domínio" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "Número de vezes que este domínio foi acessado" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Status do certificado SSL" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "Ignorar processo de validação." -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "Data de início do processo de validação." -#: projects/models.py:1776 +#: projects/models.py:1797 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:1781 +#: projects/models.py:1802 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:1786 +#: projects/models.py:1807 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:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "Construção: Tenta um método alternativo de postar dados grandes" -#: projects/models.py:1928 +#: projects/models.py:1949 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:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -3007,19 +3017,19 @@ msgstr "" "Sphinx: Passa todas as versões (incluindo privadas) para o contexto HTML ao " "construir com o Sphinx" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "Proxito: Registra visualizações de páginas 404s." -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "Proxito: Desativa todas as visualizações de páginas" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: Permite o uso do cabeçalho X-RTD-Slug" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -3027,103 +3037,103 @@ msgstr "" "Proxito: Usa APIs com proxy (/_/*) com o prefixo personalizado se o projeto " "tiver um (Projeto.prefixo_personalizado)." -#: projects/models.py:1957 +#: projects/models.py:1978 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:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" "Construção: Gera um manifesto de arquivo para a comparação de árvore de " "arquivos." -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "Webhook: Ignora a sincronização de branches" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "Webhook: Ignora a sincronização de tags" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "Webhook: Ignora a sincronização de tarefas de versões" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "Construção: Sempre executa pip install --upgrade" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "Construção: Usa o novo resolvedor do pip" -#: projects/models.py:1981 +#: projects/models.py:2002 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:1985 +#: projects/models.py:2006 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:1990 +#: projects/models.py:2011 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:1996 +#: projects/models.py:2017 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:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "Pesquisa: Desativa a pesquisa no servidor" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "Pesquisa: Ativa a pesquisa no servidor para projetos MkDocs" -#: projects/models.py:2010 +#: projects/models.py:2031 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:2015 +#: projects/models.py:2036 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:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "Padronizar todos os projetos anteriores como True" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "Padronizar todos os projetos futuros como True" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "Expor esta variável de ambiente em construções de PR?" @@ -3170,24 +3180,24 @@ msgstr "" "Read the Docs Addons foram ativados por padrão a partir de 7 de outubro de " "2024" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" "Insira um valor válido de nome de domínio simples ou internacionalizado" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "O nome de domínio não pode ser um endereço IP." -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Caractere inválido na URL" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Esquema inválido para URL" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." @@ -3195,15 +3205,15 @@ msgstr "" "Use um caminho relativo. Não pode começar com '/'. O caminho é relativo à " "raiz do seu repositório." -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "O caminho não pode terminar com '/', pois não pode ser um diretório." -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "Sequência inválida encontrada no caminho: '..'" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}{invalid_characters}" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "O único nome de arquivo permitido é {filename}." -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de arquivos permitidos são {filenames}." -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Configurações do projeto atualizadas" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projeto excluído" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "Addons do projeto atualizados" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "Versão criada" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "Versão atualizada" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." @@ -3250,7 +3266,7 @@ msgstr "" "Detectamos um arquivo de configuração em seu repositório e iniciamos a " "primeira construção do seu projeto." -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3259,116 +3275,116 @@ 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "Subprojeto criado" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "Subprojeto atualizado" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "Subprojeto excluído" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "Usuário excluído" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, 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:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "Notificação criada" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "Notificação excluída" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "Webhook criado" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "Webhook atualizado" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "Webhook excluído" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "Tradução criada" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "Tradução excluída" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "Redirecionamento criado" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "Redirecionamento atualizado" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "Redirecionamento excluído" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "Domínio criado" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "Domínio atualizado" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "Domínio excluído" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "Integração criada" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "Integração excluída" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "Variável ambiente criada" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "Variável ambiente excluída" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "Regra de automação movida" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "Regra de automação excluída" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "Regra de automação criada" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "Regra de automação atualizada" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "As configurações de pull request foram atualizadas" @@ -3442,10 +3458,6 @@ msgstr "Forçar redirecionamento" msgid "Apply the redirect even if the page exists." msgstr "Aplica o redirecionamento mesmo se a página existir." -#: redirects/models.py:99 -msgid "Enabled" -msgstr "Ativado" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "Ativa ou desativa o redirecionamento." @@ -3561,67 +3573,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Catalão" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Inglês" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Espanhol" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Português do Brasil" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norueguês" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Frances" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Russo" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Alemão" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galego" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Chinês Simplificado" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Chinês Tradicional" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japonês" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Italiano" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Coreano" @@ -6237,5 +6249,5 @@ msgstr "" "excluir a conexão OAuth do Read the Docs. No GitHub, isso está localizado em " "Settings > Applications > Authorized OAuth Apps." -#~ msgid "Deploy key added successfully" -#~ msgstr "Chave de implantação adicionada com sucesso" +#~ msgid "New beta dashboard" +#~ msgstr "Novo painel beta" diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.po b/readthedocs/locale/ru/LC_MESSAGES/django.po index f2bb6e4b8a9..e9205650f37 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версия" @@ -158,39 +158,39 @@ msgstr "Размещено благодаря" msgid "Privacy Policy" msgstr "Политика конфиденциальности" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Неправильное имя проекта \"{0}\": не сгенерирован URL." -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Проект с URL \"{0}\" уже существует." -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект с {slug_name}={value} недействителен в качестве подпроекта" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Подпроект с таким псевдонимом уже существует" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "Приглашение отправлено" @@ -237,7 +237,7 @@ msgid "Invitation declined" msgstr "Приглашение отклонено" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Пользователь" @@ -250,7 +250,7 @@ msgid "Username" msgstr "Имя пользователя" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -490,7 +490,7 @@ msgstr "Активно" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Сборка не удалась" @@ -550,7 +550,7 @@ msgid "Verbose Name" msgstr "Подробное наименование" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "URL" @@ -570,7 +570,7 @@ msgstr "Сформировано" msgid "Uploaded" msgstr "Загружено" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Уровень приватности" @@ -602,7 +602,7 @@ msgstr "Имеет ePub" msgid "Has HTML Zip" msgstr "Имеет HTML Zip" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Тип документации" @@ -650,7 +650,7 @@ msgstr "Ошибка" msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Коммит" @@ -699,7 +699,7 @@ msgid "Command" msgstr "Команда" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Описание" @@ -928,7 +928,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -1002,10 +1002,6 @@ msgstr "Заблокировано" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1063,12 +1059,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "Дата публикации" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Дата последнего изменения" @@ -1477,7 +1473,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Имя" @@ -1649,11 +1645,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2172,7 +2168,7 @@ msgstr "Удалён" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Общедоступный" @@ -2343,7 +2339,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2362,141 +2358,155 @@ msgstr "Уже существует перевод “{lang}” для прое msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Длина каждой метки не должна превышать 100 символов." -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -"Показывать предупреждения как для нестабильных, так и для не свежих версий." -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -"Показывать предупреждения как для нестабильных, так и для не свежих версий." -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Тип документации" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Реклама в документации" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Псевдоним" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL репозитория" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Тип репозитория" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Домашняя страница проекта" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Домашняя страница проекта" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Канонический URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "URL, с которого ожидается предоставление документации" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Единственная версия" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2507,74 +2517,74 @@ msgstr "" "если точно не планируете в будущем иметь несколько версий вашей " "документации." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Версия по умолчанию" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "На какую версию вашего проекта идёт перенаправление с /" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Ветка по умолчанию" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN включен" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Код для аналитики" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2582,25 +2592,25 @@ msgstr "" "Google Analytics Tracking ID (например, UA-22345342-1). Это " "может замедлить загрузку вашей страницы." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Альтернативный образ контейнера" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Ограничение памяти контейнера" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2608,54 +2618,54 @@ msgstr "" "Ограничение памяти в формате Docker — например: 512m или " "1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "Ограничение времени контейнера в секундах" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "Альтернативный идентификатор очереди сборки" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Разрешить платную рекламу" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" "Если этот флажок не установлен, пользователи всё равно будут видеть рекламу " "сообщества." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Без рекламы" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Показывать предупреждение о версии" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Показывать предупреждения как для нестабильных, так и для не свежих версий." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2663,37 +2673,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Особенные" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Связанные проекты" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Язык" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2701,280 +2711,280 @@ msgstr "" "Язык документации проекта. Обратите внимание: эта настройка влияет на URL " "вашего проекта." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Язык программирования" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "Основной язык программирования, на котором написан проект." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "Сборка проекта была запущена с помощью веб-обработчика" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Данный проект был успешно склонирован" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "В модели должен быть URL" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "Вложенность подпроектов не поддерживается" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Путь" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "создано" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "изменено" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "URL, на которые следует отправлять веб-обработчика" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Домен" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Использовать HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Всегда использовать HTTPS для данного домена" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "Количество посещений этого домена" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3019,82 +3029,88 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" "Введите допустимое значение простого или интернационализированного доменного " "имени" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "Недопустимый символ в URL" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "Недопустимая схема в URL" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Обновлены настройки проекта" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Проект удалён" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3103,116 +3119,116 @@ msgstr "" "Возникла проблема с вашей учётной записью {service}, попробуйте повторно " "подключить её на странице подключённых служб." -#: projects/views/private.py:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3287,10 +3303,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3397,67 +3409,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "каталонский" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Английский" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Испанский" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "бразильский португальский" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Норвежский" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Французский" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Русский" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Немецкий" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Галисийский" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Вьетнамский" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "упрощённый китайский" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "традиционный китайский" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Японский" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Украинский" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Итальянский" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Корейский" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index 2f54f17437a..12847781814 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -221,7 +221,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Používateľ" @@ -234,7 +234,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -534,7 +534,7 @@ msgid "Verbose Name" msgstr "Dlhý názov" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Slug" @@ -554,7 +554,7 @@ msgstr "" msgid "Uploaded" msgstr "Odoslaný" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Úroveň súkromia" @@ -586,7 +586,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Typ dokumentácie" @@ -634,7 +634,7 @@ msgstr "Chyba" msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "" @@ -683,7 +683,7 @@ msgid "Command" msgstr "" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Popis" @@ -912,7 +912,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -984,10 +984,6 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1042,12 +1038,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Dátum úpravy" @@ -1448,7 +1444,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Názov" @@ -1618,11 +1614,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2141,7 +2137,7 @@ msgstr "Vymazaný" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Verejný" @@ -2312,7 +2308,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2331,283 +2327,303 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Typ dokumentácie" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "Typ dokumentácie" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL Repozitára" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Typ repozitára" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Domovská stránka projektu" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Štandardná verzia" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Verzia projektu, na ktorý sa adresa / presmeruje" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Štandardná vetva" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2615,316 +2631,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Jazyk" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Model musí mať slug" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Cesta" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2969,196 +2985,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3230,10 +3252,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3340,67 +3358,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Anglicky" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Španielsky" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Francúzština" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Ruština" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Nemčina" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamčina" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japončina" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukrajinčina" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index 404c865da37..e0e4a0bc431 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -220,7 +220,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Kullanıcı" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Kullanıcı adı" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Oluşturma başarısız oldu" @@ -533,7 +533,7 @@ msgid "Verbose Name" msgstr "Ayrıntılı Adı" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Başlık Bilgisi" @@ -553,7 +553,7 @@ msgstr "Oluşturuldu" msgid "Uploaded" msgstr "Gönderildi" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Gizlilik Seviyesi" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Belgelendirme türü" @@ -633,7 +633,7 @@ msgstr "Hata" msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "İşle" @@ -682,7 +682,7 @@ msgid "Command" msgstr "Komut" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Tanım" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -983,10 +983,6 @@ msgstr "Yasaklandı" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1041,12 +1037,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Değiştirilme tarihi" @@ -1452,7 +1448,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Adı" @@ -1624,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2147,7 +2143,7 @@ msgstr "Silindi" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Ortak" @@ -2318,7 +2314,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2337,139 +2333,155 @@ msgstr "{proj} projesi için zaten bir \"{lang}\" çevirisi var." 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:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" -msgstr "Kararlı olmayan ne de en son sürümlerde uyarı afişi göster." +msgstr "" -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" -msgstr "Kararlı olmayan ne de en son sürümlerde uyarı afişi göster." +msgstr "" + +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Belgelendirme türü" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "Belgelendirme Reklamı" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1152 +#: projects/forms.py:1163 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:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "Kod adı" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "Depo URL'si" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Depo türü" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "Proje anasayfası" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Projenin anasayfası" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Kurallı URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "Belgelendirmenin sunulmasının beklendiği URL" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Tek sürüm" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2479,74 +2491,74 @@ msgstr "" "sunulan \"en son\" sürümünüz vardır. Bunu dikkatli kullanın, bunu sadece " "belgelerinizin birden çok sürümü hiçbir zaman olmayacaksa açın." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Varsayılan sürüm" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Projenizin / işaretinin yönlendirdiği sürümü" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Varsayılan dal" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN Etkinleştirildi" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Çözümleme kodu" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2554,25 +2566,25 @@ msgstr "" "Google Analytics İzleme Kimliği (ör. UA-22345342-1). Bu, sayfa " "yüklemelerinizi yavaşlatabilir." -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "Alternatif kapsayıcı resmi" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "Kapsayıcı bellek sınırı" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2580,52 +2592,52 @@ msgstr "" "Docker biçiminde bellek sınırı -- örnek: 512m veya 1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "Saniye olarak kapsayıcı zaman sınırı" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "Alternatif oluşturma kuyruğu kimliği" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "Ücretli reklamlara izin verin" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" "Eğer işaretlenmediyse, kullanıcılar hala topluluk reklamlarını görecek." -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "Reklamsız" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "Sürüm uyarısını göster" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "Kararlı olmayan ne de en son sürümlerde uyarı afişi göster." -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2633,317 +2645,317 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Öne Çıkanlar" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "İlgili projeler" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Dil" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "Proje belgelendirmede işlenen dil. Not: bu, projenizin URL'sini etkiler." -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Programlama Dili" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "Projenin yazıldığı birincil programlama dili." -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "Bu proje bir web kancası ile oluşturuldu" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "Bu proje başarılı olarak kopyalandı" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Model başlık bilgisine sahip olmak zorundadır" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "Alt proje iç içe geçme desteklenmiyor" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Yol" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "Web kancasının göndereceği URL" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "Etki Alanı" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "HTTPS kullan" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "Bu etki alanı için her zaman HTTPS kullan" -#: projects/models.py:1749 +#: projects/models.py:1770 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:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2988,80 +3000,86 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 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" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "URL'de geçersiz karakter" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "URL için geçersiz şema" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Proje ayarları güncellendi" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Proje silindi" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3070,116 +3088,116 @@ 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3252,10 +3270,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3362,67 +3376,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Katalanca" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "İngilizce" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "İspanyolca" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "Brezilya Portekizcesi" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Norveççe Bokmål" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Fransızca" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Rusça" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Almanca" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Galiçyaca" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Vietnamca" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "Geleneksel Çince" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Japonca" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Ukraynaca" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "İtalyanca" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Korece" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index 109c0b9edfd..8948f5aad30 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версія:" @@ -149,39 +149,39 @@ msgstr "Організовано" msgid "Privacy Policy" msgstr "Політика конфіденційності" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Недійсна назва проекту \"{0}\": слаг не створено." -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Проект зі слагом \"{0}\" вже існує." -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект із {slug_name}={value} недійсний як підпроект" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Підпроект із цим псевдонімом уже існує" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "Запрошення надіслане" @@ -228,7 +228,7 @@ msgid "Invitation declined" msgstr "Запрошення відхилено" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Користувач" @@ -241,7 +241,7 @@ msgid "Username" msgstr "Ім'я користувача" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -483,7 +483,7 @@ msgstr "Активний" msgid "Build successful" msgstr "Білд успішний" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Білд невдався" @@ -543,7 +543,7 @@ msgid "Verbose Name" msgstr "Детальне ім’я" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "Слаг" @@ -563,7 +563,7 @@ msgstr "Збудований" msgid "Uploaded" msgstr "Завантажено" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Рівень конфіденційності" @@ -596,7 +596,7 @@ msgstr "Має ePub" msgid "Has HTML Zip" msgstr "Має HTML Zip" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Тип документації" @@ -646,7 +646,7 @@ msgstr "Помилка" msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "Здійснити" @@ -697,7 +697,7 @@ msgid "Command" msgstr "Команда" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Опис" @@ -926,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "URL" @@ -998,10 +998,6 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1056,12 +1052,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "Дата публікації" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Модифікована дата" @@ -1462,7 +1458,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Ім’я" @@ -1632,11 +1628,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2155,7 +2151,7 @@ msgstr "Видалено" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Загальнодоступно" @@ -2326,7 +2322,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2345,135 +2341,155 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Тип документації" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "Тип документації" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL репозиторію" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Тип сховища" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Домашня сторінка проекту" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "Канонічний URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Єдина версія" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2484,148 +2500,148 @@ msgstr "" "пересторогою, активуйте тільки якщо ви ніколи не будете мати чисельні " "версії ваших документів." -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Версія за замовчуванням" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Версія проекту на яку перенаправляє /" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Гілка за замовчуванням" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Код аналітики" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2633,316 +2649,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Обране" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Пов’язані проекти" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Мова" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "Мова програмування" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Модель повинна мати slug" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Шлях" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "Створено" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "Модифіковано" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "Використовувати HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2987,196 +3003,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3248,10 +3270,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3358,67 +3376,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "Каталонська" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Англійська" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "Іспанська" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "Норвезька (букмол)" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "Французька" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "Російська" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "Німецька" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "Галісійська" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "В’єтнамська" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Японська" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Українська" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "Італійська" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "Корейська" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index a7adc9b514e..011fd96a80d 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 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:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -220,7 +220,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "Người sử dụng" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: 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:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -533,7 +533,7 @@ msgid "Verbose Name" msgstr "Tên chi tiết" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "" @@ -553,7 +553,7 @@ msgstr "Đã được xây dựng" msgid "Uploaded" msgstr "Đã được tải lên" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "Mức độ bảo mật" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "Kiểu tài liệu" @@ -633,7 +633,7 @@ msgstr "Lỗi" msgid "Exit code" msgstr "" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "" @@ -682,7 +682,7 @@ msgid "Command" msgstr "" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Miêu tả" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -983,10 +983,6 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1041,12 +1037,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 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:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "Ngày thay đổi" @@ -1447,7 +1443,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "Tên" @@ -1617,11 +1613,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2140,7 +2136,7 @@ msgstr "Đã xóa" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "Công cộng" @@ -2311,7 +2307,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2330,283 +2326,303 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:676 +#: projects/forms.py:680 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" + +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "Kiểu tài liệu" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool version" +msgstr "Kiểu tài liệu" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "URL của kho" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "Kiểu repository" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "Trang chủ của dự án" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "Phiên bản đơn lẻ" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "Phiên bản mặc định" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "Phiên bản mà / trỏ tới" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "Nhánh mặc định" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "Mã Analytics" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2614,316 +2630,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "Tính năng" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "Các dự án liên quan" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "Ngôn ngữ" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "Đường dẫn" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2968,196 +2984,202 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, 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:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3229,10 +3251,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3339,67 +3357,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "Tiếng Anh" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "Tiếng Việt" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "Tiếng Nhật" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "Tiếng Ukcraina" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index f47356e124d..c9e814d2247 100644 --- a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po @@ -33,7 +33,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: JY3, 2022-2023\n" "Language-Team: Chinese (China) (http://app.transifex.com/readthedocs/" @@ -45,7 +45,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -164,39 +164,39 @@ msgstr "托管于" msgid "Privacy Policy" msgstr "隐私政策" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "无效的项目名称「{0}」:未生成网址标识。" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "网址标识为「{0}」的项目已存在。" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "带有 {slug_name}={value} 的项目不能作为子项目。" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "存在具有此名称的子项目" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -226,7 +226,7 @@ msgid "Log out" msgstr "退出登录" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "" @@ -243,7 +243,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "用户" @@ -256,7 +256,7 @@ msgid "Username" msgstr "用户名" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "项目" @@ -496,7 +496,7 @@ msgstr "激活" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "构建失败" @@ -556,7 +556,7 @@ msgid "Verbose Name" msgstr "长名称" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "网址标识" @@ -576,7 +576,7 @@ msgstr "构建" msgid "Uploaded" msgstr "已上传" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "隐私级别" @@ -608,7 +608,7 @@ msgstr "存在ePub" msgid "Has HTML Zip" msgstr "存在HTML Zip" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "文档类型" @@ -656,7 +656,7 @@ msgstr "错误" msgid "Exit code" msgstr "退出码" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "提交" @@ -705,7 +705,7 @@ msgid "Command" msgstr "命令" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "说明" @@ -934,7 +934,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "" @@ -1006,10 +1006,6 @@ msgstr "禁用的" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1064,12 +1060,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "发布日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "修改日期" @@ -1470,7 +1466,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "名称" @@ -1640,11 +1636,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2164,7 +2160,7 @@ msgstr "已删除" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "公开" @@ -2335,7 +2331,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2354,139 +2350,155 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "每个标签的长度必须小于等于 100 个字符。" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" -msgstr "在非 stable(稳定)或 latest(最新)版本中展示警告横幅。" +msgstr "" -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" -msgstr "在非 stable(稳定)或 latest(最新)版本中展示警告横幅。" +msgstr "" + +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "文档类型" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "文献广告" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "别名" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "代码库地址" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "代码库类型" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "项目主页" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "项目的主页" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "官方网址" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "访问文档的URL" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "单一版本" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2495,74 +2507,74 @@ msgstr "" "单一版本的站点不含多个翻译版本,只有一个「latest」版本,使用根域名进行托管。" "请谨慎使用,仅在您的文档永远不会用到多版本时使用它。" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "默认版本" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "访问项目根目录时重定向的目标版本" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "默认分支" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "CDN 已启用" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "分析代码" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2570,75 +2582,75 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). 这将减慢你的页" "面加载速度。" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "备选容器镜像" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "容器内存限制" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 格式的内存限制 -- 例: 512m or 1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "容器的时间限制秒数" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "备用构建的队列id" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "允许已付费广告" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "如果未选中的话,你仍然会看到社区广告。" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "去广告" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非 stable(稳定)或 latest(最新)版本中展示警告横幅。" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2646,316 +2658,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "精选" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "相关项目" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "语言" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "该项目的文档所呈现的语言。注意:这影响您的项目的 URL。" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "编程语言" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "项目使用的主要编程语言" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "项目构建同时包含webhook" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "此项目已成功被克隆" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Model 必须包含 slug" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "不支持嵌套子项目" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "路径" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "创建的" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "修改的" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "发送 webhook 到" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "域" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "此域访问次数" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3000,80 +3012,86 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "输入有效空白或国际域名值" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "项目设置已更新" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "项目已删除" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3082,116 +3100,116 @@ msgstr "" "您的 {service} 账号出现了问题,尝试重新连接 已连接服务页面" "上的账号。" -#: projects/views/private.py:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3263,10 +3281,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3373,67 +3387,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "加泰罗尼亚语" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "英语" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "西班牙语" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙语" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "挪威语" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "法语" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "俄语" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "德语" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "加利西亚语" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "越南语" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "简体中文" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "繁体中文" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "日语" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "乌克兰语" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "意大利语" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "韩语" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index c5e76559d73..83601a9e946 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-11-05 11:23+0000\n" +"POT-Creation-Date: 2024-11-12 15:48+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:728 -#: projects/filters.py:196 projects/models.py:1484 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1505 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -150,39 +150,39 @@ msgstr "主機架設方" msgid "Privacy Policy" msgstr "隱私權政策" -#: api/v3/serializers.py:634 +#: api/v3/serializers.py:635 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:638 +#: api/v3/serializers.py:639 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:882 +#: api/v3/serializers.py:883 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:620 +#: api/v3/serializers.py:891 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1033 +#: api/v3/serializers.py:1034 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1039 +#: api/v3/serializers.py:1040 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1045 +#: api/v3/serializers.py:1046 #, 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:148 -#: organizations/views/private.py:209 projects/views/private.py:582 +#: organizations/views/private.py:209 projects/views/private.py:591 msgid "Invitation sent" msgstr "邀請已送出" @@ -229,7 +229,7 @@ msgid "Invitation declined" msgstr "邀請已拒絕" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:250 +#: projects/models.py:271 msgid "User" msgstr "使用者" @@ -242,7 +242,7 @@ msgid "Username" msgstr "使用者名稱" #: audit/models.py:138 builds/models.py:95 builds/models.py:722 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1478 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1499 #: redirects/models.py:48 msgid "Project" msgstr "專案" @@ -482,7 +482,7 @@ msgstr "啟用" msgid "Build successful" msgstr "建置成功" -#: builds/filters.py:29 projects/models.py:1583 +#: builds/filters.py:29 projects/models.py:1604 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "建置失敗" @@ -542,7 +542,7 @@ msgid "Verbose Name" msgstr "詳細名稱" #: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:255 +#: projects/models.py:276 msgid "Slug" msgstr "動態資料欄位" @@ -562,7 +562,7 @@ msgstr "建置" msgid "Uploaded" msgstr "已上傳" -#: builds/models.py:154 projects/models.py:483 +#: builds/models.py:154 projects/models.py:504 msgid "Privacy Level" msgstr "隱私等級" @@ -594,7 +594,7 @@ msgstr "有 ePub" msgid "Has HTML Zip" msgstr "有 HTML Zip" -#: builds/models.py:175 projects/models.py:568 +#: builds/models.py:175 projects/models.py:589 msgid "Documentation type" msgstr "文件類型" @@ -642,7 +642,7 @@ msgstr "錯誤" msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:778 projects/models.py:1495 +#: builds/models.py:778 projects/models.py:1516 msgid "Commit" msgstr "送交" @@ -691,7 +691,7 @@ msgid "Command" msgstr "命令" #: builds/models.py:1148 builds/models.py:1203 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:257 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:278 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "說明" @@ -920,7 +920,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1598 +#: core/forms.py:198 projects/models.py:1619 msgid "URL" msgstr "網址" @@ -992,10 +992,6 @@ msgstr "已封鎖" msgid "Email address not verified" msgstr "" -#: core/notifications.py:28 -msgid "New beta dashboard" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1050,12 +1046,12 @@ msgid "This project is already Ad-Free." msgstr "" #: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 -#: organizations/models.py:297 projects/models.py:241 +#: organizations/models.py:297 projects/models.py:262 msgid "Publication date" msgstr "發佈日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:244 projects/models.py:1497 +#: organizations/models.py:298 projects/models.py:265 projects/models.py:1518 msgid "Modified date" msgstr "修改日期" @@ -1458,7 +1454,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:254 projects/models.py:1489 +#: projects/models.py:275 projects/models.py:1510 msgid "Name" msgstr "名稱" @@ -1628,11 +1624,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:724 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:735 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:739 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:750 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2151,7 +2147,7 @@ msgstr "已刪除" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2077 +#: projects/constants.py:94 projects/models.py:2098 msgid "Public" msgstr "公開" @@ -2322,7 +2318,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:451 projects/models.py:259 +#: projects/forms.py:451 projects/models.py:280 msgid "Short description of this project" msgstr "" @@ -2341,139 +2337,155 @@ msgstr "已有用於專案 {proj} 的「{lang}」翻譯。" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "各個標記的長度必須小於或等於 100 字元。" -#: projects/forms.py:669 +#: projects/forms.py:673 msgid "Enable Addons" msgstr "" -#: projects/forms.py:671 +#: projects/forms.py:675 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:674 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:678 msgid "Show a notification on non-stable versions" -msgstr "在非穩定或最新版中顯示警告橫幅" +msgstr "" -#: projects/forms.py:676 -#, fuzzy -#| msgid "Show warning banner in non-stable nor latest versions." +#: projects/forms.py:680 msgid "Show a notification on latest version" -msgstr "在非穩定或最新版中顯示警告橫幅" +msgstr "" + +#: projects/forms.py:681 redirects/models.py:99 +msgid "Enabled" +msgstr "" -#: projects/forms.py:711 +#: projects/forms.py:682 +msgid "Root selector" +msgstr "" + +#: projects/forms.py:683 +#, fuzzy +#| msgid "Documentation type" +msgid "Documentation tool name" +msgstr "文件類型" + +#: projects/forms.py:684 +#, fuzzy +#| msgid "Documentation Advertising" +msgid "Documentation tool version" +msgstr "文件廣告" + +#: projects/forms.py:722 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:743 +#: projects/forms.py:754 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:828 +#: projects/forms.py:839 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:861 +#: projects/forms.py:872 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1040 +#: projects/forms.py:1051 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1143 +#: projects/forms.py:1154 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1147 +#: projects/forms.py:1158 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1152 +#: projects/forms.py:1163 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1157 +#: projects/forms.py:1168 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1161 +#: projects/forms.py:1172 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" -#: projects/models.py:95 +#: projects/models.py:96 msgid "Main project" msgstr "" -#: projects/models.py:101 +#: projects/models.py:102 msgid "Subproject" msgstr "" -#: projects/models.py:106 +#: projects/models.py:107 msgid "Alias" msgstr "別名" -#: projects/models.py:187 +#: projects/models.py:193 msgid "Sorting of versions" msgstr "" -#: projects/models.py:197 +#: projects/models.py:203 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:203 +#: projects/models.py:209 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:262 +#: projects/models.py:283 msgid "Repository URL" msgstr "儲存庫網址" -#: projects/models.py:265 +#: projects/models.py:286 msgid "Git repository URL" msgstr "" -#: projects/models.py:272 +#: projects/models.py:293 msgid "Repository type" msgstr "儲存庫類型" -#: projects/models.py:278 +#: projects/models.py:299 msgid "Project homepage" msgstr "專案首頁" -#: projects/models.py:280 +#: projects/models.py:301 msgid "The project's homepage" msgstr "專案的首頁" -#: projects/models.py:283 +#: projects/models.py:304 msgid "Canonical URL" msgstr "標準 URL" -#: projects/models.py:285 +#: projects/models.py:306 msgid "URL that documentation is expected to serve from" msgstr "預期用來提供文件的網址" -#: projects/models.py:288 +#: projects/models.py:309 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:295 +#: projects/models.py:316 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " "current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:303 +#: projects/models.py:324 msgid "Single version" msgstr "單一版本" -#: projects/models.py:306 +#: projects/models.py:327 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2482,74 +2494,74 @@ msgstr "" "單一版本網站不包含翻譯,且只有「latest」伴兒不能,並在網域的根目錄提供。請謹" "慎使用,請於文件永遠不會有多版本的時候才開啟。" -#: projects/models.py:313 +#: projects/models.py:334 msgid "Default version" msgstr "預設版本" -#: projects/models.py:316 +#: projects/models.py:337 msgid "The version of your project that / redirects to" msgstr "專案根目錄「 / 」要跳轉至的版本" -#: projects/models.py:321 +#: projects/models.py:342 msgid "Default branch" msgstr "預設分支" -#: projects/models.py:327 +#: projects/models.py:348 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:332 +#: projects/models.py:353 msgid "Custom path prefix" msgstr "" -#: projects/models.py:338 +#: projects/models.py:359 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:343 +#: projects/models.py:364 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:349 +#: projects/models.py:370 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:356 +#: projects/models.py:377 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:359 +#: projects/models.py:380 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:363 +#: projects/models.py:384 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:370 +#: projects/models.py:391 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:375 +#: projects/models.py:396 msgid "CDN Enabled" msgstr "已啟用 CDN" -#: projects/models.py:377 +#: projects/models.py:398 msgid "Analytics code" msgstr "分析程式碼" -#: projects/models.py:382 +#: projects/models.py:403 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2557,75 +2569,75 @@ msgstr "" "Google Analytics 追蹤 ID(如︰ UA-22345342-1),可能會降低頁面載" "入的速度。" -#: projects/models.py:388 +#: projects/models.py:409 msgid "Disable Analytics" msgstr "" -#: projects/models.py:392 +#: projects/models.py:413 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:397 +#: projects/models.py:418 msgid "Alternative container image" msgstr "備用容器鏡像" -#: projects/models.py:403 +#: projects/models.py:424 msgid "Container memory limit" msgstr "容器記憶體限制" -#: projects/models.py:408 +#: projects/models.py:429 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 記憶體限制格式 -- 範例:512m1g" -#: projects/models.py:413 +#: projects/models.py:434 msgid "Container time limit in seconds" msgstr "單位為秒的容器時間限制" -#: projects/models.py:418 +#: projects/models.py:439 msgid "Alternate build queue id" msgstr "備用建置佇列 Id" -#: projects/models.py:424 +#: projects/models.py:445 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:429 +#: projects/models.py:450 msgid "Allow paid advertising" msgstr "允許付費廣告" -#: projects/models.py:431 +#: projects/models.py:452 msgid "If unchecked, users will still see community ads." msgstr "若取消選取,則使用者將看見社群廣告。" -#: projects/models.py:434 +#: projects/models.py:455 msgid "Ad-free" msgstr "無廣告" -#: projects/models.py:439 +#: projects/models.py:460 msgid "Is spam?" msgstr "" -#: projects/models.py:442 +#: projects/models.py:463 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:445 +#: projects/models.py:466 msgid "Show version warning" msgstr "顯示版本警告" -#: projects/models.py:447 +#: projects/models.py:468 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非穩定或最新版中顯示警告橫幅" -#: projects/models.py:451 +#: projects/models.py:472 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:457 +#: projects/models.py:478 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2633,316 +2645,316 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:465 +#: projects/models.py:486 msgid "Featured" msgstr "精選" -#: projects/models.py:467 +#: projects/models.py:488 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:475 +#: projects/models.py:496 msgid "Delisted" msgstr "" -#: projects/models.py:477 +#: projects/models.py:498 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:488 +#: projects/models.py:509 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:495 +#: projects/models.py:516 msgid "Related projects" msgstr "相關專案" -#: projects/models.py:503 templates/search/elastic_search.html:57 +#: projects/models.py:524 templates/search/elastic_search.html:57 msgid "Language" msgstr "語言" -#: projects/models.py:507 +#: projects/models.py:528 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "專案文件呈現的語言。注意︰該設定將影響專案的網址。" -#: projects/models.py:515 +#: projects/models.py:536 msgid "Programming Language" msgstr "程式語言" -#: projects/models.py:519 +#: projects/models.py:540 msgid "The primary programming language the project is written in." msgstr "撰寫本專案的主要程式語言。" -#: projects/models.py:535 +#: projects/models.py:556 msgid "This project has been built with a webhook" msgstr "該專案已通過 Webhook 建置" -#: projects/models.py:539 +#: projects/models.py:560 msgid "This project has been successfully cloned" msgstr "這個專案已成功複製" -#: projects/models.py:548 +#: projects/models.py:569 msgid "Connected repository" msgstr "" -#: projects/models.py:549 +#: projects/models.py:570 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:575 +#: projects/models.py:596 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:586 +#: projects/models.py:607 msgid "project" msgstr "" -#: projects/models.py:597 +#: projects/models.py:618 msgid "Model must have slug" msgstr "Model 必須有動態資料欄位" -#: projects/models.py:1359 +#: projects/models.py:1380 msgid "Subproject nesting is not supported" msgstr "不支援巢狀子專案" -#: projects/models.py:1494 +#: projects/models.py:1515 msgid "Path" msgstr "路徑" -#: projects/models.py:1496 +#: projects/models.py:1517 msgid "Build id" msgstr "" -#: projects/models.py:1499 +#: projects/models.py:1520 msgid "Page search rank" msgstr "" -#: projects/models.py:1504 +#: projects/models.py:1525 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1547 projects/models.py:1712 +#: projects/models.py:1568 projects/models.py:1733 msgid "created" msgstr "建立時間" -#: projects/models.py:1552 +#: projects/models.py:1573 msgid "modified" msgstr "修改時間" -#: projects/models.py:1581 +#: projects/models.py:1602 msgid "Build triggered" msgstr "" -#: projects/models.py:1582 +#: projects/models.py:1603 msgid "Build passed" msgstr "" -#: projects/models.py:1600 +#: projects/models.py:1621 msgid "URL to send the webhook to" msgstr "要傳送 Webhook 至的網址" -#: projects/models.py:1603 +#: projects/models.py:1624 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1632 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1635 msgid "JSON payload" msgstr "" -#: projects/models.py:1616 +#: projects/models.py:1637 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1723 +#: projects/models.py:1744 msgid "Domain" msgstr "網域" -#: projects/models.py:1730 +#: projects/models.py:1751 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1755 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1760 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1743 +#: projects/models.py:1764 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1745 +#: projects/models.py:1766 msgid "Always use HTTPS for this domain" msgstr "永遠為該網域使用 HTTPS" -#: projects/models.py:1749 +#: projects/models.py:1770 msgid "Number of times this domain has been hit" msgstr "該網域的點擊次數" -#: projects/models.py:1754 templates/projects/domain_form.html:49 +#: projects/models.py:1775 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1763 +#: projects/models.py:1784 msgid "Skip validation process." msgstr "" -#: projects/models.py:1767 +#: projects/models.py:1788 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1797 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1781 +#: projects/models.py:1802 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1786 +#: projects/models.py:1807 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1924 +#: projects/models.py:1945 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1928 +#: projects/models.py:1949 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1933 +#: projects/models.py:1954 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1960 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1964 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1968 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1952 +#: projects/models.py:1973 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1978 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1982 msgid "Build: Generate a file manifest for file tree diff." msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1987 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:1970 +#: projects/models.py:1991 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:1974 +#: projects/models.py:1995 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:1977 +#: projects/models.py:1998 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1978 +#: projects/models.py:1999 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:2002 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:2006 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:2011 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:2017 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:2002 +#: projects/models.py:2023 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2006 +#: projects/models.py:2027 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2031 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2015 +#: projects/models.py:2036 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2028 +#: projects/models.py:2049 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:2033 +#: projects/models.py:2054 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:2039 +#: projects/models.py:2060 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2043 +#: projects/models.py:2064 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2086 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2069 +#: projects/models.py:2090 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2074 +#: projects/models.py:2095 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2080 +#: projects/models.py:2101 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2987,80 +2999,86 @@ msgstr "" msgid "Read the Docs Addons were enabled by default on October 7th, 2024" msgstr "" -#: projects/validators.py:18 +#: projects/validators.py:22 msgid "Enter a valid plain or internationalized domain name value" msgstr "輸入有效的純網域名稱或國際化網域名稱" -#: projects/validators.py:30 +#: projects/validators.py:34 msgid "The domain name can't be an IP address." msgstr "" -#: projects/validators.py:58 +#: projects/validators.py:62 msgid "Invalid character in the URL" msgstr "網址中有無效的字元" -#: projects/validators.py:79 +#: projects/validators.py:83 msgid "Invalid scheme for URL" msgstr "URL 配置無效" -#: projects/validators.py:100 +#: projects/validators.py:104 msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" -#: projects/validators.py:107 +#: projects/validators.py:111 msgid "The path cannot end with '/', as it cannot be a directory." msgstr "" -#: projects/validators.py:112 +#: projects/validators.py:116 msgid "Found invalid sequence in path: '..'" msgstr "" -#: projects/validators.py:119 +#: projects/validators.py:123 #, python-brace-format msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" -#: projects/validators.py:133 +#: projects/validators.py:137 #, python-brace-format msgid "The only allowed filename is {filename}." msgstr "" -#: projects/validators.py:141 +#: projects/validators.py:145 #, python-brace-format msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:203 +#: projects/validators.py:248 +msgid "" +"The total size of all environment variables in the project cannot exceed 256 " +"KB." +msgstr "" + +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "已更新專案設定" -#: projects/views/private.py:215 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "已刪除專案" -#: projects/views/private.py:229 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:280 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:285 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:401 +#: projects/views/private.py:410 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:477 +#: projects/views/private.py:486 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3069,116 +3087,116 @@ msgstr "" "您的 {service} 帳號有問題,請嘗試在已串聯的服務頁面上重" "新串聯帳號。" -#: projects/views/private.py:535 +#: projects/views/private.py:544 msgid "Subproject created" msgstr "" -#: projects/views/private.py:539 +#: projects/views/private.py:548 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:553 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:587 +#: projects/views/private.py:596 msgid "User deleted" msgstr "" -#: projects/views/private.py:598 +#: projects/views/private.py:607 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:663 +#: projects/views/private.py:672 msgid "Notification created" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:677 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:703 +#: projects/views/private.py:712 msgid "Webhook created" msgstr "" -#: projects/views/private.py:713 +#: projects/views/private.py:722 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:723 +#: projects/views/private.py:732 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:778 +#: projects/views/private.py:787 msgid "Translation created" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:792 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:826 +#: projects/views/private.py:835 msgid "Redirect created" msgstr "" -#: projects/views/private.py:830 +#: projects/views/private.py:839 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:860 +#: projects/views/private.py:869 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:893 +#: projects/views/private.py:902 msgid "Domain created" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:922 msgid "Domain updated" msgstr "" -#: projects/views/private.py:928 +#: projects/views/private.py:937 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:973 +#: projects/views/private.py:982 msgid "Integration created" msgstr "" -#: projects/views/private.py:1000 +#: projects/views/private.py:1009 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1048 +#: projects/views/private.py:1057 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" -#: projects/views/private.py:1080 +#: projects/views/private.py:1089 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1084 +#: projects/views/private.py:1093 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1109 +#: projects/views/private.py:1118 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1125 +#: projects/views/private.py:1134 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1135 +#: projects/views/private.py:1144 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1139 +#: projects/views/private.py:1148 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1327 +#: projects/views/private.py:1336 msgid "Pull request settings have been updated" msgstr "" @@ -3250,10 +3268,6 @@ msgstr "" msgid "Apply the redirect even if the page exists." msgstr "" -#: redirects/models.py:99 -msgid "Enabled" -msgstr "" - #: redirects/models.py:102 msgid "Enable or disable the redirect." msgstr "" @@ -3360,67 +3374,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:461 +#: settings/base.py:467 msgid "Catalan" msgstr "加泰隆語" -#: settings/base.py:462 +#: settings/base.py:468 msgid "English" msgstr "英語" -#: settings/base.py:463 +#: settings/base.py:469 msgid "Spanish" msgstr "西班牙語" -#: settings/base.py:464 +#: settings/base.py:470 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙語" -#: settings/base.py:465 +#: settings/base.py:471 msgid "Norwegian Bokmål" msgstr "挪威語" -#: settings/base.py:466 +#: settings/base.py:472 msgid "French" msgstr "法語" -#: settings/base.py:467 +#: settings/base.py:473 msgid "Russian" msgstr "俄語" -#: settings/base.py:468 +#: settings/base.py:474 msgid "German" msgstr "德語" -#: settings/base.py:469 +#: settings/base.py:475 msgid "Galician" msgstr "加利西亞語" -#: settings/base.py:470 +#: settings/base.py:476 msgid "Vietnamese" msgstr "越南語" -#: settings/base.py:471 +#: settings/base.py:477 msgid "Simplified Chinese" msgstr "簡體中文" -#: settings/base.py:472 +#: settings/base.py:478 msgid "Traditional Chinese" msgstr "繁體中文" -#: settings/base.py:473 +#: settings/base.py:479 msgid "Japanese" msgstr "日語" -#: settings/base.py:474 +#: settings/base.py:480 msgid "Ukrainian" msgstr "烏克蘭語" -#: settings/base.py:475 +#: settings/base.py:481 msgid "Italian" msgstr "義大利語" -#: settings/base.py:476 +#: settings/base.py:482 msgid "Korean" msgstr "韓語" diff --git a/setup.cfg b/setup.cfg index f2048b1df19..0045ac4ad59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.12.0 +version = 11.13.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "11.12.0" +current_version = "11.13.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False