diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b30eea664ec..84a307cf895 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 11.19.2 +--------------- + +:Date: January 28, 2025 + +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11953 `__) +* `@ericholscher `__: Add Antora docs page (`#11947 `__) +* `@ericholscher `__: Add vitepress doc page (`#11944 `__) +* `@ericholscher `__: Note that there's a soft disk limit for doc builds (`#11943 `__) +* `@stsewd `__: Version sync: restore verbose_name for stable version (`#11941 `__) +* `@humitos `__: Addons: expose `readthedocs.resolver.filename` in the API response (`#11940 `__) +* `@ericholscher `__: Release 11.19.1 (`#11938 `__) +* `@stsewd `__: Docs: update build customization docs (`#11927 `__) +* `@ericholscher `__: Run FileTreeDiff indexer on all versions in dev (`#11873 `__) +* `@stsewd `__: Project: use clone URL from connected repository if available (`#11826 `__) + Version 11.19.1 --------------- diff --git a/docs/conf.py b/docs/conf.py index 7f716bfd60f..d35892d0760 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.19.1" +version = "11.19.2" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 4a8da3051d8..fd8cc4fb42f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.19.1", + "version": "11.19.2", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index d6cd6252f75..f2a45143e50 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.19.1" +__version__ = "11.19.2" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 975d3c463af..68f5a0485d1 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "الإصدار" @@ -147,7 +147,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "المستخدم" @@ -160,7 +160,7 @@ msgid "Username" msgstr "اسم المستخدم" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "المشروع" @@ -404,7 +404,7 @@ msgstr "فعّال" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -464,7 +464,7 @@ msgid "Verbose Name" msgstr "اسم مطوّل" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -484,7 +484,7 @@ msgstr "بني" msgid "Uploaded" msgstr "تم الرفع" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "مستوي الخصوصية" @@ -516,7 +516,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "" @@ -564,7 +564,7 @@ msgstr "خطأ" msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "تقديم" @@ -613,7 +613,7 @@ msgid "Command" msgstr "" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "الوصف" @@ -850,7 +850,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -976,12 +976,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "تاريخ النشر" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "تاريخ التعديل" @@ -1386,7 +1386,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "الاسم" @@ -2079,7 +2079,7 @@ msgstr "حُذف" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "للعامة" @@ -2270,7 +2270,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2309,7 +2309,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2384,230 +2384,230 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "عنوان المستودع" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "نوع المستودع" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "الصفحة الرئيسية للمشروع" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "الإصدار الإفتراضي" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "رمز الإحصائيات" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2615,297 +2615,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "مميز" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "اللغة" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "لغة البرمَجة" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "المسار" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "النطاق" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index 0ff08a1f6d5..8555744e8f6 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versió" @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Usuari" @@ -156,7 +156,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Projecte" @@ -400,7 +400,7 @@ msgstr "Actiu" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -460,7 +460,7 @@ msgid "Verbose Name" msgstr "Nom detallat" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -480,7 +480,7 @@ msgstr "Construït" msgid "Uploaded" msgstr "Carregat" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Nivell privat" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Tipus de documentació" @@ -560,7 +560,7 @@ msgstr "Error" msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "publica" @@ -609,7 +609,7 @@ msgid "Command" msgstr "Ordre" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descripció" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -972,12 +972,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Data de modificació" @@ -1382,7 +1382,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Nom" @@ -2075,7 +2075,7 @@ msgstr "Eliminat" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Públic" @@ -2266,7 +2266,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2305,7 +2305,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2380,82 +2380,82 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL del repositori" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Tipus de repositori" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Pàgina inicial del projecte" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "URL canònica" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Versió senzilla" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2465,148 +2465,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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Versió per defecte" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "La versió del vostre projecte que / redirigeix a " -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Branca per defecte" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Codi d'Analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2614,37 +2614,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Destacat" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Projectes relacionats" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2652,261 +2652,261 @@ msgstr "" "L'idioma en què es publicarà la documentació del projecte. Nota: això " "afectarà la URL del projecte" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "El model ha de tenir un slug" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Camí" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL on enviar el webhook" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 8f5385113dd..e13a0b0a41d 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -157,7 +157,7 @@ msgid "Invitation declined" msgstr "Einladung abgelehnt" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Benutzer" @@ -170,7 +170,7 @@ msgid "Username" msgstr "Benutzername" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -416,7 +416,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Build fehlgeschlagen" @@ -476,7 +476,7 @@ msgid "Verbose Name" msgstr "Name" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Kürzel" @@ -496,7 +496,7 @@ msgstr "Erstellt" msgid "Uploaded" msgstr "Hochgeladen" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Sicherheitsstufe" @@ -530,7 +530,7 @@ msgstr "Hat ePub" msgid "Has HTML Zip" msgstr "Hat HTML-Zip" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Dokumentationstyp" @@ -580,7 +580,7 @@ msgstr "Fehler" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Übernehmen" @@ -631,7 +631,7 @@ msgid "Command" msgstr "Befehl" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beschreibung" @@ -869,7 +869,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -996,12 +996,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Modifizierungsdatum" @@ -1430,7 +1430,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Name" @@ -2129,7 +2129,7 @@ msgstr "Gelöscht" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Öffentlich" @@ -2322,7 +2322,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "Kurze Beschreibung dieses Projekts" @@ -2362,7 +2362,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2437,82 +2437,82 @@ msgstr "Variablenname darf keine Leerzeichen enthalten" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Repository-URL" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Repository-Typ" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Projektstartseite" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Die Startseite des Projekts" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Kanonische URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Einzelversion" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2523,50 +2523,50 @@ msgstr "" "Verwenden Sie dies mit Vorsicht, schalten Sie es nur ein, wenn Sie nie mehrere Versionen Ihrer Dokumente haben werden." -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "Standard-Version" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Die Projektversion zu der Zugriffe auf „/“ weitergeleitet werden" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Standard-Branch" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "Pull-Requests für dieses Projekt erstellen" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." @@ -2574,25 +2574,25 @@ msgstr "" "Weitere Informationen in unserer Dokumentation." -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Analytics-Code" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2600,11 +2600,11 @@ msgstr "" "Tracking-ID von Google Analytics (z.B. UA-22345342-1). Dies " "kann das Laden Ihrer Seite verlangsamen." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "Analysen deaktivieren" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2612,65 +2612,65 @@ msgstr "" "Deaktivieren Sie Google Analytics für dieses Projekt vollständig (erfordert " "Neuaufbau-Dokumentation)" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "Alternative Buildschlangen ID" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "Maximal erlaubte gleichzeitige Builds für dieses Projekt" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Bezahlte Werbung zulassen" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Versionswarnung anzeigen" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "Warnbanner in nicht stabilen oder neuesten Versionen anzeigen." -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2678,37 +2678,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Hervorgehoben" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Verwandte Projekte" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Sprache" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2716,31 +2716,31 @@ msgstr "" "Die Sprache, in der die Projektdokumentation wiedergegeben wird. Hinweis: " "Dies wirkt sich auf die URL Ihres Projekts aus." -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "Die primäre Programmiersprache, in der das Projekt geschrieben ist." -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " @@ -2750,67 +2750,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Weitere Informationen zu Sphinx-Erbauern." -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "projekt" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Modell muss einen Kürzel haben" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "Unterprojektverschachtelung wird nicht unterstützt" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Pfad" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "Build ID" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "erstellt" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "geändert" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "Bauen ausgelöst" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "Bauen bestanden" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL, an die der Webhook versandt wird" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "Ereignisse zum Abonnieren" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check der Dokumentation nach, welche Ersetzungen " "möglich sind." -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Domain" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "Diese Domain wurde automatisch erstellt" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "Diese Domäne ist ein CNAME für das Projekt" -#: projects/models.py:1750 +#: projects/models.py:1753 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:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Für diese Domain immer HTTPS verwenden" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "Anzahl der Angriffe auf diese Domain" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 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:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index 9e14ecbf7fb..390c6aadb73 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "" @@ -140,7 +140,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "" @@ -153,7 +153,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "" @@ -397,7 +397,7 @@ msgstr "" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -457,7 +457,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "" @@ -477,7 +477,7 @@ msgstr "" msgid "Uploaded" msgstr "" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "" @@ -509,7 +509,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "" @@ -557,7 +557,7 @@ msgstr "" msgid "Exit code" msgstr "" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "" @@ -606,7 +606,7 @@ msgid "Command" msgstr "" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "" @@ -843,7 +843,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -969,12 +969,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "" @@ -1379,7 +1379,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "" @@ -2072,7 +2072,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "" @@ -2263,7 +2263,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2302,7 +2302,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2377,230 +2377,230 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2608,297 +2608,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index 75f45fb33e1..9bd26cf1af3 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -31,7 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rodrigo Vegas Sánchez-Ferrero, 2017-2018,2024\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" @@ -44,7 +44,7 @@ msgstr "" "1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -165,7 +165,7 @@ msgid "Invitation declined" msgstr "Invitación rechazada" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Usuario" @@ -178,7 +178,7 @@ msgid "Username" msgstr "Nombre de usuario" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Proyecto" @@ -422,7 +422,7 @@ msgstr "Activo" msgid "Build successful" msgstr "Compilación exitosa" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilación fallida" @@ -483,7 +483,7 @@ msgid "Verbose Name" msgstr "Nombre descriptivo" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Indicación" @@ -503,7 +503,7 @@ msgstr "Compilado" msgid "Uploaded" msgstr "Cargado" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Nivel de privacidad" @@ -537,7 +537,7 @@ msgstr "Tiene ePub" msgid "Has HTML Zip" msgstr "Tiene Zip HTML" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Tipo de documentación" @@ -585,7 +585,7 @@ msgstr "Error" msgid "Exit code" msgstr "Código de salida" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Envío" @@ -634,7 +634,7 @@ msgid "Command" msgstr "Comando" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descripción" @@ -873,7 +873,7 @@ msgstr "Explicación del problema" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "Dirección URL" @@ -1003,12 +1003,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Fecha de modificación" @@ -1437,7 +1437,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Nombre" @@ -2189,7 +2189,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Público" @@ -2382,7 +2382,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "Breve descripción de este proyecto" @@ -2421,7 +2421,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2496,82 +2496,82 @@ msgstr "El nombre de la variable no puede tener espacios" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Dirección URL del repositorio" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Tipo de repositorio" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Página de inicio del proyecto" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "La página de inicio del proyecto" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Dirección URL canónica" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "URL desde donde se servirá la documentación" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Versión única" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2581,50 +2581,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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Versión predeterminada" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "La versión de su proyecto a la que \"/\" redirecciona" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Rama predeterminada" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "Crear solicitudes de incorporación de cambios para este proyecto" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." @@ -2632,25 +2632,25 @@ msgstr "" "Más información en nuestros documentos." -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidad de las solicitudes de incorporación de cambios" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2658,11 +2658,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:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "Deshabilitar Analytics" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2670,15 +2670,15 @@ msgstr "" "Deshabilite Google Analytics por completo para este proyecto (requiere " "documentación de reconstrucción)" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Imagen alternativa del contenedor" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Límite de memoria del contenedor" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2686,54 +2686,54 @@ msgstr "" "Límite de memoria en formato Docker - ejemplo: 512m o 1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "El límite de tiempo del contenedor en segundos" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "ID de cola de compilación alternativa" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de compilaciones simultáneas permitidas para este proyecto" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Permitir publicidad pagada" -#: projects/models.py:471 +#: projects/models.py:472 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:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Sin publicidades" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "¿Es spam?" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (no) spam" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Mostrar advertencia de versión" -#: projects/models.py:487 +#: projects/models.py:488 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:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2741,37 +2741,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Destacado" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "¿Debería estar público el tablero del proyecto?" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Proyectos relacionados" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2779,32 +2779,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:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Lenguaje de programación" -#: projects/models.py:559 +#: projects/models.py:560 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:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "Este proyecto ha sido construido con un webhook" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Este proyecto ha sido clonado con éxito" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " @@ -2814,67 +2814,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Más " "información sobre sphinx builders." -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "proyecto" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "El modelo debe tener una indicación" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "No se admite la anidación de subproyectos" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Ruta" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "ID de Compilación" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "Rango de búsqueda de la página" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este archivo de operaciones como la indexación" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "creado" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "modificado" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "Compilación activado" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "Compilación aprobada" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "Dirección URL donde enviar el webhook" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "Secreto utilizado para firmar el payload del webhook" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "Eventos para suscribirse" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "Payload JSON" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check los documentos para conocer las sustituciones disponibles." -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "Este dominio fue creado automáticamente" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "Este dominio es un CNAME para el proyecto" -#: projects/models.py:1750 +#: projects/models.py:1753 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:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Usar siempre HTTPS para este dominio" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "Número de veces que se ha pulsado desde este dominio" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Estado del certificado SSL" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "Omitir proceso de validación." -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "Fecha de inicio del proceso de validación." -#: projects/models.py:1787 +#: projects/models.py:1790 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:1792 +#: projects/models.py:1795 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:1797 +#: projects/models.py:1800 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:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 58ff9a3225e..0beb27c1879 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Bertsioa" @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Erabiltzailea" @@ -156,7 +156,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Proiektua" @@ -400,7 +400,7 @@ msgstr "Aktibo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -460,7 +460,7 @@ msgid "Verbose Name" msgstr "Bistaratzeko izena" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug-a" @@ -480,7 +480,7 @@ msgstr "Eraikita" msgid "Uploaded" msgstr "Igota" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "" @@ -560,7 +560,7 @@ msgstr "Errorea" msgid "Exit code" msgstr "" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "" @@ -609,7 +609,7 @@ msgid "Command" msgstr "" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Deskribapena" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -972,12 +972,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "" @@ -1382,7 +1382,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Izena" @@ -2075,7 +2075,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "" @@ -2266,7 +2266,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2305,7 +2305,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2380,230 +2380,230 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Biltegi mota" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Proiektuaren webgunea" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2611,297 +2611,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index 66e517fcd1a..7541e0f82a6 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -43,7 +43,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Hannah Darrow, 2025\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" @@ -56,7 +56,7 @@ msgstr "" "1000000 == 0 ? 1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -185,7 +185,7 @@ msgid "Invitation declined" msgstr "Invitation déclinée" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Utilisateur" @@ -198,7 +198,7 @@ msgid "Username" msgstr "Nom d'utilisateur" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Projet" @@ -444,7 +444,7 @@ msgstr "Actif" msgid "Build successful" msgstr "Compilation réussie" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilation échouée" @@ -505,7 +505,7 @@ msgid "Verbose Name" msgstr "Nom verbeux" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Jeton" @@ -525,7 +525,7 @@ msgstr "Compilé" msgid "Uploaded" msgstr "Chargé" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Niveau de confidentialité" @@ -559,7 +559,7 @@ msgstr "Contient une ePub" msgid "Has HTML Zip" msgstr "Contient un Zip HTML" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Type de documentation" @@ -608,7 +608,7 @@ msgstr "Erreur" msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Consigner" @@ -659,7 +659,7 @@ msgid "Command" msgstr "Commande" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Description" @@ -899,7 +899,7 @@ msgstr "Explication du problème" msgid "Please provide as much detail as possible." msgstr "Veuillez fournir le plus de détails possible." -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -1032,12 +1032,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Modifié le" @@ -1469,7 +1469,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Nom" @@ -2210,7 +2210,7 @@ msgstr "Supprimé" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Public" @@ -2403,7 +2403,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "Description courte de ce projet" @@ -2444,7 +2444,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2519,82 +2519,82 @@ msgstr "Un nom de variable ne peut pas contenir d'espace" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL du dépôt" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Type de dépôt" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Page d’accueil du projet" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "La page d’accueil du projet" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "URL canonique" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "URL à laquelle cette documentation s'attend à être servie" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Version unique" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2605,19 +2605,19 @@ msgstr "" "cette option que si vous n'allez jamais avoir plusieurs versions de " "votre documentation." -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "Version par défaut" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "La version de votre projet à laquelle / redirige" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Branche par défaut" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2625,32 +2625,32 @@ msgstr "" "Branche vers laquelle \"latest\" pointe. Laisser vide pour utiliser la " "valeur par défaut pour votre SGV." -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "Pull request de compilation pour ce projet" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." @@ -2658,25 +2658,25 @@ msgstr "" "Plus d'information dans notre documentation." -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "Niveau de confidentialité des Pull Requests" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN activé" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Code analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2684,11 +2684,11 @@ msgstr "" "ID de suivi Google Analytics (ex. 1UA-22345342-11). Cela peut " "ralentir les chargements de votre page." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "Désactiver les mesures" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2696,15 +2696,15 @@ msgstr "" "Désactiver entièrement Google Analytics pour ce projet (nécessite de " "recompiler la documentation)" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Image alternative pour le conteneur" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Limite mémoire du conteneur" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2712,55 +2712,55 @@ msgstr "" "Limite de la mémoire au format Docker, par example: 512m ou " "1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "Limite de temps du conteneur en secondes" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "Identifiant alternatif de queue de compilation" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "Nombre maximal de compilations concurrentes sur ce projet" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Autoriser les annonces sponsorisées" -#: projects/models.py:471 +#: projects/models.py:472 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:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Sans annonces" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "Est du spam ?" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "Marqué manuellement comme (non) spam" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Afficher l'avertissement de version" -#: projects/models.py:487 +#: projects/models.py:488 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:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "Chemin du fichier .readthedocs.yaml" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2773,19 +2773,19 @@ msgstr "" "code>. Laisser vide pour la valeur par défaut : .readthedocs.yaml." -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "En vedette" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "Passer (désactiver) la compilation de ce projet" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "Retiré de la liste" -#: projects/models.py:517 +#: projects/models.py:518 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2794,19 +2794,19 @@ msgstr "" "the Docs et demande aux moteurs de recherche externes de le supprimer via " "robots.txt" -#: projects/models.py:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "Le tableau de bord du projet devrait être public ?" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Projets apparentés" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Langue" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2814,31 +2814,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:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Langage de programmation" -#: projects/models.py:559 +#: projects/models.py:560 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:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "Ce projet a été compilé par un webhook" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Ce projet a bien été cloné" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " @@ -2848,67 +2848,67 @@ msgstr "" "en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Plus de " "détails sur les compilateurs Sphinx." -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "projet" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Le Model nécessite un libellé court" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "L'imbrication de sous-projet n'est pas supportée" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Chemin" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "ID de compilation" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "Classement dans les recherches" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "Ignorer ce fichier pendant les opérations comme l'indexation" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "créé" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "modifié" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "Compilation déclenchée" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "Compilation terminée" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL sur laquelle pointer le webhook" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "Secret utilisé pour signer les données du webhook" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "Souscrire aux évenements" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "Données JSON" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check la documentation pour les substitutions possibles." -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Domaine" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "Ce domain a été créé automatiquement" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "Ce domaine est un CNAME pour le projet" -#: projects/models.py:1750 +#: projects/models.py:1753 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:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Utiliser HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Toujours utiliser HTTPS pour ce domaine" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "Nombre de vues sur ce domaine" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "État du certificat SSL" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "Passer le processus de validation." -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "Date de début du processus de validation." -#: projects/models.py:1787 +#: projects/models.py:1790 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:1792 +#: projects/models.py:1795 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:1797 +#: projects/models.py:1800 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:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index 0482314e809..02fcbbbaf72 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -145,7 +145,7 @@ msgid "Invitation declined" msgstr "Convite declinado" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Usuario" @@ -158,7 +158,7 @@ msgid "Username" msgstr "Nome de usuario" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Proxecto" @@ -404,7 +404,7 @@ msgstr "Activa" msgid "Build successful" msgstr "Construción satisfactoria" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Produciuse un fallo na construción" @@ -465,7 +465,7 @@ msgid "Verbose Name" msgstr "Nome descritivo" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "" @@ -487,7 +487,7 @@ msgstr "Construída" msgid "Uploaded" msgstr "Subido" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Nivel de privacidade" @@ -521,7 +521,7 @@ msgstr "Conten un ePub" msgid "Has HTML Zip" msgstr "Conten un Zip HTML" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Tipo de documentación" @@ -571,7 +571,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Remisión" @@ -622,7 +622,7 @@ msgid "Command" msgstr "Orde" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrición" @@ -861,7 +861,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -991,12 +991,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Data de modificación" @@ -1424,7 +1424,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Nome" @@ -2178,7 +2178,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Público" @@ -2371,7 +2371,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "Breve descrición deste proxecto" @@ -2411,7 +2411,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2486,82 +2486,82 @@ msgstr "O nome da variábel non pode conter espazos" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL do repositorio" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Tipo de repositorio" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Páxina de inicio do proxecto" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "O sitio web do proxecto" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "URL canónico" -#: projects/models.py:325 +#: projects/models.py:326 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:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Versión única" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2571,19 +2571,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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Versión predefinida" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "A versión do proxecto á que reenvía /" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Ramificación predefinida" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2591,11 +2591,11 @@ msgstr "" "A que rama apunta a «última». Déixeo en branco para usar o valor " "predeterminado para o seu VCS." -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "Prefixo personalizado da ruta" -#: projects/models.py:378 +#: projects/models.py:379 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2604,11 +2604,11 @@ msgstr "" "proxecto. De xeito predeterminado ofrecemos a documentación na raíz (/) dun " "dominio." -#: projects/models.py:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "Prefixo personalizado da ruta do subproxecto" -#: projects/models.py:389 +#: projects/models.py:390 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2618,11 +2618,11 @@ msgstr "" "xeito predeterminado ofrecemos a documentación de subproxectos baixo o " "prefixo `/projects/`." -#: projects/models.py:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "Construír solicitudes de extracción para este proxecto" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." @@ -2630,25 +2630,25 @@ msgstr "" "Máis información na nosa documentación." -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidade das solicitudes de extracción" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2656,11 +2656,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:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "Desactivar Analytics" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2668,15 +2668,15 @@ msgstr "" "Desactivar Google Analytics completamente para este proxecto (require volver " "construír a documentación)" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Imaxe alternativa do contedor" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Límite de memoria do contedor" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2684,53 +2684,53 @@ msgstr "" "Límite de memoria en formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "Límite de tempo do contedor en segundos" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "ID alternativo da cola de construción" -#: projects/models.py:464 +#: projects/models.py:465 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:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Permitir a publicidade pagada" -#: projects/models.py:471 +#: projects/models.py:472 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:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Libre de publicidade" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "É correo lixo?" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (non) correo lixo" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Amosar a advertencia de versión" -#: projects/models.py:487 +#: projects/models.py:488 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:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "Ruta a .readthedocs.yaml" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2742,19 +2742,19 @@ msgstr "" "ex. subruta/docs/.readthedocs.yaml. Déixeo en branco para o " "valor predeterminado: .readthedocs.yaml." -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Destacado" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "Omitir (desactivar) a construción deste proxecto" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "Retirado da lista" -#: projects/models.py:517 +#: projects/models.py:518 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2762,19 +2762,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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "O taboleiro do proxecto debería ser público?" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Proxectos relacionados" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2782,31 +2782,31 @@ msgstr "" "O idioma no que se representa a documentación do proxecto. Nota: isto afecta " "ao URL do proxecto." -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Linguaxe de programación" -#: projects/models.py:559 +#: projects/models.py:560 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:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "Este proxecto foi construído cunha ancoraxe web" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Este proxecto foi clonado correctamente" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " @@ -2817,67 +2817,67 @@ msgstr "" "DirectoryHTMLBuilder\">Obteña máis información sobre os construtores de " "Sphinx." -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "proxecto" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "Non se admite a anidación de subproxectos" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Ruta" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "ID de construción" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "Clasificación da páxina de busca" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este ficheiro dende operacións como a indexación" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "creado" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "modificado" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "Construción activada" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr " Construción validada" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL ao que enviar o ancoraxe web" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para asinar a carga útil da ancoraxe web" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "Eventos para subscribirse" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1627 +#: projects/models.py:1630 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:1797 +#: projects/models.py:1800 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:1931 +#: projects/models.py:1934 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:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2967,92 +2967,92 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:1953 +#: projects/models.py:1956 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:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:1981 +#: projects/models.py:1984 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:1986 +#: projects/models.py:1989 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:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:2001 +#: projects/models.py:2004 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:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index 1d9f252745e..ddaadecd05a 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Yaron Shahrabani , 2018-2019,2022-2025\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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "גרסה" @@ -147,7 +147,7 @@ msgid "Invitation declined" msgstr "ההזמנה נדחתה" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "משתמש" @@ -160,7 +160,7 @@ msgid "Username" msgstr "שם משתמש" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "מיזם" @@ -404,7 +404,7 @@ msgstr "פעיל" msgid "Build successful" msgstr "הבנייה הצליחה" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "הבנייה נכשלה" @@ -464,7 +464,7 @@ msgid "Verbose Name" msgstr "שם מפורש" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "שם ייצוגי" @@ -484,7 +484,7 @@ msgstr "נבנה" msgid "Uploaded" msgstr "הועלה" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "רמת פרטיות" @@ -516,7 +516,7 @@ msgstr "יש ePub" msgid "Has HTML Zip" msgstr "יש Zip של HTML" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "סוג התיעוד" @@ -564,7 +564,7 @@ msgstr "שגיאה" msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "ביצוע" @@ -613,7 +613,7 @@ msgid "Command" msgstr "פקודה" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "תיאור" @@ -852,7 +852,7 @@ msgstr "הסבר על הבעיה" msgid "Please provide as much detail as possible." msgstr "נא לספק כמה שיותר פרטים." -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "כתובת" @@ -987,12 +987,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "תאריך פרסום" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "תאריך עריכה" @@ -1415,7 +1415,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "שם" @@ -2157,7 +2157,7 @@ msgstr "נמחק" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "ציבורי" @@ -2349,7 +2349,7 @@ msgid "" "your organization." msgstr "אי אפשר להגדיר מיזמים ידנית כשכניסה אחודה מופעלת בארגון שלך." -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "תיאור קצר של המיזם הזה" @@ -2388,7 +2388,7 @@ msgstr "הצגת התראה על גרסאות לא יציבות" msgid "Show a notification on latest version" msgstr "הצגת התראה על הגרסה העדכנית ביותר" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "מופעל" @@ -2469,71 +2469,71 @@ msgstr "שם משתנה לא יכול להכיל רווחים" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "גרסת בסיס להשוות אליה (למשל: הבדל בין מסמכים, הבדל בעץ תיקיות)" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "מיון גרסאות" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "תבנית מיון גרסאות מותאמת אישית" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "הצגת latest ו־stable בהתחלה" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "מקום" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "כתובת מאגר" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "כתובת מאגר Git" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "סוג מאגר" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "דף בית של מיזם" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "דף הבית של המיזם" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "כתובת ידידותית" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "כתובת שמצופה ממנה להציג את התיעוד" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "סכמת כתובות לגרסאות" -#: projects/models.py:335 +#: projects/models.py:336 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " @@ -2542,11 +2542,11 @@ msgstr "" "משפיע על הכתובת ממנה מוגש התיעוד שלך, ואם יש לה תמיכה בתרגומים או גרסאות. " "החלפת סכמת הגרסאות תפגע בכתובות הנוכחיות שלך, כך שאולי כדאי גם ליצור הפניה." -#: projects/models.py:343 +#: projects/models.py:344 msgid "Single version" msgstr "גרסה בודדת" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2556,19 +2556,19 @@ msgstr "" "להשתמש בזהירות רבה, יש להפעיל זאת רק אם אף פעם לא תהיינה יותר גרסות " "של המסמכים שלך." -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "גרסת בררת מחדל" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "גרסת המיזם ש־/ יפנה אליה" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "ענף בררת מחדל" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2576,11 +2576,11 @@ msgstr "" "לאיזה ענף מפנה „latest”. יש להשאיר ריק כדי להשתמש בערך בררת המחדל של מערכת " "בקרת הגרסאות שלך." -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "קידומת נתיב מותאמת" -#: projects/models.py:378 +#: projects/models.py:379 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2588,11 +2588,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הגשת תיעוד מהמיזם הזה. כברירת מחדל אנו מגישים תיעוד " "מבסיס (/) שם התחום." -#: projects/models.py:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "קידומת נתיב תת־מיזם מותאמת" -#: projects/models.py:389 +#: projects/models.py:390 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2601,11 +2601,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הערכת בסיס תת־המיזם. כברירת מחדל אנו מגישים תיעוד " "מתת־מיזמים תחת הקידומת `/projects/`." -#: projects/models.py:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "בניית בקשות דחיפה למיזם הזה" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." @@ -2613,11 +2613,11 @@ msgstr "" "מידע נוסף בתיעוד שלנו." -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "רמת פרטיות של בקשות משיכה (PR)" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2625,15 +2625,15 @@ msgstr "" "האם בניות מבקשות הדחיפה האלה תהיינה ציבוריות? אם המאגר שלך ציבורי, " "לא להגדיר את זה לפרטי." -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN פעיל" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "קוד Analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2641,76 +2641,76 @@ msgstr "" "Google Analytics Tracking ID (למשל: UA-22345342-1). עשוי להאט " "את טעינת העמודים שלך." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "השבתת ניתוח" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "השבתת Google Analytics לחלוטין למיזם הזה (דורשת בניית התיעוד מחדש)" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "תמונת מכולה חלופית" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "הגבלת זיכרון למכולה" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" "הגבלת זיכרון בתצורת Docker -- למשל: 512m או 1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "מגבלת זמן למכולה בשניות" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "מזהה תור בנייה חלופי" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "מספר הבניות המקביליות המרבית המורשית למיזם זה" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "לאפשר פרסום בתשלום" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "אם האפשרות לא סומנה, המשתמשים עדיין יראו פרסומות קהילתיות." -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "נטול פרסומות" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "ספאם?" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "סומן ידנית כ(לא) ספאם" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "הצגת אזהרת גרסה" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "הצגת כותרת אזהרה בגרסאות בלתי יציבות או latest." -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "נתיב אל ‎.readthedocs.yaml" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2722,19 +2722,19 @@ msgstr "" "readthedocs.yaml. אפשר להשאיר ריק כדי לקבל את ערך ברירת המחדל:‎ ." "readthedocs.yaml." -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "מומלץ" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "דילוג (השבתה) על בניית המיזם הזה" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "הוחרג מהרשימה" -#: projects/models.py:517 +#: projects/models.py:518 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2742,50 +2742,50 @@ msgstr "" "החרגת מיזם מהרשימה מסירה אותו ממפתח החיפוש של Read the Docs ומבקשת ממנועי " "חיפוש להסיר אותו דרך robots.txt" -#: projects/models.py:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "האם לוח הבקרה של המיזם יהיה ציבורי?" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "מיזמים קשורים" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "שפה" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "השפה בה תיעוד המיזם עבר עיבוד. לתשומת לבך: יש לזה השפעה על כתובת המיזם שלך." -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "שפת תכנות" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "שפת התכנות העיקרית בה נכתב המיזם שלך." -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "מיזם זה נבנה עם התלייה" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "המיזם הזה שוכפל בהצלחה" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "מאגר מחובר" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "המאגר מחובר למיזם הזה" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " @@ -2795,67 +2795,67 @@ msgstr "" "html#sphinx.builders.html.DirectoryHTMLBuilder\">מידע נוסף על בנאי sphinx." -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "מיזם" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "לדגם חייב להיות שם ייצוגי" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "אין תמיכה בקינון תת־מיזמים" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "נתיב" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "מזהה בנייה" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "דירוג חיפוש עמוד" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "להתעלם מהקובץ הזה בפעולות כמו סידור באינדקס" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "נוצר" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "נערך" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "בנייה הופעלה" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "בנייה עברה" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "כתובת אליה לשלוח את ההתלייה" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "סוד שמשמש לחתום על המטען של ההתליה" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "אירועים להירשם אליהם" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "מטען JSON" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check תיעוד מה " "ההחלפות המתאימות." -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "שם מתחם" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "שם תחום זה נוצר אוטומטית" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "שם תחום זה הוא CNAME למיזם" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "שם תחום זה הוא הראשי ממנו מוגש התיעוד" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "שימוש ב־HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "תמיד להשתמש ב־HTTPS לשם מתחם זה" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "מספר הפעמים שביקרו בשם מתחם זה" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "מצב אישור SSL" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "דילוג על תהליך אימות." -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "תאריך התחלת תהליך האימות." -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "הגדרת max-age (גיל מרבי, למשל: 31536000) לכותרת ה־HSTS." -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון includeSubDomains יחד עם כותרת ה־HSTS." -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2945,89 +2945,89 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index 4fff5202ec2..0e031baf6b9 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzió" @@ -142,7 +142,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Felhasználó" @@ -155,7 +155,7 @@ msgid "Username" msgstr "Felhasználónév" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "projekt" @@ -399,7 +399,7 @@ msgstr "Aktív" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Építés sikertelen" @@ -459,7 +459,7 @@ msgid "Verbose Name" msgstr "Bővített név" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -479,7 +479,7 @@ msgstr "Készült" msgid "Uploaded" msgstr "Feltötlve" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Adatvédelmi szint" @@ -511,7 +511,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Dokumentáció típusa" @@ -559,7 +559,7 @@ msgstr "Hiba" msgid "Exit code" msgstr "Kilépési kód" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Megerősít" @@ -608,7 +608,7 @@ msgid "Command" msgstr "Parancs" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Leírás" @@ -845,7 +845,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -971,12 +971,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Módosítás dátuma" @@ -1384,7 +1384,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Név" @@ -2077,7 +2077,7 @@ msgstr "Törölt" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Nyilvános" @@ -2268,7 +2268,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2307,7 +2307,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2382,82 +2382,82 @@ msgstr "A változónév nem tartalmazhat üres karaktert" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Tároló URL" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Tároló típusa" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Projekt kezdőoldal" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Projekt kezdőoldala" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Kanonikus URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "Ezt dokumentációt működtető URL" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Egyetlen verzió" -#: projects/models.py:346 +#: projects/models.py:347 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,74 +2467,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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Alapértelmezett verzió" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "A projekt verziója átirányítva a" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Alapértelmezett ág" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN engedélyezve" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2542,25 +2542,25 @@ msgstr "" "Google Analytics Tracking ID (pl. UA-22345342-1). Ez " "lassíthatja az oldalak betöltését." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Alternatív konténer kép" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Konténer memória korlát" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2568,52 +2568,52 @@ msgstr "" "Memória korlát Docker formátumban -- például: 512m or 1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "Konténer idő korlát másodpercekben" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "Alternatív építési sor azonosító" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Fizetett hirdetések engedélyezése" -#: projects/models.py:471 +#: projects/models.py:472 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:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Hirdetés mentes" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Verzió figyelmeztetések megjelenítése" -#: projects/models.py:487 +#: projects/models.py:488 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:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2621,37 +2621,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Kiemelt" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Kapcsolódó projektek" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Nyelv" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2659,261 +2659,261 @@ msgstr "" "A projektdokumentáció nyelve. Megjegyzés: ez befolyásolja a projekt URL " "címét." -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Programnyelv" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "A projekt elsődleges programnyelve." -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "A projekt webhoroggal épült fel." -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "A projekt sikeresen klónozva" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "A modellnek érvényes URL-el kell rendelkeznie" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "Alprojekt beágyazása nem támogatott." -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Útvonal" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "Webhook URL" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Tartomány" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "HTTPS használata" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Minden esetben HTTPS használata a tartományhoz" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "A tartomány eléréseinek száma" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index 4a62e1392bd..243eb9e4f36 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versi" @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "User" @@ -156,7 +156,7 @@ msgid "Username" msgstr "Nama pengguna" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Proyek" @@ -400,7 +400,7 @@ msgstr "Aktif" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -460,7 +460,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "" @@ -480,7 +480,7 @@ msgstr "" msgid "Uploaded" msgstr "Terunggah" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Level privasi" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Tipe dokumentasi" @@ -560,7 +560,7 @@ msgstr "Galat" msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "" @@ -609,7 +609,7 @@ msgid "Command" msgstr "Perintah" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Deskripsi" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -972,12 +972,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Tanggal dimodifikasi" @@ -1383,7 +1383,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Nama" @@ -2076,7 +2076,7 @@ msgstr "Terhapus" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Publik" @@ -2267,7 +2267,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2306,7 +2306,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2381,156 +2381,156 @@ msgstr "Nama variabel tidak boleh mengandung spasi" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL repositori" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Tipe repositori" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Halaman depan proyek" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Versi bawaan" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Versi proyek anda yang terdapat/mengarah ke" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Cabang bawaan" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Kode pelacakan" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2538,75 +2538,75 @@ msgstr "" "Google Analytics Tracking ID (contoh UA-22345342-1). Ini " "mungkin dapat memperlambat pemuatan halaman anda." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "Jika centang dihilangkan, pengguna akan terus melihat iklan komunitas." -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Bebas iklan" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Lihat peringatan versi" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2614,297 +2614,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Proyek terkait" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Bahasa" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Bahasa Pemrograman" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Gunakan HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Selalu menggunakan HTTPS untuk domain ini" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index 51f7c2572bf..711a3de7d41 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versione" @@ -154,7 +154,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Utente" @@ -167,7 +167,7 @@ msgid "Username" msgstr "Nome utente" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Progetto" @@ -411,7 +411,7 @@ msgstr "Attivo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilazione fallita" @@ -472,7 +472,7 @@ msgid "Verbose Name" msgstr "Nome Dettagliato" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -492,7 +492,7 @@ msgstr "Compilato" msgid "Uploaded" msgstr "Caricato" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Livello Dati Sensibili" @@ -524,7 +524,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Tipo di documentazione" @@ -572,7 +572,7 @@ msgstr "Errore" msgid "Exit code" msgstr "Codice di uscita" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Commit" @@ -621,7 +621,7 @@ msgid "Command" msgstr "Comando" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrizione" @@ -858,7 +858,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -984,12 +984,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Data di modifica" @@ -1397,7 +1397,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Nome" @@ -2091,7 +2091,7 @@ msgstr "Eliminato" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Pubblico" @@ -2282,7 +2282,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2322,7 +2322,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2397,82 +2397,82 @@ msgstr "Il nome di variabile non può contenere spazi" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL del Deposito Codice" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Tipo del repository" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Homepage del progetto" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Pagina iniziale del progetto" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "URL Canonico" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "URL a cui la documentazione dovrebbe essere servita" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Versione unica" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2483,74 +2483,74 @@ msgstr "" "cautela, attivandola solamente se non intenderai attivare mai " "versioni multiple dei tuoi documenti." -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "Versione predefinita" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Versione del tuo progetto al quale / redirige" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Ramo predefinito" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN abilitata" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Codice Analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2558,25 +2558,25 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). Questo può " "rallentare il caricamento della pagina." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Immagine container alternativa" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Limite di memoria del container" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2584,53 +2584,53 @@ msgstr "" "Limite di memoria nel formato Docker -- esempio: 512m or " "1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "Limite temporale del container, in secondi" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "ID della coda della build alternativo" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Permetti annunci a pagamento" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" "Se non selezionato, gli utenti continueranno a vedere annunci della " "community." -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Senza pubblicità" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Mostra warning di versione" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "Mostra banner di warning nelle versioni non-stable o latest" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2638,37 +2638,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "In Evidenza" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Progetto correlati" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Linguaggio" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2676,263 +2676,263 @@ msgstr "" "Codice della lingua col quale è presentata la documentazione del progetto. " "Nota: condiziona l'URL del tuo progetto. " -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Linguaggio di Programmazione" -#: projects/models.py:559 +#: projects/models.py:560 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:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "Il progetto è stato compilato con un webhook" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Il progetto è stato clonato con successo" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Il modello deve possedere uno slug" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "L'annidamento di sottprogetti non è supportato" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Percorso" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL al quale inviare «webhook»" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Usa HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "SSL è abilitato per questo dominio" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "Numero delle volte che questo dominio è stato visitato" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index 20bd8b15b8b..0464add3d65 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "バージョン" @@ -154,7 +154,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "ユーザー" @@ -167,7 +167,7 @@ msgid "Username" msgstr "ユーザー名" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "プロジェクト" @@ -411,7 +411,7 @@ msgstr "有効" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "ビルド失敗" @@ -471,7 +471,7 @@ msgid "Verbose Name" msgstr "長い名前" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "スラグ" @@ -491,7 +491,7 @@ msgstr "ビルド済み" msgid "Uploaded" msgstr "アップロード" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "プライバシーレベル" @@ -523,7 +523,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "ドキュメントの種類" @@ -571,7 +571,7 @@ msgstr "エラー" msgid "Exit code" msgstr "終了コード" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "コミット" @@ -620,7 +620,7 @@ msgid "Command" msgstr "コマンド" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "説明" @@ -857,7 +857,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -983,12 +983,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "公開時刻" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "変更時刻" @@ -1393,7 +1393,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "名前" @@ -2086,7 +2086,7 @@ msgstr "削除済み" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "公開" @@ -2277,7 +2277,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2316,7 +2316,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2391,82 +2391,82 @@ msgstr "変数名に空白を含むことはできません" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "リポジトリURL" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "リポジトリの種類" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "プロジェクトのホームページ" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "プロジェクトのホームページ" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Canonical URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "単一バージョン" -#: projects/models.py:346 +#: projects/models.py:347 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 +2476,74 @@ msgstr "" "す。もし、今後ずっと複数バージョンのファイルを持つことがない場合のみ、" "これを有効にしてください。十分に注意して使用してください。" -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "初期設定のバージョン" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "リダイレクト先のプロジェクトのバージョン" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "デフォルトブランチ" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDNが有効" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Analyticsのコード" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2551,75 +2551,75 @@ msgstr "" "Google AnalyticsのトラッキングID(例: UA-22345342-1)。 これはペー" "ジの読み込みを遅くする場合があります。" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "代わりのコンテナイメージ" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "コンテナに対するメモリ制限" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "代わりのビルドキューID" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2627,298 +2627,298 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "注目" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "関連するプロジェクト" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "言語" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "プロジェクトが描画される言語です。注意: プロジェクトのURLに影響します。" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "プログラミング言語" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "このプロジェクトの主要なプログラミング言語" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "このプロジェクトはWebhookでビルドされました。" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "プロジェクトのcloneに成功しました" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "モデルはスラグを持つ必要があります。" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "ネストしたサブプロジェクトはサポートされていません" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "パス" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "webhookを送るURL" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "ドメイン" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "HTTPSを使用" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "このドメインで常に HTTPS を利用する" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 27a4cad8121..30b416e1a36 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "버전" @@ -142,7 +142,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "사용자" @@ -155,7 +155,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "프로젝트" @@ -399,7 +399,7 @@ msgstr "활성" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "빌드 실패" @@ -459,7 +459,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "" @@ -479,7 +479,7 @@ msgstr "빌드됨" msgid "Uploaded" msgstr "업로드됨" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "보안 수준" @@ -511,7 +511,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "문서 종류" @@ -559,7 +559,7 @@ msgstr "오류" msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "커밋" @@ -608,7 +608,7 @@ msgid "Command" msgstr "명령어" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "설명" @@ -845,7 +845,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -971,12 +971,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "게시 날짜" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "수정 날짜" @@ -1381,7 +1381,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "이름" @@ -2074,7 +2074,7 @@ msgstr "삭제됨" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "공개" @@ -2265,7 +2265,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2304,7 +2304,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2379,82 +2379,82 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "저장소 URL" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "저장소 종류" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "프로젝트 홈페이지" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "단일 버전" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2464,148 +2464,148 @@ msgstr "" "다. 문서에 여러 버전이 절대로 존재하지 않을 예정일 경우에만 이 옵션을 " "켜야 합니다. 신중히 사용하세요." -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "기본 버전" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "/로 접근했을 때 리디렉션될 프로젝트의 버전" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "기본 브랜치" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "애널리틱스 코드" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2613,297 +2613,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "연관 프로젝트" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "언어" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "경로" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "도메인" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "HTTPS 사용" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 4bf73e9733c..0953f1bc9a2 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versija" @@ -144,7 +144,7 @@ msgid "Invitation declined" msgstr "Pakvietimas atmestas" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Naudotojas" @@ -157,7 +157,7 @@ msgid "Username" msgstr "Naudotojo vardas" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Projektas" @@ -403,7 +403,7 @@ msgstr "Aktyvi" msgid "Build successful" msgstr "Kūrimas sėkmingas" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Kūrimas nepavyko" @@ -463,7 +463,7 @@ msgid "Verbose Name" msgstr "Detalus pavadinimas" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Žetonas" @@ -483,7 +483,7 @@ msgstr "Sukurta" msgid "Uploaded" msgstr "Įkelta" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Privatumo lygis" @@ -516,7 +516,7 @@ msgstr "Turi ePub" msgid "Has HTML Zip" msgstr "Turi HTML Zip" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Dokumentacijos tipas" @@ -564,7 +564,7 @@ msgstr "Klaida" msgid "Exit code" msgstr "Baigimo kodas" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Patvirtinti" @@ -613,7 +613,7 @@ msgid "Command" msgstr "Komanda" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Aprašymas" @@ -852,7 +852,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -982,12 +982,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Keitimo data" @@ -1413,7 +1413,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Vardas" @@ -2142,7 +2142,7 @@ msgstr "Ištrintas" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Viešas" @@ -2333,7 +2333,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2372,7 +2372,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2447,82 +2447,82 @@ msgstr "Kintamojo pavadinime negali būti tarpų" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Repozitorijos URL" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Repozitorijos tipas" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Projekto namų puslapis" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Projekto namų puslapis" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Kanoninis URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "URL, iš kurio bus teikiama dokumentacija" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Viena versija" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2532,74 +2532,74 @@ msgstr "" "pateikiamą domeno šaknyje. Naudokite atsargiai, įjunkite tik tada, jei jūs " "niekada neturėsite kelių dokumentacijos versijų." -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "Numatytoji versija" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Jūsų projekto versija, į kurią rodo /" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Numatytoji šaka" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN įjungtas" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Analitikos kodas" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2607,25 +2607,25 @@ msgstr "" "Google Analytics Tracking ID (pvz. UA-22345342-1). Tai gali " "sulėtinti jūsų puslapių įkėlimą." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Alternatyvus konteinerio atvaizdas" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Konteinerio atminties riba" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2633,51 +2633,51 @@ msgstr "" "Atminties riba Docker formatu -- pavyzdžiui: 512m arba " "1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "Konteinerio laiko limitas sekundėmis" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "Alternatyvaus kūrimo eilės id" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Leisti mokamą reklamą" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "Neįjungus naudotojai vis tiek matys bendruomenės reklamą." -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Be reklamų" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Rodyti versijos įspėjimą" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "Rodyti įspėjimo juostą nestabiliose ar paskutinėse versijose." -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2685,298 +2685,298 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Siūloma" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Susiję projektai" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Kalba" -#: projects/models.py:547 +#: projects/models.py:548 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:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Programavimo kalba" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "Pirminė programavimo kalba, kuria parašytas projektas." -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "Šitas projektas sukurtas su webhook" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Šis projektas buvo sėkmingai klonuotas" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Modelis turi turėti žetoną" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "Subprojektų hierarchijos nepalaikomos" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Kelias" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "sukurta" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "keista" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL, kur bus siunčiami webhooks" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Vardas" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Naudoti HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Visada naudoti HTTPS šiam vardui" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "Kiek kartų buvo pasiektas šis vardas" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 6d3a7f2e292..ab2c44b2d80 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versjon" @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Bruker" @@ -156,7 +156,7 @@ msgid "Username" msgstr "Brukernavn" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Prosjekt" @@ -400,7 +400,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -460,7 +460,7 @@ msgid "Verbose Name" msgstr "Fullt navn" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -480,7 +480,7 @@ msgstr "Bygget" msgid "Uploaded" msgstr "Lastet opp" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Tilgangsnivå" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Dokumentasjonstype" @@ -560,7 +560,7 @@ msgstr "Feil" msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Commit" @@ -609,7 +609,7 @@ msgid "Command" msgstr "Kommando" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beskrivelse" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -972,12 +972,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "Publiseringsdato" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Endringsdato" @@ -1382,7 +1382,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Navn" @@ -2075,7 +2075,7 @@ msgstr "Slettet" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Offentlig" @@ -2266,7 +2266,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2305,7 +2305,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2380,82 +2380,82 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Repo-URL" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Repotype" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Prosjektets hjemmeside" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Kanonisk URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Enkeltversjon" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2465,148 +2465,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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Hovedversjon" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Versjonen av prosjektet ditt som / videresendes til" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Hovedgren" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Analytics-kode" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2614,37 +2614,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Aktuell" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Relaterte prosjekter" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Språk" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2652,261 +2652,261 @@ msgstr "" "Språket prosjektdokumentasjonen genereres i. NB: Dette påvirker prosjektets " "URL." -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Modellen må ha en slug" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Filsti" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL-en webhooken må kontakte" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index 6a60e6fffb0..4c417c7d654 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -149,7 +149,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Gebruiker" @@ -162,7 +162,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -406,7 +406,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Bouw activiteit gefaald" @@ -467,7 +467,7 @@ msgid "Verbose Name" msgstr "Uitgebreide naam" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -487,7 +487,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Privacyniveau" @@ -519,7 +519,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Documentatie soort" @@ -567,7 +567,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Afsluitcode" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Commit" @@ -616,7 +616,7 @@ msgid "Command" msgstr "Opdracht" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Omschrijving" @@ -853,7 +853,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -979,12 +979,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Aanpassingsdatum" @@ -1393,7 +1393,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Naam" @@ -2086,7 +2086,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Publiek" @@ -2277,7 +2277,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2316,7 +2316,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2391,230 +2391,230 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Repository URL" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Startpagina van project" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "De startpagina van het project" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Enkele versie" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Standaardversie" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN ingeschakeld" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Alternatieve container foto" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Container opslaglimiet" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "Alternatief bouwnummer in wachtrij" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2622,297 +2622,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Gerelateerde projecten" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Taal" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Programmeertaal" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Dit project is succesvol gedupliceerd" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Pad" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Domein" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "HTTPS gebruiken" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Gebruik altijd HTTPS voor dit domein" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "Aantal hits voor dit domein" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index 39ff83479c8..83d966e5c04 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -145,7 +145,7 @@ msgid "Invitation declined" msgstr "Uitnodiging verwijderd" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Gebruiker" @@ -158,7 +158,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -402,7 +402,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -463,7 +463,7 @@ msgid "Verbose Name" msgstr "Uitgebreide Naam" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -483,7 +483,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Privacy-niveau" @@ -515,7 +515,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "" @@ -563,7 +563,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Commit" @@ -612,7 +612,7 @@ msgid "Command" msgstr "Commando" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beschrijving" @@ -849,7 +849,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -975,12 +975,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Wijzigingsdatum" @@ -1388,7 +1388,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Naam" @@ -2082,7 +2082,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Publiekelijk" @@ -2274,7 +2274,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2313,7 +2313,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2388,230 +2388,230 @@ msgstr "Variabel-namen mogen geen spaties bevatten" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Repository URL" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Repository-type" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Projectstartpagina" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "De startpagina van het project" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2619,297 +2619,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "Het nesten van subprojecten wordt niet ondersteund" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index 1b56afd6658..142198dd84f 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Wersja" @@ -150,7 +150,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Użytkownik" @@ -163,7 +163,7 @@ msgid "Username" msgstr "Nazwa użytkownika" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -407,7 +407,7 @@ msgstr "Aktywna" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -467,7 +467,7 @@ msgid "Verbose Name" msgstr "Pełna nazwa" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Nazwa uproszczona" @@ -487,7 +487,7 @@ msgstr "Zbudowany" msgid "Uploaded" msgstr "Przesłane" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Poziom prywatności" @@ -519,7 +519,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Typ dokumentacji" @@ -567,7 +567,7 @@ msgstr "Błąd" msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Commit" @@ -616,7 +616,7 @@ msgid "Command" msgstr "Komenda" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Opis" @@ -853,7 +853,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -979,12 +979,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Data modyfikacji" @@ -1389,7 +1389,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Nazwa" @@ -2084,7 +2084,7 @@ msgstr "Usunięty" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Publiczny" @@ -2275,7 +2275,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2314,7 +2314,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2389,230 +2389,230 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Adres URL repozytorium" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Typ repozytorium" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Strona główna projektu" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Strona domowa projektu" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Kanoniczny adres URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Wersja pojedyncza" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Wersja domyślna" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Gałąź domyślna" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN włączone" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Kod analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2620,297 +2620,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Wyróżniony" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Powiązane projekty" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Język" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Język programowania" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "ścieżka dostępu" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Domena" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Użyj HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 68ad1a05f95..cfd18e086ec 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 f17df66dee1..7971a3e4ada 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rafael Fontenelle , 2020,2022-2025\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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versão" @@ -164,7 +164,7 @@ msgid "Invitation declined" msgstr "Convite recusado" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Usuário" @@ -177,7 +177,7 @@ msgid "Username" msgstr "Usuário" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Projeto" @@ -423,7 +423,7 @@ msgstr "Ativo" msgid "Build successful" msgstr "Construção bem-sucedida" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Construção falhou" @@ -483,7 +483,7 @@ msgid "Verbose Name" msgstr "Nome completo" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -503,7 +503,7 @@ msgstr "Construído" msgid "Uploaded" msgstr "Enviado" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Nível de privacidade" @@ -536,7 +536,7 @@ msgstr "Tem ePub" msgid "Has HTML Zip" msgstr "Tem Zip de HTML" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Tipo de documentação" @@ -585,7 +585,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Commit" @@ -636,7 +636,7 @@ msgid "Command" msgstr "Comando" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrição" @@ -875,7 +875,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:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -1011,12 +1011,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Data de modificação" @@ -1445,7 +1445,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Nome" @@ -2199,7 +2199,7 @@ msgstr "Excluído" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Público" @@ -2400,7 +2400,7 @@ msgstr "" "Os projetos não podem ser configurados manualmente quando o logon único está " "ativado para sua organização." -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "Descrição curta deste projeto" @@ -2439,7 +2439,7 @@ msgstr "Mostrar uma notificação em versões não estáveis" msgid "Show a notification on latest version" msgstr "Mostrar uma notificação na versão mais recentes" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "Ativado" @@ -2524,71 +2524,71 @@ msgstr "Nome de variável não pode conter espaços" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "Versão base para comparar (por exemplo, DocDiff, File Tree Diff)" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "Classificação de versões" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "Padrão personalizado de classificação de versão" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "Mostrar latest e stable no início" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "Posição" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL do repositório" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "URL de repositório Git" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Tipo de repositório" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Página do projeto" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "A página inicial do projeto" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "URL canônica" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "A URL na qual a documentação deverá ser exibida" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "Esquema de versionamento da URL" -#: projects/models.py:335 +#: projects/models.py:336 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " @@ -2598,11 +2598,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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Versão única" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2612,19 +2612,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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Versão padrão" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "A versão do seu projeto para a qual / redireciona" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Branch padrão" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2632,11 +2632,11 @@ msgstr "" "Para qual branch \"latest\" aponta. Deixe em vazio para usar valor padrão " "para seu VCS." -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "Prefixo de caminho personalizado" -#: projects/models.py:378 +#: projects/models.py:379 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2644,11 +2644,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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "Prefixo de caminho personalizado de subprojeto" -#: projects/models.py:389 +#: projects/models.py:390 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2658,11 +2658,11 @@ msgstr "" "subprojeto. Por padrão, fornecemos documentação de subprojetos sob o prefixo " "`/projects/`." -#: projects/models.py:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "Construir em pull requests para este projeto" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." @@ -2670,11 +2670,11 @@ msgstr "" "Mais informações em nossa documentação." -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "Nível de privacidade de pull requests" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2682,15 +2682,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:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN ativada" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2698,11 +2698,11 @@ msgstr "" "Tracking ID do Google Analytics (por exemplo, UA-22345342-1). " "Isso pode tornar a página mais lenta." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "Desativar Analytics" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2710,15 +2710,15 @@ msgstr "" "Desativa completamente o Google Analytics para este projeto (requer " "reconstruir a documentação)" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Imagem alternativa de contêiner" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Limite de memória do contêiner" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2726,51 +2726,51 @@ msgstr "" "Limite de memória no formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "Tempo limite do contêiner em segundos" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "ID da fila alternativa de construção" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de construções simultâneas permitido para este projeto" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Permitir anúncio pago" -#: projects/models.py:471 +#: projects/models.py:472 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:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Sem anúncios" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "É spam?" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (não) spam" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Mostrar aviso de versão" -#: projects/models.py:487 +#: projects/models.py:488 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:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "Caminho do .readthedocs.yaml" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2782,19 +2782,19 @@ msgstr "" "exemplo, subcaminho/docs/.readthedocs.yaml. Deixe em branco " "para usar o valor padrão: .readthedocs.yaml." -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Em destaque" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "Ignorar (desativar) a construção deste projeto" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "Não listado" -#: projects/models.py:517 +#: projects/models.py:518 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2803,19 +2803,19 @@ msgstr "" "pesquisa do Read the Docs e solicita que mecanismos de pesquisa externos o " "removam por meio do robots.txt" -#: projects/models.py:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "O painel do projeto deve ser público?" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Projetos relacionados" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2823,31 +2823,31 @@ msgstr "" "Idioma no qual a documentação do projeto é renderizada. Nota: isso afeta a " "URL do seu projeto." -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Linguagem de programação" -#: projects/models.py:559 +#: projects/models.py:560 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:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "Este projeto foi construído com um webhook" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Este projeto foi clonado com sucesso" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "Repositório conectado" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "Repositório conectado a este projeto" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " @@ -2857,67 +2857,67 @@ msgstr "" "doc.org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Mais informações sobre construtores do Sphinx." -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "projeto" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Modelo deve ter slug" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "Não há suporte a subprojeto aninhado" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Caminho" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "ID de construção" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "Classificação de busca por páginas" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este arquivo de operações como indexação" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "criado" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "modificado" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "Construção acionada" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "Construção bem-sucedida" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL para onde enviar o webhook" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para assinar a carga útil do webhook" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "Eventos para assinar" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check a documentação para substituições disponíveis." -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Domínio" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "Este domínio foi criado automaticamente" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "Este domínio é um CNAME para o projeto" -#: projects/models.py:1750 +#: projects/models.py:1753 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:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Sempre usar HTTPS para este domínio" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "Número de vezes que este domínio foi acessado" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Status do certificado SSL" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "Ignorar processo de validação." -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "Data de início do processo de validação." -#: projects/models.py:1787 +#: projects/models.py:1790 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:1792 +#: projects/models.py:1795 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:1797 +#: projects/models.py:1800 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:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "Construção: Tenta um método alternativo de postar dados grandes" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "Proxito: Registra visualizações de páginas 404s." -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "Proxito: Desativa todas as visualizações de páginas" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: Permite o uso do cabeçalho X-RTD-Slug" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -3010,92 +3010,94 @@ msgstr "" "Proxito: Usa APIs com proxy (/_/*) com o prefixo personalizado se o projeto " "tiver um (Projeto.prefixo_personalizado)." -#: projects/models.py:1953 +#: projects/models.py:1956 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:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" +"Repositório remoto: Não mantém o projeto em sincronização com o repositório " +"remoto." -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "Webhook: Ignora a sincronização de branches" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "Webhook: Ignora a sincronização de tags" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "Webhook: Ignora a sincronização de tarefas de versões" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "Construção: Sempre executa pip install --upgrade" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "Construção: Usa o novo resolvedor do pip" -#: projects/models.py:1977 +#: projects/models.py:1980 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:1981 +#: projects/models.py:1984 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:1986 +#: projects/models.py:1989 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:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "Pesquisa: Ativa a pesquisa no servidor para projetos MkDocs" -#: projects/models.py:1996 +#: projects/models.py:1999 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:2001 +#: projects/models.py:2004 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:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "Padronizar todos os projetos anteriores como True" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "Padronizar todos os projetos futuros como True" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "Expor esta variável de ambiente em construções de PR?" diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.po b/readthedocs/locale/ru/LC_MESSAGES/django.po index fa2419b49a7..29581b7030e 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версия" @@ -160,7 +160,7 @@ msgid "Invitation declined" msgstr "Приглашение отклонено" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Пользователь" @@ -173,7 +173,7 @@ msgid "Username" msgstr "Имя пользователя" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -417,7 +417,7 @@ msgstr "Активно" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Сборка не удалась" @@ -477,7 +477,7 @@ msgid "Verbose Name" msgstr "Подробное наименование" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "URL" @@ -497,7 +497,7 @@ msgstr "Сформировано" msgid "Uploaded" msgstr "Загружено" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Уровень приватности" @@ -529,7 +529,7 @@ msgstr "Имеет ePub" msgid "Has HTML Zip" msgstr "Имеет HTML Zip" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Тип документации" @@ -577,7 +577,7 @@ msgstr "Ошибка" msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Коммит" @@ -626,7 +626,7 @@ msgid "Command" msgstr "Команда" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Описание" @@ -863,7 +863,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -994,12 +994,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "Дата публикации" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Дата последнего изменения" @@ -1412,7 +1412,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Имя" @@ -2107,7 +2107,7 @@ msgstr "Удалён" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Общедоступный" @@ -2298,7 +2298,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2337,7 +2337,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2412,82 +2412,82 @@ msgstr "Имя переменной не должно содержать про 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL репозитория" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Тип репозитория" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Домашняя страница проекта" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Домашняя страница проекта" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Канонический URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "URL, с которого ожидается предоставление документации" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Единственная версия" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2498,74 +2498,74 @@ msgstr "" "если точно не планируете в будущем иметь несколько версий вашей " "документации." -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "Версия по умолчанию" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "На какую версию вашего проекта идёт перенаправление с /" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Ветка по умолчанию" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN включен" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Код для аналитики" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2573,25 +2573,25 @@ msgstr "" "Google Analytics Tracking ID (например, UA-22345342-1). Это " "может замедлить загрузку вашей страницы." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Альтернативный образ контейнера" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Ограничение памяти контейнера" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2599,54 +2599,54 @@ msgstr "" "Ограничение памяти в формате Docker — например: 512m или " "1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "Ограничение времени контейнера в секундах" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "Альтернативный идентификатор очереди сборки" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Разрешить платную рекламу" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" "Если этот флажок не установлен, пользователи всё равно будут видеть рекламу " "сообщества." -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Без рекламы" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Показывать предупреждение о версии" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Показывать предупреждения как для нестабильных, так и для не свежих версий." -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2654,37 +2654,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Особенные" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Связанные проекты" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Язык" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2692,261 +2692,261 @@ msgstr "" "Язык документации проекта. Обратите внимание: эта настройка влияет на URL " "вашего проекта." -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Язык программирования" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "Основной язык программирования, на котором написан проект." -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "Сборка проекта была запущена с помощью веб-обработчика" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Данный проект был успешно склонирован" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "В модели должен быть URL" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "Вложенность подпроектов не поддерживается" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Путь" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "создано" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "изменено" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "URL, на которые следует отправлять веб-обработчика" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Домен" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Использовать HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Всегда использовать HTTPS для данного домена" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "Количество посещений этого домена" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index 9ce57fa89e8..b1dbd644711 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzia" @@ -144,7 +144,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Používateľ" @@ -157,7 +157,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -401,7 +401,7 @@ msgstr "Aktívny" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -461,7 +461,7 @@ msgid "Verbose Name" msgstr "Dlhý názov" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Slug" @@ -481,7 +481,7 @@ msgstr "" msgid "Uploaded" msgstr "Odoslaný" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Úroveň súkromia" @@ -513,7 +513,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Typ dokumentácie" @@ -561,7 +561,7 @@ msgstr "Chyba" msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "" @@ -610,7 +610,7 @@ msgid "Command" msgstr "" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Popis" @@ -847,7 +847,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -973,12 +973,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Dátum úpravy" @@ -1383,7 +1383,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Názov" @@ -2076,7 +2076,7 @@ msgstr "Vymazaný" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Verejný" @@ -2267,7 +2267,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2306,7 +2306,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2381,230 +2381,230 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL Repozitára" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Typ repozitára" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Domovská stránka projektu" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Štandardná verzia" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Verzia projektu, na ktorý sa adresa / presmeruje" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Štandardná vetva" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2612,297 +2612,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Jazyk" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Model musí mať slug" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Cesta" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index f06ab59f050..fcc1574424c 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Sürüm" @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Kullanıcı" @@ -156,7 +156,7 @@ msgid "Username" msgstr "Kullanıcı adı" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Proje" @@ -400,7 +400,7 @@ msgstr "Etkin" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Oluşturma başarısız oldu" @@ -460,7 +460,7 @@ msgid "Verbose Name" msgstr "Ayrıntılı Adı" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Başlık Bilgisi" @@ -480,7 +480,7 @@ msgstr "Oluşturuldu" msgid "Uploaded" msgstr "Gönderildi" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Gizlilik Seviyesi" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Belgelendirme türü" @@ -560,7 +560,7 @@ msgstr "Hata" msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "İşle" @@ -609,7 +609,7 @@ msgid "Command" msgstr "Komut" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Tanım" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -972,12 +972,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Değiştirilme tarihi" @@ -1387,7 +1387,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Adı" @@ -2082,7 +2082,7 @@ msgstr "Silindi" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Ortak" @@ -2273,7 +2273,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2312,7 +2312,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2387,82 +2387,82 @@ msgstr "Değişken adı boşluklar içeremez" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "Depo URL'si" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Depo türü" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "Proje anasayfası" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Projenin anasayfası" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Kurallı URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "Belgelendirmenin sunulmasının beklendiği URL" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Tek sürüm" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2472,74 +2472,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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Varsayılan sürüm" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Projenizin / işaretinin yönlendirdiği sürümü" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Varsayılan dal" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN Etkinleştirildi" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Çözümleme kodu" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2547,25 +2547,25 @@ msgstr "" "Google Analytics İzleme Kimliği (ör. UA-22345342-1). Bu, sayfa " "yüklemelerinizi yavaşlatabilir." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "Alternatif kapsayıcı resmi" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "Kapsayıcı bellek sınırı" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2573,52 +2573,52 @@ msgstr "" "Docker biçiminde bellek sınırı -- örnek: 512m veya 1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "Saniye olarak kapsayıcı zaman sınırı" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "Alternatif oluşturma kuyruğu kimliği" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "Ücretli reklamlara izin verin" -#: projects/models.py:471 +#: projects/models.py:472 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:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "Reklamsız" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "Sürüm uyarısını göster" -#: projects/models.py:487 +#: projects/models.py:488 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:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2626,298 +2626,298 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Öne Çıkanlar" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "İlgili projeler" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Dil" -#: projects/models.py:547 +#: projects/models.py:548 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:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Programlama Dili" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "Projenin yazıldığı birincil programlama dili." -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "Bu proje bir web kancası ile oluşturuldu" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "Bu proje başarılı olarak kopyalandı" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Model başlık bilgisine sahip olmak zorundadır" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "Alt proje iç içe geçme desteklenmiyor" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Yol" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "Web kancasının göndereceği URL" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "Etki Alanı" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "HTTPS kullan" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "Bu etki alanı için her zaman HTTPS kullan" -#: projects/models.py:1760 +#: projects/models.py:1763 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:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index 250920c4f63..426a46bda6e 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версія:" @@ -151,7 +151,7 @@ msgid "Invitation declined" msgstr "Запрошення відхилено" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Користувач" @@ -164,7 +164,7 @@ msgid "Username" msgstr "Ім'я користувача" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -410,7 +410,7 @@ msgstr "Активний" msgid "Build successful" msgstr "Білд успішний" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Білд невдався" @@ -470,7 +470,7 @@ msgid "Verbose Name" msgstr "Детальне ім’я" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "Слаг" @@ -490,7 +490,7 @@ msgstr "Збудований" msgid "Uploaded" msgstr "Завантажено" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Рівень конфіденційності" @@ -523,7 +523,7 @@ msgstr "Має ePub" msgid "Has HTML Zip" msgstr "Має HTML Zip" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Тип документації" @@ -573,7 +573,7 @@ msgstr "Помилка" msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "Здійснити" @@ -624,7 +624,7 @@ msgid "Command" msgstr "Команда" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Опис" @@ -861,7 +861,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "URL" @@ -987,12 +987,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "Дата публікації" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Модифікована дата" @@ -1397,7 +1397,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Ім’я" @@ -2090,7 +2090,7 @@ msgstr "Видалено" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Загальнодоступно" @@ -2281,7 +2281,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2320,7 +2320,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2395,82 +2395,82 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL репозиторію" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Тип сховища" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Домашня сторінка проекту" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "Канонічний URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Єдина версія" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2481,148 +2481,148 @@ msgstr "" "пересторогою, активуйте тільки якщо ви ніколи не будете мати чисельні " "версії ваших документів." -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "Версія за замовчуванням" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Версія проекту на яку перенаправляє /" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Гілка за замовчуванням" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Код аналітики" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2630,297 +2630,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Обране" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Пов’язані проекти" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Мова" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "Мова програмування" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Модель повинна мати slug" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Шлях" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "Створено" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "Модифіковано" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "Використовувати HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index d3b6fd4dad5..59ea3fe1097 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Phiên bản" @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "Người sử dụng" @@ -156,7 +156,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "Dự án" @@ -400,7 +400,7 @@ msgstr "Đang hoạt động" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -460,7 +460,7 @@ msgid "Verbose Name" msgstr "Tên chi tiết" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "" @@ -480,7 +480,7 @@ msgstr "Đã được xây dựng" msgid "Uploaded" msgstr "Đã được tải lên" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "Mức độ bảo mật" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "Kiểu tài liệu" @@ -560,7 +560,7 @@ msgstr "Lỗi" msgid "Exit code" msgstr "" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "" @@ -609,7 +609,7 @@ msgid "Command" msgstr "" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Miêu tả" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -972,12 +972,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:281 +#: organizations/models.py:297 projects/models.py:282 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:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "Ngày thay đổi" @@ -1382,7 +1382,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "Tên" @@ -2075,7 +2075,7 @@ msgstr "Đã xóa" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "Công cộng" @@ -2266,7 +2266,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2305,7 +2305,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2380,230 +2380,230 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "URL của kho" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "Kiểu repository" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "Trang chủ của dự án" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "Phiên bản đơn lẻ" -#: projects/models.py:346 +#: projects/models.py:347 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:353 +#: projects/models.py:354 msgid "Default version" msgstr "Phiên bản mặc định" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "Phiên bản mà / trỏ tới" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "Nhánh mặc định" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "Mã Analytics" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2611,297 +2611,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "Tính năng" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "Các dự án liên quan" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "Ngôn ngữ" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "Đường dẫn" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index 100ca0aac94..55b9c2d6cbd 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -166,7 +166,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "用户" @@ -179,7 +179,7 @@ msgid "Username" msgstr "用户名" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "项目" @@ -423,7 +423,7 @@ msgstr "激活" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "构建失败" @@ -483,7 +483,7 @@ msgid "Verbose Name" msgstr "长名称" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "网址标识" @@ -503,7 +503,7 @@ msgstr "构建" msgid "Uploaded" msgstr "已上传" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "隐私级别" @@ -535,7 +535,7 @@ msgstr "存在ePub" msgid "Has HTML Zip" msgstr "存在HTML Zip" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "文档类型" @@ -583,7 +583,7 @@ msgstr "错误" msgid "Exit code" msgstr "退出码" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "提交" @@ -632,7 +632,7 @@ msgid "Command" msgstr "命令" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "说明" @@ -869,7 +869,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "" @@ -995,12 +995,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "发布日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "修改日期" @@ -1405,7 +1405,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "名称" @@ -2099,7 +2099,7 @@ msgstr "已删除" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "公开" @@ -2290,7 +2290,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2329,7 +2329,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2404,82 +2404,82 @@ msgstr "" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "代码库地址" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "代码库类型" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "项目主页" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "项目的主页" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "官方网址" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "访问文档的URL" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "单一版本" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2488,74 +2488,74 @@ msgstr "" "单一版本的站点不含多个翻译版本,只有一个「latest」版本,使用根域名进行托管。" "请谨慎使用,仅在您的文档永远不会用到多版本时使用它。" -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "默认版本" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "访问项目根目录时重定向的目标版本" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "默认分支" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "CDN 已启用" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "分析代码" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2563,75 +2563,75 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). 这将减慢你的页" "面加载速度。" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "备选容器镜像" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "容器内存限制" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 格式的内存限制 -- 例: 512m or 1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "容器的时间限制秒数" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "备用构建的队列id" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "允许已付费广告" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "如果未选中的话,你仍然会看到社区广告。" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "去广告" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非 stable(稳定)或 latest(最新)版本中展示警告横幅。" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2639,297 +2639,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "精选" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "相关项目" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "语言" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "该项目的文档所呈现的语言。注意:这影响您的项目的 URL。" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "编程语言" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "项目使用的主要编程语言" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "项目构建同时包含webhook" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "此项目已成功被克隆" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Model 必须包含 slug" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "不支持嵌套子项目" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "路径" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "创建的" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "修改的" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "发送 webhook 到" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "域" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "此域访问次数" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index 96688142b77..2a4c23b7588 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: 2025-01-21 15:47+0000\n" +"POT-Creation-Date: 2025-01-28 11:06+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:592 -#: projects/filters.py:196 projects/models.py:1495 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1498 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -152,7 +152,7 @@ msgid "Invitation declined" msgstr "邀請已拒絕" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:290 +#: projects/models.py:291 msgid "User" msgstr "使用者" @@ -165,7 +165,7 @@ msgid "Username" msgstr "使用者名稱" #: audit/models.py:138 builds/models.py:90 builds/models.py:586 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1489 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1492 #: redirects/models.py:48 msgid "Project" msgstr "專案" @@ -409,7 +409,7 @@ msgstr "啟用" msgid "Build successful" msgstr "建置成功" -#: builds/filters.py:29 projects/models.py:1594 +#: builds/filters.py:29 projects/models.py:1597 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "建置失敗" @@ -469,7 +469,7 @@ msgid "Verbose Name" msgstr "詳細名稱" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:295 +#: projects/models.py:296 msgid "Slug" msgstr "動態資料欄位" @@ -489,7 +489,7 @@ msgstr "建置" msgid "Uploaded" msgstr "已上傳" -#: builds/models.py:149 projects/models.py:523 +#: builds/models.py:149 projects/models.py:524 msgid "Privacy Level" msgstr "隱私等級" @@ -521,7 +521,7 @@ msgstr "有 ePub" msgid "Has HTML Zip" msgstr "有 HTML Zip" -#: builds/models.py:170 projects/models.py:608 +#: builds/models.py:170 projects/models.py:609 msgid "Documentation type" msgstr "文件類型" @@ -569,7 +569,7 @@ msgstr "錯誤" msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:642 projects/models.py:1506 +#: builds/models.py:642 projects/models.py:1509 msgid "Commit" msgstr "送交" @@ -618,7 +618,7 @@ msgid "Command" msgstr "命令" #: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 +#: organizations/models.py:64 projects/models.py:298 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "說明" @@ -855,7 +855,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1609 +#: core/forms.py:198 projects/models.py:1612 msgid "URL" msgstr "網址" @@ -981,12 +981,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:281 +#: organizations/models.py:297 projects/models.py:282 msgid "Publication date" msgstr "發佈日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:284 projects/models.py:1508 +#: organizations/models.py:298 projects/models.py:285 projects/models.py:1511 msgid "Modified date" msgstr "修改日期" @@ -1393,7 +1393,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:294 projects/models.py:1500 +#: projects/models.py:295 projects/models.py:1503 msgid "Name" msgstr "名稱" @@ -2086,7 +2086,7 @@ msgstr "已刪除" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2063 +#: projects/constants.py:94 projects/models.py:2066 msgid "Public" msgstr "公開" @@ -2277,7 +2277,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:463 projects/models.py:299 +#: projects/forms.py:463 projects/models.py:300 msgid "Short description of this project" msgstr "" @@ -2316,7 +2316,7 @@ msgstr "" msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:692 projects/models.py:200 redirects/models.py:99 +#: projects/forms.py:692 projects/models.py:201 redirects/models.py:99 msgid "Enabled" msgstr "" @@ -2391,82 +2391,82 @@ msgstr "變數名稱不可包含空白字元" 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:175 +#: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:203 +#: projects/models.py:204 msgid "Sorting of versions" msgstr "" -#: projects/models.py:213 +#: projects/models.py:214 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:219 +#: projects/models.py:220 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:230 redirects/models.py:114 +#: projects/models.py:231 redirects/models.py:114 msgid "Position" msgstr "" -#: projects/models.py:302 +#: projects/models.py:303 msgid "Repository URL" msgstr "儲存庫網址" -#: projects/models.py:305 +#: projects/models.py:306 msgid "Git repository URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:313 msgid "Repository type" msgstr "儲存庫類型" -#: projects/models.py:318 +#: projects/models.py:319 msgid "Project homepage" msgstr "專案首頁" -#: projects/models.py:320 +#: projects/models.py:321 msgid "The project's homepage" msgstr "專案的首頁" -#: projects/models.py:323 +#: projects/models.py:324 msgid "Canonical URL" msgstr "標準 URL" -#: projects/models.py:325 +#: projects/models.py:326 msgid "URL that documentation is expected to serve from" msgstr "預期用來提供文件的網址" -#: projects/models.py:328 +#: projects/models.py:329 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:335 +#: projects/models.py:336 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:343 +#: projects/models.py:344 msgid "Single version" msgstr "單一版本" -#: projects/models.py:346 +#: projects/models.py:347 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 " @@ -2475,74 +2475,74 @@ msgstr "" "單一版本網站不包含翻譯,且只有「latest」伴兒不能,並在網域的根目錄提供。請謹" "慎使用,請於文件永遠不會有多版本的時候才開啟。" -#: projects/models.py:353 +#: projects/models.py:354 msgid "Default version" msgstr "預設版本" -#: projects/models.py:356 +#: projects/models.py:357 msgid "The version of your project that / redirects to" msgstr "專案根目錄「 / 」要跳轉至的版本" -#: projects/models.py:361 +#: projects/models.py:362 msgid "Default branch" msgstr "預設分支" -#: projects/models.py:367 +#: projects/models.py:368 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:372 +#: projects/models.py:373 msgid "Custom path prefix" msgstr "" -#: projects/models.py:378 +#: projects/models.py:379 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:383 +#: projects/models.py:384 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:389 +#: projects/models.py:390 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:396 +#: projects/models.py:397 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:399 +#: projects/models.py:400 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:403 +#: projects/models.py:404 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:410 +#: projects/models.py:411 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:415 +#: projects/models.py:416 msgid "CDN Enabled" msgstr "已啟用 CDN" -#: projects/models.py:417 +#: projects/models.py:418 msgid "Analytics code" msgstr "分析程式碼" -#: projects/models.py:422 +#: projects/models.py:423 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2550,75 +2550,75 @@ msgstr "" "Google Analytics 追蹤 ID(如︰ UA-22345342-1),可能會降低頁面載" "入的速度。" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Disable Analytics" msgstr "" -#: projects/models.py:432 +#: projects/models.py:433 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:437 +#: projects/models.py:438 msgid "Alternative container image" msgstr "備用容器鏡像" -#: projects/models.py:443 +#: projects/models.py:444 msgid "Container memory limit" msgstr "容器記憶體限制" -#: projects/models.py:448 +#: projects/models.py:449 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 記憶體限制格式 -- 範例:512m1g" -#: projects/models.py:453 +#: projects/models.py:454 msgid "Container time limit in seconds" msgstr "單位為秒的容器時間限制" -#: projects/models.py:458 +#: projects/models.py:459 msgid "Alternate build queue id" msgstr "備用建置佇列 Id" -#: projects/models.py:464 +#: projects/models.py:465 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Allow paid advertising" msgstr "允許付費廣告" -#: projects/models.py:471 +#: projects/models.py:472 msgid "If unchecked, users will still see community ads." msgstr "若取消選取,則使用者將看見社群廣告。" -#: projects/models.py:474 +#: projects/models.py:475 msgid "Ad-free" msgstr "無廣告" -#: projects/models.py:479 +#: projects/models.py:480 msgid "Is spam?" msgstr "" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:485 +#: projects/models.py:486 msgid "Show version warning" msgstr "顯示版本警告" -#: projects/models.py:487 +#: projects/models.py:488 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非穩定或最新版中顯示警告橫幅" -#: projects/models.py:491 +#: projects/models.py:492 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:497 +#: projects/models.py:498 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2626,297 +2626,297 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:505 +#: projects/models.py:506 msgid "Featured" msgstr "精選" -#: projects/models.py:507 +#: projects/models.py:508 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:515 +#: projects/models.py:516 msgid "Delisted" msgstr "" -#: projects/models.py:517 +#: projects/models.py:518 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:528 +#: projects/models.py:529 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:535 +#: projects/models.py:536 msgid "Related projects" msgstr "相關專案" -#: projects/models.py:543 templates/search/elastic_search.html:57 +#: projects/models.py:544 templates/search/elastic_search.html:57 msgid "Language" msgstr "語言" -#: projects/models.py:547 +#: projects/models.py:548 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "專案文件呈現的語言。注意︰該設定將影響專案的網址。" -#: projects/models.py:555 +#: projects/models.py:556 msgid "Programming Language" msgstr "程式語言" -#: projects/models.py:559 +#: projects/models.py:560 msgid "The primary programming language the project is written in." msgstr "撰寫本專案的主要程式語言。" -#: projects/models.py:575 +#: projects/models.py:576 msgid "This project has been built with a webhook" msgstr "該專案已通過 Webhook 建置" -#: projects/models.py:579 +#: projects/models.py:580 msgid "This project has been successfully cloned" msgstr "這個專案已成功複製" -#: projects/models.py:588 +#: projects/models.py:589 msgid "Connected repository" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:615 +#: projects/models.py:616 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:626 +#: projects/models.py:627 msgid "project" msgstr "" -#: projects/models.py:637 +#: projects/models.py:638 msgid "Model must have slug" msgstr "Model 必須有動態資料欄位" -#: projects/models.py:1370 +#: projects/models.py:1373 msgid "Subproject nesting is not supported" msgstr "不支援巢狀子專案" -#: projects/models.py:1505 +#: projects/models.py:1508 msgid "Path" msgstr "路徑" -#: projects/models.py:1507 +#: projects/models.py:1510 msgid "Build id" msgstr "" -#: projects/models.py:1510 +#: projects/models.py:1513 msgid "Page search rank" msgstr "" -#: projects/models.py:1515 +#: projects/models.py:1518 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1558 projects/models.py:1723 +#: projects/models.py:1561 projects/models.py:1726 msgid "created" msgstr "建立時間" -#: projects/models.py:1563 +#: projects/models.py:1566 msgid "modified" msgstr "修改時間" -#: projects/models.py:1592 +#: projects/models.py:1595 msgid "Build triggered" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1596 msgid "Build passed" msgstr "" -#: projects/models.py:1611 +#: projects/models.py:1614 msgid "URL to send the webhook to" msgstr "要傳送 Webhook 至的網址" -#: projects/models.py:1614 +#: projects/models.py:1617 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1622 +#: projects/models.py:1625 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1625 +#: projects/models.py:1628 msgid "JSON payload" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1630 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1734 +#: projects/models.py:1737 msgid "Domain" msgstr "網域" -#: projects/models.py:1741 +#: projects/models.py:1744 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1745 +#: projects/models.py:1748 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1750 +#: projects/models.py:1753 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1754 +#: projects/models.py:1757 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1756 +#: projects/models.py:1759 msgid "Always use HTTPS for this domain" msgstr "永遠為該網域使用 HTTPS" -#: projects/models.py:1760 +#: projects/models.py:1763 msgid "Number of times this domain has been hit" msgstr "該網域的點擊次數" -#: projects/models.py:1765 templates/projects/domain_form.html:49 +#: projects/models.py:1768 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1774 +#: projects/models.py:1777 msgid "Skip validation process." msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1781 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1787 +#: projects/models.py:1790 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1792 +#: projects/models.py:1795 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1797 +#: projects/models.py:1800 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1934 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1938 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1942 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1943 +#: projects/models.py:1946 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1951 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1956 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1960 msgid "Remote repository: Don't keep project in sync with remote repository." msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1965 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:1966 +#: projects/models.py:1969 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:1970 +#: projects/models.py:1973 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:1973 +#: projects/models.py:1976 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1977 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1977 +#: projects/models.py:1980 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1981 +#: projects/models.py:1984 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1989 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1995 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1996 +#: projects/models.py:1999 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2001 +#: projects/models.py:2004 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2014 +#: projects/models.py:2017 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:2019 +#: projects/models.py:2022 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:2025 +#: projects/models.py:2028 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2032 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2054 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2055 +#: projects/models.py:2058 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2060 +#: projects/models.py:2063 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2066 +#: projects/models.py:2069 msgid "Expose this environment variable in PR builds?" msgstr "" diff --git a/setup.cfg b/setup.cfg index b12fa2e7598..1db9521f36d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.19.1 +version = 11.19.2 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "11.19.1" +current_version = "11.19.2" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False