From ba21134a895baa291e44e2e5fb48f9cca2d421ca Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 14 Jan 2025 11:47:42 +0100 Subject: [PATCH] Release 11.19.0 (#11926) --- CHANGELOG.rst | 26 + docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- readthedocs/locale/ar/LC_MESSAGES/django.po | 551 +++++++++-------- readthedocs/locale/ca/LC_MESSAGES/django.po | 551 +++++++++-------- readthedocs/locale/de/LC_MESSAGES/django.po | 553 +++++++++-------- readthedocs/locale/en/LC_MESSAGES/django.po | 551 +++++++++-------- readthedocs/locale/es/LC_MESSAGES/django.mo | Bin 96767 -> 96645 bytes readthedocs/locale/es/LC_MESSAGES/django.po | 565 ++++++++--------- readthedocs/locale/eu/LC_MESSAGES/django.po | 551 +++++++++-------- readthedocs/locale/fr/LC_MESSAGES/django.mo | Bin 108490 -> 108628 bytes readthedocs/locale/fr/LC_MESSAGES/django.po | 577 +++++++++--------- readthedocs/locale/gl/LC_MESSAGES/django.mo | Bin 109600 -> 109339 bytes readthedocs/locale/gl/LC_MESSAGES/django.po | 569 ++++++++--------- readthedocs/locale/he/LC_MESSAGES/django.mo | Bin 143056 -> 143221 bytes readthedocs/locale/he/LC_MESSAGES/django.po | 575 ++++++++--------- readthedocs/locale/hu/LC_MESSAGES/django.po | 553 +++++++++-------- .../locale/id_ID/LC_MESSAGES/django.po | 553 +++++++++-------- readthedocs/locale/it/LC_MESSAGES/django.po | 553 +++++++++-------- readthedocs/locale/ja/LC_MESSAGES/django.po | 553 +++++++++-------- .../locale/ko_KR/LC_MESSAGES/django.po | 553 +++++++++-------- readthedocs/locale/lt/LC_MESSAGES/django.po | 557 +++++++++-------- readthedocs/locale/nb/LC_MESSAGES/django.po | 551 +++++++++-------- readthedocs/locale/nl/LC_MESSAGES/django.po | 553 +++++++++-------- .../locale/nl_NL/LC_MESSAGES/django.po | 553 +++++++++-------- readthedocs/locale/pl/LC_MESSAGES/django.po | 551 +++++++++-------- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 133406 -> 133599 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 577 +++++++++--------- readthedocs/locale/ru/LC_MESSAGES/django.po | 553 +++++++++-------- readthedocs/locale/sk/LC_MESSAGES/django.po | 551 +++++++++-------- readthedocs/locale/tr/LC_MESSAGES/django.po | 553 +++++++++-------- readthedocs/locale/uk/LC_MESSAGES/django.po | 551 +++++++++-------- .../locale/vi_VN/LC_MESSAGES/django.po | 551 +++++++++-------- .../locale/zh_CN/LC_MESSAGES/django.po | 553 +++++++++-------- .../locale/zh_TW/LC_MESSAGES/django.po | 557 +++++++++-------- setup.cfg | 4 +- 37 files changed, 7750 insertions(+), 7305 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4602e0a194..de158782e66 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,29 @@ +Version 11.19.0 +--------------- + +:Date: January 14, 2025 + +* `@stsewd `__: Don't require sphinx/mkdocs keys when using build.commands (`#11913 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11909 `__) +* `@stsewd `__: Document new build jobs (`#11900 `__) +* `@humitos `__: Docs: remove CSS variables override for font-size (`#11897 `__) +* `@stsewd `__: Add django-impersonate when admin is enabled (`#11894 `__) +* `@stsewd `__: Environment variables: document special case for PR preview builds (`#11893 `__) +* `@stsewd `__: Social accounts: link Bitbucket to new dashboard (`#11892 `__) +* `@humitos `__: Addons: allow to set a "Default" or a explicit position for flyout (`#11891 `__) +* `@ericholscher `__: Add Addons customization docs (`#11888 `__) +* `@stsewd `__: Don't reflect user input in raw response (`#11887 `__) +* `@ericholscher `__: Lower logging for user build errors (`#11886 `__) +* `@ericholscher `__: Release 11.18.0 (`#11884 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11881 `__) +* `@stsewd `__: Build: use actual git identifier for READTHEDOCS_GIT_IDENTIFIER (`#11875 `__) +* `@ericholscher `__: Update MkDocs page to be generic and note MkDocs for Material integration (`#11871 `__) +* `@stsewd `__: Config: inherit all pydantic models from a common base class (`#11857 `__) +* `@stsewd `__: API: use restricted serializer for related projects (`#11820 `__) +* `@stsewd `__: API: separate querysets from API V2 and V3 (`#11586 `__) +* `@stsewd `__: Email: use first recipient from email object (`#11581 `__) +* `@humitos `__: Cleanup: delete `yaml_load_safely` (`#11285 `__) + Version 11.18.0 --------------- diff --git a/docs/conf.py b/docs/conf.py index 833ad7cff68..0c7397313fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.18.0" +version = "11.19.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 7a44f2dbe5a..d51a1c1f35d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.18.0", + "version": "11.19.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index a00c3233071..2b39acd8f69 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.18.0" +__version__ = "11.19.0" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 91505b446bb..b0b95eb28c2 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -25,8 +25,8 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "الإصدار" @@ -78,29 +78,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -147,7 +147,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "المستخدم" @@ -159,8 +159,8 @@ msgstr "" msgid "Username" msgstr "اسم المستخدم" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "المشروع" @@ -185,7 +185,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -404,7 +404,7 @@ msgstr "فعّال" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -421,7 +421,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "الوضعية" @@ -430,7 +430,7 @@ msgstr "الوضعية" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "النوع" @@ -464,7 +464,7 @@ msgid "Verbose Name" msgstr "اسم مطوّل" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -484,7 +484,7 @@ msgstr "بني" msgid "Uploaded" msgstr "تم الرفع" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "مستوي الخصوصية" @@ -516,7 +516,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "" @@ -532,199 +532,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "التاريخ" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "نجاح" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "إعداد" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "إعداد خاطئ" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "الناتج" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "خطأ" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "تقديم" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "طول البناء" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "الوصف" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -810,19 +810,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -850,7 +850,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "تاريخ النشر" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "الاسم" @@ -1556,11 +1556,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1975,7 +1975,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2079,7 +2079,7 @@ msgstr "حُذف" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "للعامة" @@ -2139,6 +2139,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2250,7 +2270,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2269,321 +2289,325 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "عنوان المستودع" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "نوع المستودع" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "الصفحة الرئيسية للمشروع" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "الإصدار الإفتراضي" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "رمز الإحصائيات" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2591,293 +2615,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "مميز" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "اللغة" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "لغة البرمَجة" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "المسار" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "النطاق" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3024,100 +3048,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3193,10 +3212,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3302,67 +3317,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "الكتالانية" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "الإنجليزية" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "الإسبانية" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "الفرنسية" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "الروسية" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "الألمانية" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "الفياتنامية" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "اليابانية" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "الأوكرانية" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "الإيطالية" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "الكورية" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index a9423031e1a..6183177e625 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versió" @@ -74,29 +74,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Usuari" @@ -155,8 +155,8 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Projecte" @@ -181,7 +181,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -400,7 +400,7 @@ msgstr "Actiu" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -417,7 +417,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Estat" @@ -426,7 +426,7 @@ msgstr "Estat" msgid "Any" msgstr "Qualsevol" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Tipus" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -480,7 +480,7 @@ msgstr "Construït" msgid "Uploaded" msgstr "Carregat" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Nivell privat" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Tipus de documentació" @@ -528,199 +528,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Amb èxit" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Configuració" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Error de configuració" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Sortida" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Error" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "publica" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Construeix" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Ordre" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descripció" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Codi de sortida de l'ordre" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Hora d'inici" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Hora de finalització" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -806,19 +806,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Nom" @@ -1552,11 +1552,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1971,7 +1971,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2075,7 +2075,7 @@ msgstr "Eliminat" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Públic" @@ -2135,6 +2135,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2246,7 +2266,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2265,173 +2285,177 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL del repositori" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Tipus de repositori" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Pàgina inicial del projecte" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "URL canònica" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Versió senzilla" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2441,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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Versió per defecte" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "La versió del vostre projecte que / redirigeix a " -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Branca per defecte" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Codi d'Analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2590,37 +2614,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Destacat" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Projectes relacionats" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2628,257 +2652,257 @@ msgstr "" "L'idioma en què es publicarà la documentació del projecte. Nota: això " "afectarà la URL del projecte" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "El model ha de tenir un slug" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Camí" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL on enviar el webhook" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3025,100 +3049,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3194,10 +3213,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3303,67 +3318,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Anglès" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Castellà" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norueg" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Francès" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Rus" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Alemany" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Gallec" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japonès" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ucranià" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 6e2cac532a2..7df82fe125c 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -35,8 +35,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -88,29 +88,29 @@ msgstr "Ungültiger Projektname \"{0}\": kein Slug generiert." msgid "Project with slug \"{0}\" already exists." msgstr "Projekt mit Slug \"{0}\" existiert bereits." -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projekt mit {slug_name}={value} ist als Unterprojekt nicht gültig" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "Ein Unterprojekt mit diesem Alias ​​existiert bereits" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -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:277 +#: projects/models.py:290 msgid "User" msgstr "Benutzer" @@ -169,8 +169,8 @@ msgstr "Benutzer-ID" msgid "Username" msgstr "Benutzername" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -195,7 +195,7 @@ msgstr "Organisations-ID" msgid "Organization slug" msgstr "Organisationsslug" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Aktion" @@ -416,7 +416,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Build fehlgeschlagen" @@ -433,7 +433,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Status" @@ -442,7 +442,7 @@ msgstr "Status" msgid "Any" msgstr "Beliebig" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Typ" @@ -476,7 +476,7 @@ msgid "Verbose Name" msgstr "Name" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "Kürzel" @@ -496,7 +496,7 @@ msgstr "Erstellt" msgid "Uploaded" msgstr "Hochgeladen" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 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:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Dokumentationstyp" @@ -548,202 +548,202 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "Status" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Erfolgreich" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Konfiguration" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Konfigurationsfehler" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Ausgabe" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fehler" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Exit code" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Übernehmen" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "Versionsslug" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "Versionsname" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "Versionstyp" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Im Build verwendete Konfiguration" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" "Pfad der benutzerdefinierten Build-Konfigurationsdatei, die in diesem Build " "verwendet wird" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Buildlänge" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Builder" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "Celery-Aufgaben-ID" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Build" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Befehl" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beschreibung" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Befehlsausgabe" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Exit-Code des Befehls" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Startzeit" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Endzeit" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "Version aktivieren" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "Version ausblenden" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "Version öffentlich setzen" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "Version privat setzen" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "Version als Standard festlegen" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" "Wert, der für die Regel verwendet wird, um mit der Version übereinzustimmen" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "Aktion, die auf übereinstimmende Versionen angewendet werden soll" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "Art der Version, auf die die Regel angewendet werden soll" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -829,19 +829,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "Benutzerprojekte" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "hat ein aktives Projekt" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "hat Projekt gebuildet" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "hat Projekt mit den letzten Builds" @@ -869,7 +869,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Name" @@ -1602,11 +1602,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "E-Mail-Adresse oder Benutzername" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Owner removed" msgstr "Besitzer entfernt" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "Benutzer ist der letzte Besitzer, kann nicht entfernt werden" @@ -2129,7 +2129,7 @@ msgstr "Gelöscht" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Öffentlich" @@ -2189,6 +2189,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Security at Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Sicherheit bei Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2302,7 +2324,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "Kurze Beschreibung dieses Projekts" @@ -2322,173 +2344,177 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Die Länge der einzelnen Tags darf nicht mehr als 100 Zeichen betragen." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "Der Benutzer %(username)s ist bereits ein Maintainer" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Es existiert bereits eine Variable mit diesem Namen für dieses Projekt" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "Hauptprojekt" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "Unterprojekt" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Repository-URL" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Repository-Typ" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Projektstartseite" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Die Startseite des Projekts" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Kanonische URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Einzelversion" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2499,50 +2525,50 @@ msgstr "" "Verwenden Sie dies mit Vorsicht, schalten Sie es nur ein, wenn Sie nie mehrere Versionen Ihrer Dokumente haben werden." -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "Standard-Version" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Die Projektversion zu der Zugriffe auf „/“ weitergeleitet werden" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Standard-Branch" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "Pull-Requests für dieses Projekt erstellen" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." @@ -2550,25 +2576,25 @@ msgstr "" "Weitere Informationen in unserer Dokumentation." -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Analytics-Code" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2576,11 +2602,11 @@ msgstr "" "Tracking-ID von Google Analytics (z.B. UA-22345342-1). Dies " "kann das Laden Ihrer Seite verlangsamen." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "Analysen deaktivieren" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2588,65 +2614,65 @@ msgstr "" "Deaktivieren Sie Google Analytics für dieses Projekt vollständig (erfordert " "Neuaufbau-Dokumentation)" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "Alternative Buildschlangen ID" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "Maximal erlaubte gleichzeitige Builds für dieses Projekt" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Bezahlte Werbung zulassen" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Versionswarnung anzeigen" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "Warnbanner in nicht stabilen oder neuesten Versionen anzeigen." -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2654,37 +2680,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Hervorgehoben" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Verwandte Projekte" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Sprache" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2692,31 +2718,31 @@ msgstr "" "Die Sprache, in der die Projektdokumentation wiedergegeben wird. Hinweis: " "Dies wirkt sich auf die URL Ihres Projekts aus." -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "Die primäre Programmiersprache, in der das Projekt geschrieben ist." -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " @@ -2726,67 +2752,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Weitere Informationen zu Sphinx-Erbauern." -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "projekt" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Modell muss einen Kürzel haben" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "Unterprojektverschachtelung wird nicht unterstützt" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Pfad" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "Build ID" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "erstellt" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "geändert" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "Bauen ausgelöst" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "Bauen bestanden" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL, an die der Webhook versandt wird" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "Ereignisse zum Abonnieren" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check der Dokumentation nach, welche Ersetzungen " "möglich sind." -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Domain" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "Diese Domain wurde automatisch erstellt" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "Diese Domäne ist ein CNAME für das Projekt" -#: projects/models.py:1729 +#: projects/models.py:1742 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:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Für diese Domain immer HTTPS verwenden" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "Anzahl der Angriffe auf diese Domain" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 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:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" @@ -3104,100 +3130,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3275,10 +3296,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3387,67 +3404,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Katalanisch" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Englisch" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Spanisch" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Brasilianisches Portugiesisch" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norwegisch (Bokmål)" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Französisch" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Russisch" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Deutsch" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galicisch" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamesisch" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Traditionelles Chinesisch" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japanisch" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukrainisch" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italienisch" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Koreanisch" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index e11d66585c6..e99595b8f2b 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,8 +18,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "" @@ -71,29 +71,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -140,7 +140,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "" @@ -152,8 +152,8 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "" @@ -178,7 +178,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -397,7 +397,7 @@ msgstr "" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -414,7 +414,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "" @@ -423,7 +423,7 @@ msgstr "" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "" @@ -457,7 +457,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "" @@ -477,7 +477,7 @@ msgstr "" msgid "Uploaded" msgstr "" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "" @@ -509,7 +509,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "" @@ -525,199 +525,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -803,19 +803,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -843,7 +843,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "" @@ -1549,11 +1549,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1968,7 +1968,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2072,7 +2072,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "" @@ -2132,6 +2132,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2243,7 +2263,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2262,321 +2282,325 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2584,293 +2608,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3017,100 +3041,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3186,10 +3205,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3295,67 +3310,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index 011a8315a3cdf09724c1e3fd876ac6bea39f12cb..ec1fbaa6b8ff6d6c4eff889a90dfb16aaa7fd7ef 100755 GIT binary patch delta 15012 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 and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Dirección URL del repositorio" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Tipo de repositorio" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Página de inicio del proyecto" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "La página de inicio del proyecto" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Dirección URL canónica" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "URL desde donde se servirá la documentación" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Versión única" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2561,50 +2583,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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Versión predeterminada" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "La versión de su proyecto a la que \"/\" redirecciona" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Rama predeterminada" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "Crear solicitudes de incorporación de cambios para este proyecto" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." @@ -2612,25 +2634,25 @@ msgstr "" "Más información en nuestros documentos." -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidad de las solicitudes de incorporación de cambios" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2638,11 +2660,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:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "Deshabilitar Analytics" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2650,15 +2672,15 @@ msgstr "" "Deshabilite Google Analytics por completo para este proyecto (requiere " "documentación de reconstrucción)" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Imagen alternativa del contenedor" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Límite de memoria del contenedor" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2666,54 +2688,54 @@ msgstr "" "Límite de memoria en formato Docker - ejemplo: 512m o 1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "El límite de tiempo del contenedor en segundos" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "ID de cola de compilación alternativa" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de compilaciones simultáneas permitidas para este proyecto" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Permitir publicidad pagada" -#: projects/models.py:458 +#: projects/models.py:471 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:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Sin publicidades" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "¿Es spam?" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (no) spam" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Mostrar advertencia de versión" -#: projects/models.py:474 +#: projects/models.py:487 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:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2721,37 +2743,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Destacado" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "¿Debería estar público el tablero del proyecto?" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Proyectos relacionados" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2759,32 +2781,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:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Lenguaje de programación" -#: projects/models.py:546 +#: projects/models.py:559 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:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "Este proyecto ha sido construido con un webhook" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Este proyecto ha sido clonado con éxito" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " @@ -2794,67 +2816,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Más " "información sobre sphinx builders." -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "proyecto" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "El modelo debe tener una indicación" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "No se admite la anidación de subproyectos" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Ruta" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "ID de Compilación" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "Rango de búsqueda de la página" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este archivo de operaciones como la indexación" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "creado" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "modificado" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "Compilación activado" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "Compilación aprobada" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "Dirección URL donde enviar el webhook" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "Secreto utilizado para firmar el payload del webhook" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "Eventos para suscribirse" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "Payload JSON" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check los documentos para conocer las sustituciones disponibles." -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "Este dominio fue creado automáticamente" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "Este dominio es un CNAME para el proyecto" -#: projects/models.py:1729 +#: projects/models.py:1742 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:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Usar siempre HTTPS para este dominio" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "Número de veces que se ha pulsado desde este dominio" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Estado del certificado SSL" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "Omitir proceso de validación." -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "Fecha de inicio del proceso de validación." -#: projects/models.py:1766 +#: projects/models.py:1779 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:1771 +#: projects/models.py:1784 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:1776 +#: projects/models.py:1789 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:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" @@ -3173,100 +3195,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "{username} es el último propietario, no se puede eliminar" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3344,10 +3361,6 @@ msgstr "Aplicar la redirección incluso si la página existe." msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3455,67 +3468,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totales" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Catalán" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Inglés" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Español" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Portugués brasileño" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Noruego bokmål" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Francés" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Ruso" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Alemán" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Gallego" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Chino tradicional" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japonés" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italiano" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Coreano" @@ -6091,3 +6104,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#, python-brace-format +#~ msgid "{username} is the last owner, can't be removed" +#~ msgstr "{username} es el último propietario, no se puede eliminar" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 12fba383c0e..c2ef99019cb 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Bertsioa" @@ -74,29 +74,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Erabiltzailea" @@ -155,8 +155,8 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Proiektua" @@ -181,7 +181,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -400,7 +400,7 @@ msgstr "Aktibo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -417,7 +417,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Egoera" @@ -426,7 +426,7 @@ msgstr "Egoera" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Mota" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug-a" @@ -480,7 +480,7 @@ msgstr "Eraikita" msgid "Uploaded" msgstr "Igota" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "" @@ -528,199 +528,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Konfigurazioa" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Errorea konfigurazioan" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Irteera" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Errorea" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Deskribapena" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -806,19 +806,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Izena" @@ -1552,11 +1552,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1971,7 +1971,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2075,7 +2075,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "" @@ -2135,6 +2135,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2246,7 +2266,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2265,321 +2285,325 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Biltegi mota" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Proiektuaren webgunea" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2587,293 +2611,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3020,100 +3044,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3189,10 +3208,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3298,67 +3313,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.mo b/readthedocs/locale/fr/LC_MESSAGES/django.mo index 2027720efcbfd800a454d19240cf3dfd833db40f..7bdb6a6d48c1928f42b6f214ae0a0d69f0db5ef8 100755 GIT binary patch delta 21609 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 diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index b9e31b59889..478bc527756 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -16,6 +16,7 @@ # FX Bénard , 2013,2018 # FX Bénard , 2013 # Gwendall Petit , 2017 +# Hannah Darrow, 2025 # hugues tonal , 2012 # hugues tonal , 2012 # hugues tonal , 2012 @@ -42,9 +43,9 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" -"Last-Translator: Christian Wiat, 2024\n" +"Last-Translator: Hannah Darrow, 2025\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" "language/fr/)\n" "Language: fr\n" @@ -54,8 +55,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -108,17 +109,17 @@ msgstr "Nom du projet invalide \"{0}\": pas de jeton généré." msgid "Project with slug \"{0}\" already exists." msgstr "Un projet avec le slug \"{0}\" existe déjà." -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" "Le projet avec {slug_name}={value} n'est pas valide en tant que sous-projet" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "Un sous-projet avec cet alias existe déjà" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -127,7 +128,7 @@ msgstr "" "Les redirections de préfixe ont été supprimées. Remplacez-les par une " "redirection exacte `/prefix/*`. Voir {blog_link}." -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." @@ -135,7 +136,7 @@ msgstr "" "la redirection sphinx_html a été renommée en clean_url_to_html. Voir " "{blog_link}." -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -184,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:277 +#: projects/models.py:290 msgid "User" msgstr "Utilisateur" @@ -196,8 +197,8 @@ msgstr "Identifiant de l'utilisateur" msgid "Username" msgstr "Nom d'utilisateur" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Projet" @@ -222,7 +223,7 @@ msgstr "Identifiant de l'organisation" msgid "Organization slug" msgstr "Jeton de l'organisation" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Action" @@ -443,7 +444,7 @@ msgstr "Actif" msgid "Build successful" msgstr "Compilation réussie" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilation échouée" @@ -460,7 +461,7 @@ msgstr "Requête de tirage/fusion" msgid "All versions" msgstr "Toutes versions" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "État" @@ -469,7 +470,7 @@ msgstr "État" msgid "Any" msgstr "Toutes" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Type" @@ -504,7 +505,7 @@ msgid "Verbose Name" msgstr "Nom verbeux" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "Jeton" @@ -524,7 +525,7 @@ msgstr "Compilé" msgid "Uploaded" msgstr "Chargé" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Niveau de confidentialité" @@ -558,7 +559,7 @@ msgstr "Contient une ePub" msgid "Has HTML Zip" msgstr "Contient un Zip HTML" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Type de documentation" @@ -575,155 +576,155 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "Ajout de nouveaux greffons de bibliothèques js dans cette version" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "Statut" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Date" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Succès" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Configuration" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Erreur de configuration" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Sortie" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erreur" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Consigner" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "Jeton de la version" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "Nom de la version" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "Type de la version" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Configuration utilisée dans la compilation" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" "Chemin du fichier de configuration de compilation personnalisé utilisé dans " "cette compilation" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Durée de compilation" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Responsable de la compilation" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Stockage longue durée" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "Identifiant de la tache Celery" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Compiler" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Commande" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Description" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Résultat de la commande" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Code de sortie de la commande" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Heure de début" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Heure de fin" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "Activer la version" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "Cacher la version" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "Rendre cette version publique" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "Rendre cette version privée" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "Mettre cette version par défaut" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "Supprimer la version" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "Règle de priorité" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "Un nombre inférieur (0) correspond à une priorité plus élevée" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "Arguments pour la correspondance" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "Valeur utilisée pour la règle pour correspondre à la version" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "Argument de correspondance prédéfini" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -731,47 +732,47 @@ msgstr "" "Argument de correspondance que nous avons défini, qui est utilisé s'il n'est " "pas sur Aucun, sinon l'argument match_arg sera utilisé." -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "Actions à réaliser sur les versions correspondantes" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "Argument de l'action" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "Valeur utilisée pour les actions qui réalisent une opération" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "Sur quel type de version cette règle devrait elle être appliquée" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "Version activée" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "Version masquée" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "Confidentialité de la version définie comme publique" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "Confidentialité de la version définie comme privée" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "Version définie comme par défaut" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "Version supprimée" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "Règle de correspondance" @@ -851,30 +852,26 @@ msgid "Config file validation error" msgstr "" #: config/notifications.py:366 -#, fuzzy -#| msgid "Missing configuration key" msgid "Missing Sphinx configuration key" -msgstr "Clé absente de configuration" +msgstr "" #: config/notifications.py:379 -#, fuzzy -#| msgid "Missing configuration key" msgid "Missing MkDocs configuration key" -msgstr "Clé absente de configuration" +msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "projets de l’utilisateur" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "a un projet actif" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "a compilé le projet" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "a compilé récemment le projet" @@ -900,9 +897,9 @@ msgstr "Explication du problème" #: core/forms.py:194 msgid "Please provide as much detail as possible." -msgstr "" +msgstr "Veuillez fournir le plus de détails possible." -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 msgid "URL" msgstr "URL" @@ -912,7 +909,7 @@ msgstr "" #: core/forms.py:203 msgid "Screenshot or additional file" -msgstr "" +msgstr "Capture d'écran ou fichier supplémentaire" #: core/forms.py:204 msgid "Anything else that would help us solve this issue?" @@ -1035,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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 msgid "Modified date" msgstr "Modifié le" @@ -1472,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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Nom" @@ -1604,7 +1601,7 @@ msgstr "Trier par" #: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" -msgstr "" +msgstr "Tous projets" #: organizations/filters.py:142 organizations/filters.py:173 #: organizations/filters.py:221 organizations/models.py:308 @@ -1627,7 +1624,7 @@ msgstr "" #: organizations/filters.py:232 msgid "Owner" -msgstr "" +msgstr "Propriétaire" #: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" @@ -1646,11 +1643,11 @@ msgstr "Nom d'organisation non valide: aucun slug n'a été généré" msgid "Organization %(name)s already exists" msgstr "L'organisation %(name)s existe déjà" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "Adresse email ou nom d'utilisateur" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "L'utilisateur %(username)s n'existe pas" @@ -2109,7 +2106,7 @@ msgstr "" msgid "Owner removed" msgstr "Propriétaire supprimé" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "Cet utilisateur est le dernier utilisateur, il ne peut être retiré" @@ -2213,7 +2210,7 @@ msgstr "Supprimé" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Public" @@ -2273,6 +2270,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Chercher dans Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "Compilé récemment" @@ -2386,7 +2405,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "Description courte de ce projet" @@ -2407,173 +2426,177 @@ msgstr "" "La longueur de chaque étiquette doit être inférieure ou égale à 100 " "caractères." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "L'utilisateur %(username)s est déjà un mainteneur" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "Les données doivent être un objet JSON valide." -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Il y a déjà un variable nommée de cette manière dans ce projet." -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "Projet principal" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "Sous-projet" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Alias" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL du dépôt" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Type de dépôt" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Page d’accueil du projet" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "La page d’accueil du projet" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "URL canonique" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "URL à laquelle cette documentation s'attend à être servie" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Version unique" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2584,19 +2607,19 @@ msgstr "" "cette option que si vous n'allez jamais avoir plusieurs versions de " "votre documentation." -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "Version par défaut" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "La version de votre projet à laquelle / redirige" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Branche par défaut" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2604,32 +2627,32 @@ msgstr "" "Branche vers laquelle \"latest\" pointe. Laisser vide pour utiliser la " "valeur par défaut pour votre SGV." -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "Pull request de compilation pour ce projet" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." @@ -2637,25 +2660,25 @@ msgstr "" "Plus d'information dans notre documentation." -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "Niveau de confidentialité des Pull Requests" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN activé" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Code analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2663,11 +2686,11 @@ msgstr "" "ID de suivi Google Analytics (ex. 1UA-22345342-11). Cela peut " "ralentir les chargements de votre page." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "Désactiver les mesures" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2675,15 +2698,15 @@ msgstr "" "Désactiver entièrement Google Analytics pour ce projet (nécessite de " "recompiler la documentation)" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Image alternative pour le conteneur" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Limite mémoire du conteneur" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2691,55 +2714,55 @@ msgstr "" "Limite de la mémoire au format Docker, par example: 512m ou " "1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "Limite de temps du conteneur en secondes" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "Identifiant alternatif de queue de compilation" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "Nombre maximal de compilations concurrentes sur ce projet" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Autoriser les annonces sponsorisées" -#: projects/models.py:458 +#: projects/models.py:471 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:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Sans annonces" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "Est du spam ?" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "Marqué manuellement comme (non) spam" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Afficher l'avertissement de version" -#: projects/models.py:474 +#: projects/models.py:487 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:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "Chemin du fichier .readthedocs.yaml" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2752,19 +2775,19 @@ msgstr "" "code>. Laisser vide pour la valeur par défaut : .readthedocs.yaml." -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "En vedette" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "Passer (désactiver) la compilation de ce projet" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "Retiré de la liste" -#: projects/models.py:504 +#: projects/models.py:517 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2773,19 +2796,19 @@ msgstr "" "the Docs et demande aux moteurs de recherche externes de le supprimer via " "robots.txt" -#: projects/models.py:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "Le tableau de bord du projet devrait être public ?" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Projets apparentés" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Langue" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2793,31 +2816,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:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Langage de programmation" -#: projects/models.py:546 +#: projects/models.py:559 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:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "Ce projet a été compilé par un webhook" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Ce projet a bien été cloné" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " @@ -2827,67 +2850,67 @@ msgstr "" "en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Plus de " "détails sur les compilateurs Sphinx." -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "projet" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Le Model nécessite un libellé court" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "L'imbrication de sous-projet n'est pas supportée" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Chemin" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "ID de compilation" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "Classement dans les recherches" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "Ignorer ce fichier pendant les opérations comme l'indexation" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "créé" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "modifié" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "Compilation déclenchée" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "Compilation terminée" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL sur laquelle pointer le webhook" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "Secret utilisé pour signer les données du webhook" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "Souscrire aux évenements" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "Données JSON" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check la documentation pour les substitutions possibles." -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Domaine" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "Ce domain a été créé automatiquement" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "Ce domaine est un CNAME pour le projet" -#: projects/models.py:1729 +#: projects/models.py:1742 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:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Utiliser HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Toujours utiliser HTTPS pour ce domaine" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "Nombre de vues sur ce domaine" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "État du certificat SSL" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "Passer le processus de validation." -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "Date de début du processus de validation." -#: projects/models.py:1766 +#: projects/models.py:1779 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:1771 +#: projects/models.py:1784 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:1776 +#: projects/models.py:1789 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:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" @@ -3206,100 +3229,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "{username} est le dernier propriétaire, il ne peut pas être supprimé" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3377,10 +3395,6 @@ msgstr "Appliquer la redirection même si la page existe." msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3489,67 +3503,67 @@ msgstr "Recherche" msgid "Total results" msgstr "Résultats totaux" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Anglais" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Espagnol" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Portugais brésilien" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norvégien Bokmål" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Français" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Russe" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Allemand" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galicien" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamien" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Chinois traditionnel" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japonais" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukrainien" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italien" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Coréen" @@ -6164,3 +6178,8 @@ msgstr "" "fournisseur Git afin de supprimer la connexion OAuth de Read the Docs. Sur " "GitHub, celle-ci se trouve dans Paramètres > Applications > " "Applications OAuth Autorisées." + +#, python-brace-format +#~ msgid "{username} is the last owner, can't be removed" +#~ msgstr "" +#~ "{username} est le dernier propriétaire, il ne peut pas être supprimé" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.mo b/readthedocs/locale/gl/LC_MESSAGES/django.mo index 542738f3a40ee5f13a6790261b925b540fca0ccd..22a20e1016154c50380e91a323408cc017232987 100755 GIT binary patch delta 21378 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 bb>U{jwi3V1+x`Ecc{!%L3eUT+-WC0SrFcEa diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index 63f152c4d4b..fdb27f5b317 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -23,8 +23,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -76,29 +76,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O proxecto con {slug_name}={value} non é válido como subproxecto" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "Xa existe un subproxecto con este alias" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -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:277 +#: projects/models.py:290 msgid "User" msgstr "Usuario" @@ -157,8 +157,8 @@ msgstr "ID do usuario" msgid "Username" msgstr "Nome de usuario" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Proxecto" @@ -183,7 +183,7 @@ msgstr "ID da organización" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Acción" @@ -404,7 +404,7 @@ msgstr "Activa" msgid "Build successful" msgstr "Construción satisfactoria" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Produciuse un fallo na construción" @@ -421,7 +421,7 @@ msgstr "Solicitude de extracción/fusión" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Estado" @@ -430,7 +430,7 @@ msgstr "Estado" msgid "Any" msgstr "Calquera" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Tipo" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "" @@ -487,7 +487,7 @@ msgstr "Construída" msgid "Uploaded" msgstr "Subido" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 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:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Tipo de documentación" @@ -539,155 +539,155 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "Inxecta unha nova biblioteca js de engadidos para esta versión" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "Estado" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Satisfactorio" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Definicións" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Produciuse un erro na definición" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Saída" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erro" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Remisión" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "Nome da versión" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "Tipo de versión" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Configuración utilizada na construción" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" "Ruta do ficheiro de configuración de construción personalizada utilizada " "nesta construción" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Tamaño da construción" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Construtor" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Almacenamento en frío" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "ID da tarefa de Celery" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Construción" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Orde" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrición" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Saída da orde" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Código de saída da orde" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Hora de inicio" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Hora de finalización" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "Activar a versión" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "Agochar a versión" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "Facer pública a versión" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "Facer privada a versión" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "Definir a versión como predeterminada" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "Eliminar a versión" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "Regra de prioridade" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "Un número más baixo (0) significa unha prioridade máis alta" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "Argumento de coincidencia" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "Valor usado para que a regra coincida coa versión" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "Argumento de coincidencia predefinido" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -695,47 +695,47 @@ msgstr "" "Argumento de coincidencia definido por nós, úsase se non é «None», se non, " "usarase «match_arg»." -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "Acción para aplicar ás versións coincidentes" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "Argumento de acción" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "Valor usado para a acción para realizar unha operación" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "Tipo de versión á que se debe aplicar a regra" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "Versión activada" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "Versión agochada" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "Versión definida como privacidade pública" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "Versión definida como privacidade privada" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "Versión definida como predeterminada" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "Versión eliminada" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "Regra coincidente" @@ -814,28 +814,26 @@ msgid "Config file validation error" msgstr "" #: config/notifications.py:366 -#, fuzzy -#| msgid "Custom SSL configuration" msgid "Missing Sphinx configuration key" -msgstr "Configuración SSL personalizada" +msgstr "" #: config/notifications.py:379 msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "proxectos do usuario" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "ten un proxecto activo" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "ten un proxecto construído" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "ten un proxecto con construcións recentes" @@ -863,7 +861,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 msgid "URL" msgstr "URL" @@ -993,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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 msgid "Modified date" msgstr "Data de modificación" @@ -1426,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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Nome" @@ -1600,11 +1598,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "A organización %(name)s xa existe" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "Enderezo de correo ou nome de usuario" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "O usuario %(username)s non existe" @@ -1893,10 +1891,8 @@ msgstr "" "quere utilizar:" #: organizations/templates/organizations/organization_choose.html:45 -#, fuzzy -#| msgid "You aren't currently a member of any organizations." msgid "Your user is not a member of an organization yet." -msgstr "Vde. non é membro de ningunha organización." +msgstr "" #: organizations/templates/organizations/organization_create.html:23 msgid "Get Started" @@ -2078,7 +2074,7 @@ msgstr "" msgid "Owner removed" msgstr "O propietario foi retirado" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "O usuario é o último propietario, non é posíbel retiralo" @@ -2182,7 +2178,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Público" @@ -2242,6 +2238,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Buscar en Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "Construción recente" @@ -2355,7 +2373,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "Breve descrición deste proxecto" @@ -2375,173 +2393,177 @@ msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" "A lonxitude de cada etiqueta debe ser inferior ou igual a 100 caracteres." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuario %(username)s xa é un mantedor" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "A carga útil debe ser un obxecto JSON válido." -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "O nome da variábel non pode comezar por __ (dobre trazo baixo)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Xa hai unha variábel con este nome para este proxecto" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "Proxecto principal" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "Subproxecto" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Alias" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL do repositorio" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Tipo de repositorio" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Páxina de inicio do proxecto" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "O sitio web do proxecto" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "URL canónico" -#: projects/models.py:312 +#: projects/models.py:325 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:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Versión única" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2551,19 +2573,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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Versión predefinida" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "A versión do proxecto á que reenvía /" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Ramificación predefinida" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2571,11 +2593,11 @@ msgstr "" "A que rama apunta a «última». Déixeo en branco para usar o valor " "predeterminado para o seu VCS." -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "Prefixo personalizado da ruta" -#: projects/models.py:365 +#: projects/models.py:378 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2584,11 +2606,11 @@ msgstr "" "proxecto. De xeito predeterminado ofrecemos a documentación na raíz (/) dun " "dominio." -#: projects/models.py:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "Prefixo personalizado da ruta do subproxecto" -#: projects/models.py:376 +#: projects/models.py:389 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2598,11 +2620,11 @@ msgstr "" "xeito predeterminado ofrecemos a documentación de subproxectos baixo o " "prefixo `/projects/`." -#: projects/models.py:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "Construír solicitudes de extracción para este proxecto" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." @@ -2610,25 +2632,25 @@ msgstr "" "Máis información na nosa documentación." -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidade das solicitudes de extracción" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2636,11 +2658,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:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "Desactivar Analytics" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2648,15 +2670,15 @@ msgstr "" "Desactivar Google Analytics completamente para este proxecto (require volver " "construír a documentación)" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Imaxe alternativa do contedor" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Límite de memoria do contedor" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2664,53 +2686,53 @@ msgstr "" "Límite de memoria en formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "Límite de tempo do contedor en segundos" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "ID alternativo da cola de construción" -#: projects/models.py:451 +#: projects/models.py:464 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:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Permitir a publicidade pagada" -#: projects/models.py:458 +#: projects/models.py:471 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:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Libre de publicidade" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "É correo lixo?" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (non) correo lixo" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Amosar a advertencia de versión" -#: projects/models.py:474 +#: projects/models.py:487 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:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "Ruta a .readthedocs.yaml" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2722,19 +2744,19 @@ msgstr "" "ex. subruta/docs/.readthedocs.yaml. Déixeo en branco para o " "valor predeterminado: .readthedocs.yaml." -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Destacado" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "Omitir (desactivar) a construción deste proxecto" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "Retirado da lista" -#: projects/models.py:504 +#: projects/models.py:517 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2742,19 +2764,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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "O taboleiro do proxecto debería ser público?" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Proxectos relacionados" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2762,31 +2784,31 @@ msgstr "" "O idioma no que se representa a documentación do proxecto. Nota: isto afecta " "ao URL do proxecto." -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Linguaxe de programación" -#: projects/models.py:546 +#: projects/models.py:559 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:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "Este proxecto foi construído cunha ancoraxe web" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Este proxecto foi clonado correctamente" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " @@ -2797,67 +2819,67 @@ msgstr "" "DirectoryHTMLBuilder\">Obteña máis información sobre os construtores de " "Sphinx." -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "proxecto" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "Non se admite a anidación de subproxectos" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Ruta" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "ID de construción" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "Clasificación da páxina de busca" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este ficheiro dende operacións como a indexación" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "creado" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "modificado" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "Construción activada" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr " Construción validada" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL ao que enviar o ancoraxe web" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para asinar a carga útil da ancoraxe web" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "Eventos para subscribirse" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1606 +#: projects/models.py:1619 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:1776 +#: projects/models.py:1789 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:1909 +#: projects/models.py:1922 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:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2947,88 +2969,88 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" "Taboleiro: permitir que o proxecto use o báner de advertencia de versión." -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" "Sphinx: utilizar a versión máis recente da extensión Read the Docs Sphinx" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "Construción: instale todas as versións máis recentes dos requisitos básicos " "de Read the Docs" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:1975 +#: projects/models.py:1988 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:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" @@ -3182,100 +3204,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "{username} é o último propietario, non é posíbel retiralo" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3353,10 +3370,6 @@ msgstr "Aplicar a redirección aínda que a páxina exista." msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3464,67 +3477,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Inglés" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Español" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Portugués do Brasil" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Noruegués Bokmål" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Francés" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Ruso" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Alemán" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galego" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Chinés simplificado" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Chinés tradicional" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Xaponés" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ucraíno" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italiano" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Coreano" @@ -6126,8 +6139,6 @@ msgstr "" "OAuth de Read the Docs. En GitHub, atópase en Axustes > Aplicacións > " "Aplicacións OAuth autorizadas." -#~ msgid "" -#~ "Conda: Append Read the Docs core requirements to environment.yml file" -#~ msgstr "" -#~ "Conda: engadir os requisitos básicos de Read the Docs ao ficheiro " -#~ "environment.yml" +#, python-brace-format +#~ msgid "{username} is the last owner, can't be removed" +#~ msgstr "{username} é o último propietario, non é posíbel retiralo" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index 383f0bf4b5e2b3aa2f678b9b7740ec6f16f75052..68bafd62025d96201bdb3ec3833e817383880a8b 100755 GIT binary patch delta 26167 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 T|63fMGQ{tEq}c^R{bv6Un$1RC delta 25971 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 diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index 55af786c1f5..474d26c2fd6 100644 --- a/readthedocs/locale/he/LC_MESSAGES/django.po +++ b/readthedocs/locale/he/LC_MESSAGES/django.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Yaron Shahrabani , 2018-2019,2022-2024 +# Yaron Shahrabani , 2018-2019,2022-2025 #: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" -"Last-Translator: Yaron Shahrabani , 2018-2019,2022-2024\n" +"Last-Translator: Yaron Shahrabani , 2018-2019,2022-2025\n" "Language-Team: Hebrew (http://app.transifex.com/readthedocs/readthedocs/" "language/he/)\n" "Language: he\n" @@ -21,8 +21,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " "1 == 0) ? 1: 2;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "גרסה" @@ -74,16 +74,16 @@ msgstr "שם המיזם „{0}” שגוי: לא נוצר שם מפושט." msgid "Project with slug \"{0}\" already exists." msgstr "כבר קיים מיזם עם השם המפושט „{0}”." -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "מיזם עם {slug_name}={value} אינו תקף כתת־מיזם" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "כבר קיים תת־מיזם עם הכינוי הזה" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -92,14 +92,14 @@ msgstr "" "הפניות קידומת הוסרו. נא להשתמש בהפנייה מדויקת ‎`/prefix/*`‎ במקום. למידע נוסף: " "{blog_link}." -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" "שם ההפניה sphinx_html השתנה ל־clean_url_to_html. ניתן לפנות אל {blog_link}." -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -147,7 +147,7 @@ msgid "Invitation declined" msgstr "ההזמנה נדחתה" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "משתמש" @@ -159,8 +159,8 @@ msgstr "מזהה משתמש" msgid "Username" msgstr "שם משתמש" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "מיזם" @@ -185,7 +185,7 @@ msgstr "מזהה ארגון" msgid "Organization slug" msgstr "שם ארגון מפושט" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "פעולה" @@ -404,7 +404,7 @@ msgstr "פעיל" msgid "Build successful" msgstr "הבנייה הצליחה" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "הבנייה נכשלה" @@ -421,7 +421,7 @@ msgstr "בקשת משיכה/דחיפה" msgid "All versions" msgstr "כל הגרסאות" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "מצב" @@ -430,7 +430,7 @@ msgstr "מצב" msgid "Any" msgstr "כלשהו" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "סוג" @@ -464,7 +464,7 @@ msgid "Verbose Name" msgstr "שם מפורש" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "שם ייצוגי" @@ -484,7 +484,7 @@ msgstr "נבנה" msgid "Uploaded" msgstr "הועלה" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "רמת פרטיות" @@ -516,7 +516,7 @@ msgstr "יש ePub" msgid "Has HTML Zip" msgstr "יש Zip של HTML" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "סוג התיעוד" @@ -532,153 +532,153 @@ msgstr "נתונים שנוצרו בזמן הבנייה על ידי ה־doctool msgid "Inject new addons js library for this version" msgstr "הזרקת ספריית js של תוספים לגרסה הזאת" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "מצב" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "תאריך" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "הצלחה" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "התקנה" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "שגיאת התקנה" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "פלט" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "שגיאה" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "ביצוע" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "שם גרסה מפושט" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "שם גרסה" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "סוג גרסה" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "הגדרות המשמשות את הבנייה" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "נתיב קובץ הגדרות בנייה מותאם אישית שמשמש את הבנייה הזאת" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "אורך הבנייה" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "בונה" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "אחסון קר" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "מזהה משימת Celery" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "בנייה" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "פקודה" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "תיאור" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "פלט פקודה" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "קוד היציאה של הפקודה" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "מועד התחלה" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "מועד סיום" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "הפעלת גרסה" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "הסתרת גרסה" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "החצנת הגרסה" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "הפרטת הגרסה" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "הגדרת גרסה כברירת מחדל" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "מחיקת גרסה" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "עדיפות כלל" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "מספר נמוך יותר (0) משמעו עדיפות גבוהה יותר" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "ארגומנט התאמה" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "ערך שמשמש את הכלל כדי למצוא גרסה" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "ארגומנט התאמה שהוגדר מראש" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -686,47 +686,47 @@ msgstr "" "ארגומנט התאמה שהוגדר על ידינו, הוא משמש אם אינו ריק (None), אחרת ייעשה שימוש " "ב־match_arg." -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "פעולה שתחול על גרסות תואמות" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "ארגומנט של פקודה" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "ערך שמשמש את הפקודה לביצוע הפעולה" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "סוג הגרסה עליה יחול הכלל" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "גרסה הופעלה" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "גרסה הוסתרה" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "הגרסה הוגדרה לפרטיות ציבורית" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "הגרסה הוגדרה לפרטיות פרטית" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "הגרסה הוגדרה כברירת מחדל" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "גרסה נמחקה" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "כלל תואם" @@ -805,30 +805,26 @@ msgid "Config file validation error" msgstr "שגיאת תיקוף קובץ הגדרות" #: config/notifications.py:366 -#, fuzzy -#| msgid "Missing configuration key" msgid "Missing Sphinx configuration key" -msgstr "מפתח תצורה חסר" +msgstr "מפתח הגדרת Sphinx חסר" #: config/notifications.py:379 -#, fuzzy -#| msgid "Missing configuration key" msgid "Missing MkDocs configuration key" -msgstr "מפתח תצורה חסר" +msgstr "מפתח הגדרת MkDocs חסר" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "מיזמי משתמשים" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "יש מיזם פעיל" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "יש מיזם שנבנה" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "יש מיזם עם בניות עדכניות" @@ -856,7 +852,7 @@ msgstr "הסבר על הבעיה" msgid "Please provide as much detail as possible." msgstr "נא לספק כמה שיותר פרטים." -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 msgid "URL" msgstr "כתובת" @@ -991,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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "תאריך פרסום" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 msgid "Modified date" msgstr "תאריך עריכה" @@ -1419,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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "שם" @@ -1591,11 +1587,11 @@ msgstr "שם הארגון שגוי: לא נוצר שם מפושט." msgid "Organization %(name)s already exists" msgstr "הארגון %(name)s כבר קיים" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "כתובת דוא״ל או שם משתמש" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "המשתמש %(username)s לא קיים" @@ -1877,10 +1873,8 @@ msgid "" msgstr "חברת למספר ארגונים. נא לבחור את הארגונים בהם ברצונך להשתמש:" #: organizations/templates/organizations/organization_choose.html:45 -#, fuzzy -#| msgid "You aren't currently a member of any organizations." msgid "Your user is not a member of an organization yet." -msgstr "לא חברת לאף ארגון עדיין." +msgstr "המשתמש שלך לא חבר באף ארגון עדיין." #: organizations/templates/organizations/organization_create.html:23 msgid "Get Started" @@ -2059,7 +2053,7 @@ msgstr "הארגון נמחק" msgid "Owner removed" msgstr "הוסרו בעלים" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "המשתמש הוא הבעלים האחרונים, לא ניתן להסיר" @@ -2163,7 +2157,7 @@ msgstr "נמחק" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "ציבורי" @@ -2223,6 +2217,28 @@ msgstr "גרסה לפי תאריך (YYYY.0M.0M)" msgid "Define your own pattern" msgstr "הגדרת תבנית משלך" +#: projects/constants.py:452 +#, fuzzy +#| msgid "SemVer (Read the Docs)" +msgid "Default (from theme or Read the Docs)" +msgstr "גרסה סמנטית (בתיעוד)" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "נבנו לאחרונה" @@ -2335,7 +2351,7 @@ msgid "" "your organization." msgstr "אי אפשר להגדיר מיזמים ידנית כשכניסה אחודה מופעלת בארגון שלך." -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "תיאור קצר של המיזם הזה" @@ -2354,56 +2370,56 @@ msgstr "כבר קיים תרגום ל„{lang}” של המיזם {proj}." msgid "Length of each tag must be less than or equal to 100 characters." msgstr "אורכה של כל תגית חייבת להיות באורך של 100 תווים ומטה." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "הפעלת תוספים" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "הבדלים חזותיים פעילים" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "להציג התראה על בניות מבקשות משיכה" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "הצגת התראה על גרסאות לא יציבות" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "הצגת התראה על הגרסה העדכנית ביותר" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "מופעל" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "בורר תוכן ראשי ב־CSS" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "התבנית המותאמת אישית בחלונית הצפה נחוצה בעת בחירת תבנית מותאמת אישית." -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "המשתמש %(username)s כבר ברמת מתחזק" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "המטען חייב להיות עצם JSON תקני." -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "מיזם זה מוגדר עם שיטת גרסאות שאינה תומכת בתרגומים." -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." @@ -2411,7 +2427,7 @@ msgstr "" "לשם התחום הזה יש רשומת CNAME שמצביעה לשם תחום ה־APEX. נא להסיר את ה־CNAME " "לפני הוספת שם התחום." -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." @@ -2419,7 +2435,7 @@ msgstr "" "לשם התחום הזה יש רשומת CNAME שמצביעה ל־CNAME אחר. נא להסיר את ה־CNAME לפני " "הוספת שם התחום." -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." @@ -2427,95 +2443,99 @@ msgstr "" "הזמן שהוקצב לפתרון שמות התחום דרך ה־DNS הסתיים. נא לוודא ששם התחום נכון " "ולנסות שוב." -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "שם התחום שגוי." -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "מיזם ראשי" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "תת־מיזם" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "כינוי" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "גרסת בסיס להשוות אליה (למשל: הבדל בין מסמכים, הבדל בעץ תיקיות)" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "מיון גרסאות" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "תבנית מיון גרסאות מותאמת אישית" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "הצגת latest ו־stable בהתחלה" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "מקום" + +#: projects/models.py:302 msgid "Repository URL" msgstr "כתובת מאגר" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "כתובת מאגר Git" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "סוג מאגר" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "דף בית של מיזם" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "דף הבית של המיזם" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "כתובת ידידותית" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "כתובת שמצופה ממנה להציג את התיעוד" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "סכמת כתובות לגרסאות" -#: projects/models.py:322 +#: projects/models.py:335 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " @@ -2524,11 +2544,11 @@ msgstr "" "משפיע על הכתובת ממנה מוגש התיעוד שלך, ואם יש לה תמיכה בתרגומים או גרסאות. " "החלפת סכמת הגרסאות תפגע בכתובות הנוכחיות שלך, כך שאולי כדאי גם ליצור הפניה." -#: projects/models.py:330 +#: projects/models.py:343 msgid "Single version" msgstr "גרסה בודדת" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2538,19 +2558,19 @@ msgstr "" "להשתמש בזהירות רבה, יש להפעיל זאת רק אם אף פעם לא תהיינה יותר גרסות " "של המסמכים שלך." -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "גרסת בררת מחדל" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "גרסת המיזם ש־/ יפנה אליה" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "ענף בררת מחדל" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2558,11 +2578,11 @@ msgstr "" "לאיזה ענף מפנה „latest”. יש להשאיר ריק כדי להשתמש בערך בררת המחדל של מערכת " "בקרת הגרסאות שלך." -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "קידומת נתיב מותאמת" -#: projects/models.py:365 +#: projects/models.py:378 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2570,11 +2590,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הגשת תיעוד מהמיזם הזה. כברירת מחדל אנו מגישים תיעוד " "מבסיס (/) שם התחום." -#: projects/models.py:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "קידומת נתיב תת־מיזם מותאמת" -#: projects/models.py:376 +#: projects/models.py:389 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2583,11 +2603,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הערכת בסיס תת־המיזם. כברירת מחדל אנו מגישים תיעוד " "מתת־מיזמים תחת הקידומת `/projects/`." -#: projects/models.py:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "בניית בקשות דחיפה למיזם הזה" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." @@ -2595,11 +2615,11 @@ msgstr "" "מידע נוסף בתיעוד שלנו." -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "רמת פרטיות של בקשות משיכה (PR)" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2607,15 +2627,15 @@ msgstr "" "האם בניות מבקשות הדחיפה האלה תהיינה ציבוריות? אם המאגר שלך ציבורי, " "לא להגדיר את זה לפרטי." -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN פעיל" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "קוד Analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2623,76 +2643,76 @@ msgstr "" "Google Analytics Tracking ID (למשל: UA-22345342-1). עשוי להאט " "את טעינת העמודים שלך." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "השבתת ניתוח" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "השבתת Google Analytics לחלוטין למיזם הזה (דורשת בניית התיעוד מחדש)" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "תמונת מכולה חלופית" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "הגבלת זיכרון למכולה" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" "הגבלת זיכרון בתצורת Docker -- למשל: 512m או 1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "מגבלת זמן למכולה בשניות" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "מזהה תור בנייה חלופי" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "מספר הבניות המקביליות המרבית המורשית למיזם זה" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "לאפשר פרסום בתשלום" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "אם האפשרות לא סומנה, המשתמשים עדיין יראו פרסומות קהילתיות." -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "נטול פרסומות" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "ספאם?" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "סומן ידנית כ(לא) ספאם" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "הצגת אזהרת גרסה" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "הצגת כותרת אזהרה בגרסאות בלתי יציבות או latest." -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "נתיב אל ‎.readthedocs.yaml" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2704,19 +2724,19 @@ msgstr "" "readthedocs.yaml. אפשר להשאיר ריק כדי לקבל את ערך ברירת המחדל:‎ ." "readthedocs.yaml." -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "מומלץ" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "דילוג (השבתה) על בניית המיזם הזה" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "הוחרג מהרשימה" -#: projects/models.py:504 +#: projects/models.py:517 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2724,50 +2744,50 @@ msgstr "" "החרגת מיזם מהרשימה מסירה אותו ממפתח החיפוש של Read the Docs ומבקשת ממנועי " "חיפוש להסיר אותו דרך robots.txt" -#: projects/models.py:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "האם לוח הבקרה של המיזם יהיה ציבורי?" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "מיזמים קשורים" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "שפה" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "השפה בה תיעוד המיזם עבר עיבוד. לתשומת לבך: יש לזה השפעה על כתובת המיזם שלך." -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "שפת תכנות" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "שפת התכנות העיקרית בה נכתב המיזם שלך." -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "מיזם זה נבנה עם התלייה" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "המיזם הזה שוכפל בהצלחה" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "מאגר מחובר" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "המאגר מחובר למיזם הזה" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " @@ -2777,67 +2797,67 @@ msgstr "" "html#sphinx.builders.html.DirectoryHTMLBuilder\">מידע נוסף על בנאי sphinx." -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "מיזם" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "לדגם חייב להיות שם ייצוגי" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "אין תמיכה בקינון תת־מיזמים" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "נתיב" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "מזהה בנייה" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "דירוג חיפוש עמוד" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "להתעלם מהקובץ הזה בפעולות כמו סידור באינדקס" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "נוצר" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "נערך" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "בנייה הופעלה" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "בנייה עברה" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "כתובת אליה לשלוח את ההתלייה" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "סוד שמשמש לחתום על המטען של ההתליה" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "אירועים להירשם אליהם" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "מטען JSON" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check תיעוד מה " "ההחלפות המתאימות." -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "שם מתחם" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "שם תחום זה נוצר אוטומטית" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "שם תחום זה הוא CNAME למיזם" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "שם תחום זה הוא הראשי ממנו מוגש התיעוד" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "שימוש ב־HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "תמיד להשתמש ב־HTTPS לשם מתחם זה" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "מספר הפעמים שביקרו בשם מתחם זה" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "מצב אישור SSL" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "דילוג על תהליך אימות." -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "תאריך התחלת תהליך האימות." -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "הגדרת max-age (גיל מרבי, למשל: 31536000) לכותרת ה־HSTS." -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון includeSubDomains יחד עם כותרת ה־HSTS." -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2927,85 +2947,85 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" @@ -3156,100 +3176,95 @@ msgstr "תת־מיזם נמחק" msgid "User deleted" msgstr "משתמש נמחק" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "התראה נוצרה" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "התראה נמחקה" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "התלייה נוצרה" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "התלייה עודכנה" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "התלייה נמחקה" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "תרגום נוצר" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "תרגום נמחק" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "הפניה נוצרה" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "הפניה עודכנה" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "הפניה נמחקה" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "שם תחום נוצר" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "שם תחום עודכן" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "שם תחום נמחק" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "שילוב נוצר" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "שילוב נמחק" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "משתנה סביבה נוצר" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "משתנה סביבה נמחק" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "כלל אוטומטציה הועבר" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "כלל אוטומציה נמחק" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "כלל אוטומציה נוצר" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "כלל אוטומציה עודכן" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "הגדרות בקשות הדחיפה עודכנו" @@ -3325,10 +3340,6 @@ msgstr "להחיל את ההפניה אפילו אם העמוד קיים." msgid "Enable or disable the redirect." msgstr "הפעלת או השבתת ההפניה." -#: redirects/models.py:114 -msgid "Position" -msgstr "מקום" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "סדר פעילויות ההפניה." @@ -3440,67 +3451,67 @@ msgstr "שאילתה" msgid "Total results" msgstr "סך כל התוצאות" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "קטלאנית" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "אנגלי" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "ספרדית" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "פורטוגלית ברזילאית" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "נורווגית ספרותית" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "צרפתית" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "רוסית" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "גרמנית" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "גליסית" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "וייטנאמית" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "סינית מפושטת" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "סינית מסורתית" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "יפנית" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "אוקראינית" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "איטלקית" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "קוריאנית" @@ -6060,6 +6071,6 @@ msgstr "" "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." -#~ msgid "" -#~ "Conda: Append Read the Docs core requirements to environment.yml file" -#~ msgstr "Conda: הוספת דרישות ליבה של Read the Docs לקובץ environment.yml" +#, python-brace-format +#~ msgid "{username} is the last owner, can't be removed" +#~ msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index 7705a2210a5..05552574132 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzió" @@ -73,29 +73,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -142,7 +142,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Felhasználó" @@ -154,8 +154,8 @@ msgstr "" msgid "Username" msgstr "Felhasználónév" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "projekt" @@ -180,7 +180,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -399,7 +399,7 @@ msgstr "Aktív" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Építés sikertelen" @@ -416,7 +416,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Állapot" @@ -425,7 +425,7 @@ msgstr "Állapot" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "típus" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -479,7 +479,7 @@ msgstr "Készült" msgid "Uploaded" msgstr "Feltötlve" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Adatvédelmi szint" @@ -511,7 +511,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Dokumentáció típusa" @@ -527,199 +527,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Dátum" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Sikeres" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Beállítás" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Beállítási hiba" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Kimenet" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Hiba" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Kilépési kód" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Megerősít" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "A build-hez használt konfiguráció" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Build hossza" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Builder" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Hűtőház" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Build" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Parancs" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Leírás" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Parancs kimenete" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Parancs kilépési kódja" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Kezdés" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Befejezés" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -805,19 +805,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "felhasználói projektek" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "aktív projekt" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "felépített projekt" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "legutóbb épített projektek" @@ -845,7 +845,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Név" @@ -1554,11 +1554,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1973,7 +1973,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2077,7 +2077,7 @@ msgstr "Törölt" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Nyilvános" @@ -2137,6 +2137,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Keresés a Read the Docs-on" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2248,7 +2270,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2267,173 +2289,177 @@ msgstr "Már van egy \"{lang}\" fordítás a {proj} projektben." msgid "Length of each tag must be less than or equal to 100 characters." msgstr "A jelölő hossza nem lehet nagyobb 100 karakternél" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Változónév nem kezdődhet aláhúzás karakterrel." -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Már van ilyen nevű változó a projektben" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Álnév" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Tároló URL" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Tároló típusa" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Projekt kezdőoldal" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Projekt kezdőoldala" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Kanonikus URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "Ezt dokumentációt működtető URL" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Egyetlen verzió" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2443,74 +2469,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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Alapértelmezett verzió" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "A projekt verziója átirányítva a" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Alapértelmezett ág" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN engedélyezve" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2518,25 +2544,25 @@ msgstr "" "Google Analytics Tracking ID (pl. UA-22345342-1). Ez " "lassíthatja az oldalak betöltését." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Alternatív konténer kép" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Konténer memória korlát" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2544,52 +2570,52 @@ msgstr "" "Memória korlát Docker formátumban -- például: 512m or 1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "Konténer idő korlát másodpercekben" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "Alternatív építési sor azonosító" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Fizetett hirdetések engedélyezése" -#: projects/models.py:458 +#: projects/models.py:471 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:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Hirdetés mentes" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Verzió figyelmeztetések megjelenítése" -#: projects/models.py:474 +#: projects/models.py:487 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:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2597,37 +2623,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Kiemelt" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Kapcsolódó projektek" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Nyelv" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2635,257 +2661,257 @@ msgstr "" "A projektdokumentáció nyelve. Megjegyzés: ez befolyásolja a projekt URL " "címét." -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Programnyelv" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "A projekt elsődleges programnyelve." -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "A projekt webhoroggal épült fel." -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "A projekt sikeresen klónozva" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "A modellnek érvényes URL-el kell rendelkeznie" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "Alprojekt beágyazása nem támogatott." -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Útvonal" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "Webhook URL" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Tartomány" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "HTTPS használata" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Minden esetben HTTPS használata a tartományhoz" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "A tartomány eléréseinek száma" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3035,100 +3061,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3206,10 +3227,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3315,67 +3332,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Katalán" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Angol" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Brazil portugál" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norvég" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Francia" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Orosz" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Német" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Gall" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnámi" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Hagyományos kínai" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japán" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukrán" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Olasz" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Koreai" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index 9be195d03e9..13ebc551123 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versi" @@ -74,29 +74,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "User" @@ -155,8 +155,8 @@ msgstr "" msgid "Username" msgstr "Nama pengguna" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Proyek" @@ -181,7 +181,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -400,7 +400,7 @@ msgstr "Aktif" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -417,7 +417,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "" @@ -426,7 +426,7 @@ msgstr "" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Jenis" @@ -460,7 +460,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "" @@ -480,7 +480,7 @@ msgstr "" msgid "Uploaded" msgstr "Terunggah" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Level privasi" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Tipe dokumentasi" @@ -528,199 +528,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Tanggal" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Sukses" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Keluaran" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Galat" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Perintah" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Deskripsi" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Perintah keluaran" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Perintah kode keluar" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Waktu mulai" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Waktu selesai" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -806,19 +806,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "memiliki proyek aktif" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "telah membangun proyek" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Nama" @@ -1553,11 +1553,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1972,7 +1972,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2076,7 +2076,7 @@ msgstr "Terhapus" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Publik" @@ -2136,6 +2136,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Cari Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2247,7 +2269,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2266,247 +2288,251 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Panjang tag harus kurang dari sasma dengan 100 karakter." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Sudah ada variabel dengan nama tersebut untuk proyek ini" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL repositori" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Tipe repositori" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Halaman depan proyek" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Versi bawaan" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Versi proyek anda yang terdapat/mengarah ke" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Cabang bawaan" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Kode pelacakan" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2514,75 +2540,75 @@ msgstr "" "Google Analytics Tracking ID (contoh UA-22345342-1). Ini " "mungkin dapat memperlambat pemuatan halaman anda." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "Jika centang dihilangkan, pengguna akan terus melihat iklan komunitas." -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Bebas iklan" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Lihat peringatan versi" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2590,293 +2616,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Proyek terkait" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Bahasa" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Bahasa Pemrograman" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Gunakan HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Selalu menggunakan HTTPS untuk domain ini" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3023,100 +3049,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3192,10 +3213,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3301,67 +3318,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Katala" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Inggris" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Portugis Brasil" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norwegia Bokmål" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Prancis" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Rusia" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Jerman" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galisia" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnam" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Tionghoa Sederhana" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Tionghoa Tradisional" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Jepang" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukraina" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italia" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Korea" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index a9c78cea5e8..447c8092d41 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -32,8 +32,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " "1 : 2;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versione" @@ -85,29 +85,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -154,7 +154,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Utente" @@ -166,8 +166,8 @@ msgstr "Codice utente" msgid "Username" msgstr "Nome utente" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Progetto" @@ -192,7 +192,7 @@ msgstr "Codice organizzazione" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Azione" @@ -411,7 +411,7 @@ msgstr "Attivo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilazione fallita" @@ -428,7 +428,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Stato" @@ -437,7 +437,7 @@ msgstr "Stato" msgid "Any" msgstr "Qualsiasi" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Tipo" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -492,7 +492,7 @@ msgstr "Compilato" msgid "Uploaded" msgstr "Caricato" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Livello Dati Sensibili" @@ -524,7 +524,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Tipo di documentazione" @@ -540,199 +540,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Successo" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Setup" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Errore durante il setup" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Canale di Uscita" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Errore" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Codice di uscita" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Commit" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Configurazione usata nella build" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Lunghezza della compilazione" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Compilatore" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Cold Storage" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Compilazione" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Comando" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrizione" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Risultato del comando" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Codice di uscita del comando" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Ora di inizio" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Ora di uscita" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -818,19 +818,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "Progetti dell'utente" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "Ha un progetto attivo" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "Ha un progetto compilato" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "Ha un progetto compilato di recente" @@ -858,7 +858,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Nome" @@ -1568,11 +1568,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1987,7 +1987,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2091,7 +2091,7 @@ msgstr "Eliminato" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Pubblico" @@ -2151,6 +2151,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Cerca in Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2262,7 +2284,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2282,173 +2304,177 @@ msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" "La lunghezza di ciascun tag deve essere inferiore o uguale a 100 caratteri." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "C'è già una variabile con questo nome per questo progetto" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Alias" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL del Deposito Codice" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Tipo del repository" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Homepage del progetto" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Pagina iniziale del progetto" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "URL Canonico" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "URL a cui la documentazione dovrebbe essere servita" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Versione unica" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2459,74 +2485,74 @@ msgstr "" "cautela, attivandola solamente se non intenderai attivare mai " "versioni multiple dei tuoi documenti." -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "Versione predefinita" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Versione del tuo progetto al quale / redirige" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Ramo predefinito" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN abilitata" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Codice Analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2534,25 +2560,25 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). Questo può " "rallentare il caricamento della pagina." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Immagine container alternativa" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Limite di memoria del container" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2560,53 +2586,53 @@ msgstr "" "Limite di memoria nel formato Docker -- esempio: 512m or " "1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "Limite temporale del container, in secondi" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "ID della coda della build alternativo" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Permetti annunci a pagamento" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" "Se non selezionato, gli utenti continueranno a vedere annunci della " "community." -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Senza pubblicità" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Mostra warning di versione" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "Mostra banner di warning nelle versioni non-stable o latest" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2614,37 +2640,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "In Evidenza" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Progetto correlati" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Linguaggio" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2652,259 +2678,259 @@ msgstr "" "Codice della lingua col quale è presentata la documentazione del progetto. " "Nota: condiziona l'URL del tuo progetto. " -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Linguaggio di Programmazione" -#: projects/models.py:546 +#: projects/models.py:559 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:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "Il progetto è stato compilato con un webhook" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Il progetto è stato clonato con successo" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Il modello deve possedere uno slug" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "L'annidamento di sottprogetti non è supportato" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Percorso" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL al quale inviare «webhook»" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Usa HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "SSL è abilitato per questo dominio" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "Numero delle volte che questo dominio è stato visitato" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3053,100 +3079,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3224,10 +3245,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3333,67 +3350,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Catalano" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Inglese" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Spagnolo" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Brasiliano Portoghese" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norvegese Bokmål" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Francese" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Russo" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Tedesco" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galiziano" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Cinese semplificato" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Giapponese" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ucraino" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italiano" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Coreano" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index e0ff84ef3d7..8a631f17133 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -32,8 +32,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "バージョン" @@ -85,29 +85,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -154,7 +154,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "ユーザー" @@ -166,8 +166,8 @@ msgstr "" msgid "Username" msgstr "ユーザー名" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "プロジェクト" @@ -192,7 +192,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -411,7 +411,7 @@ msgstr "有効" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "ビルド失敗" @@ -428,7 +428,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "状態" @@ -437,7 +437,7 @@ msgstr "状態" msgid "Any" msgstr "すべて" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "種類" @@ -471,7 +471,7 @@ msgid "Verbose Name" msgstr "長い名前" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "スラグ" @@ -491,7 +491,7 @@ msgstr "ビルド済み" msgid "Uploaded" msgstr "アップロード" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "プライバシーレベル" @@ -523,7 +523,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "ドキュメントの種類" @@ -539,199 +539,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "ステータス" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "日付" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "成功" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "設定" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "設定エラー" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "出力" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "エラー" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "終了コード" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "コミット" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "バージョン名" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "バージョンの種類" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "ビルドに使用される構成" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "ビルドの長さ" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "ビルダ" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "コールドストレージ" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "CeleryのタスクID" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "ビルド" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "コマンド" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "説明" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "コマンド出力" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "コマンド終了コード" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "開始時間" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "終了時間" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -817,19 +817,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "ユーザープロジェクト" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "有効なプロジェクトあり" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "ビルドプロジェクトあり" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "最近ビルドしたプロジェクト在り" @@ -857,7 +857,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "公開時刻" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "名前" @@ -1563,11 +1563,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1982,7 +1982,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2086,7 +2086,7 @@ msgstr "削除済み" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "公開" @@ -2146,6 +2146,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Read the Docsを検索する" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2257,7 +2279,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2276,173 +2298,177 @@ msgstr "\"{lang}\" 言語の翻訳はすでに {proj} プロジェクトに存 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "それぞれのタグの長さは 100 文字以下でなくてはなりません。" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "エイリアス" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "リポジトリURL" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "リポジトリの種類" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "プロジェクトのホームページ" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "プロジェクトのホームページ" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Canonical URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "単一バージョン" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2452,74 +2478,74 @@ msgstr "" "す。もし、今後ずっと複数バージョンのファイルを持つことがない場合のみ、" "これを有効にしてください。十分に注意して使用してください。" -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "初期設定のバージョン" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "リダイレクト先のプロジェクトのバージョン" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "デフォルトブランチ" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDNが有効" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Analyticsのコード" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2527,75 +2553,75 @@ msgstr "" "Google AnalyticsのトラッキングID(例: UA-22345342-1)。 これはペー" "ジの読み込みを遅くする場合があります。" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "代わりのコンテナイメージ" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "コンテナに対するメモリ制限" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "代わりのビルドキューID" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2603,294 +2629,294 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "注目" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "関連するプロジェクト" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "言語" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "プロジェクトが描画される言語です。注意: プロジェクトのURLに影響します。" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "プログラミング言語" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "このプロジェクトの主要なプログラミング言語" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "このプロジェクトはWebhookでビルドされました。" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "プロジェクトのcloneに成功しました" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "モデルはスラグを持つ必要があります。" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "ネストしたサブプロジェクトはサポートされていません" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "パス" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "webhookを送るURL" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "ドメイン" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "HTTPSを使用" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "このドメインで常に HTTPS を利用する" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3039,100 +3065,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3208,10 +3229,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3317,67 +3334,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "カタルーニャ語" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "英語" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "スペイン語" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "ブラジルポルトガル語" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "ノルウェー語" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "フランス語" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "ロシア語" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "ドイツ語" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "ガリシア語" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "ベトナム語" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "中国語(簡体字)" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "中国語(繁体字)" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "日本語" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "ウクライナ語" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "イタリア語" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "韓国語" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index c9dcc6e0cbb..ec3349746d9 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "버전" @@ -73,29 +73,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -142,7 +142,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "사용자" @@ -154,8 +154,8 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "프로젝트" @@ -180,7 +180,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -399,7 +399,7 @@ msgstr "활성" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "빌드 실패" @@ -416,7 +416,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "상태" @@ -425,7 +425,7 @@ msgstr "상태" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "종류" @@ -459,7 +459,7 @@ msgid "Verbose Name" msgstr "" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "" @@ -479,7 +479,7 @@ msgstr "빌드됨" msgid "Uploaded" msgstr "업로드됨" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "보안 수준" @@ -511,7 +511,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "문서 종류" @@ -527,199 +527,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "날짜" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "성공" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "설치" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "설치 오류" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "결과물" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "오류" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "커밋" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "빌드 길이" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "빌더" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "빌드" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "명령어" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "설명" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "시작 시간" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "종료 시간" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -805,19 +805,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "사용자 프로젝트" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -845,7 +845,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "게시 날짜" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "이름" @@ -1551,11 +1551,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1970,7 +1970,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2074,7 +2074,7 @@ msgstr "삭제됨" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "공개" @@ -2134,6 +2134,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Security at Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Read the Docs의 보안" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2245,7 +2267,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2264,173 +2286,177 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "저장소 URL" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "저장소 종류" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "프로젝트 홈페이지" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "단일 버전" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2440,148 +2466,148 @@ msgstr "" "다. 문서에 여러 버전이 절대로 존재하지 않을 예정일 경우에만 이 옵션을 " "켜야 합니다. 신중히 사용하세요." -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "기본 버전" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "/로 접근했을 때 리디렉션될 프로젝트의 버전" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "기본 브랜치" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "애널리틱스 코드" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2589,293 +2615,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "연관 프로젝트" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "언어" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "경로" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "도메인" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "HTTPS 사용" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3022,100 +3048,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3191,10 +3212,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3300,67 +3317,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "영어" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "스페인어" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "노르웨이어" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "프랑스어" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "러시아어" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "독일어" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "갈리시아어" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "베트남어" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "중국어 간체" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "중국어 번체" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "일본어" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "우크라이나어" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "이탈리아어" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "한국어" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 627c25ab467..4da34684461 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -22,8 +22,8 @@ msgstr "" "11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " "1 : n % 1 != 0 ? 2: 3);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versija" @@ -75,29 +75,29 @@ msgstr "Netinkamas projekto pavadinimas „{0}“: žetonas nesukurtas." msgid "Project with slug \"{0}\" already exists." msgstr "Projekto žetonas „{0}“ jau yra." -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projektas su {slug_name}={value} netinkamas kaip subprojektas" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "Subprojektas su tokiu pavadinimu jau yra" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -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:277 +#: projects/models.py:290 msgid "User" msgstr "Naudotojas" @@ -156,8 +156,8 @@ msgstr "Naudotojo ID" msgid "Username" msgstr "Naudotojo vardas" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Projektas" @@ -182,7 +182,7 @@ msgstr "Organizacijos ID" msgid "Organization slug" msgstr "Organizacijos žetonas" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Veiksmas" @@ -403,7 +403,7 @@ msgstr "Aktyvi" msgid "Build successful" msgstr "Kūrimas sėkmingas" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Kūrimas nepavyko" @@ -420,7 +420,7 @@ msgstr "Paimti/sulieti užklausą" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Būsena" @@ -429,7 +429,7 @@ msgstr "Būsena" msgid "Any" msgstr "Bet kas" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Tipas" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Žetonas" @@ -483,7 +483,7 @@ msgstr "Sukurta" msgid "Uploaded" msgstr "Įkelta" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 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:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Dokumentacijos tipas" @@ -532,153 +532,153 @@ msgstr "Duomenys, sukurti doctool kūrimo metu (`readthedocs-build.yaml`)." msgid "Inject new addons js library for this version" msgstr "Įterpti naują priedų js biblioteką šiai versijai" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "Būsena" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Sėkmė" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Nustatymai" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Nustatymų klaida" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Išvestis" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Klaida" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Baigimo kodas" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Patvirtinti" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "Versijos žetonas" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "Versijos pavadinimas" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "Versijos tipas" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Kūrime naudojama konfigūracija" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "Savas kūrimo konfigūracijos failas, naudotas šiam kūrimui" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Kūrimo ilgis" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Kūrėjas" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Šalta laikmena" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "Užduoties id" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Kurti" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Komanda" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Aprašymas" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Komandos išvestis" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Komandos pabaigos kodas" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Pradžios laikas" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Pabaigos laikas" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "Aktyvuoti versiją" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "Slėpti versiją" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "Daryti versiją vieša" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "Daryti versiją privačia" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "Nustatyti versiją kaip numatytąją" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "Trinti versiją" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "Taisyklės prioritetas" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "Mažesnis skaičius (0) reiškia aukštesnį prioritetą" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "Atitikmens argumentas" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "Reikšmė naudojama versijos atitikimo taisyklei" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "Pradinis atitikimo argumentas" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -686,47 +686,47 @@ msgstr "" "Mūsų apibrėžtas atitikimo argumentas. Jis naudojamas, jei ne Jokio. " "Priešingu atveju naudojamas match_arg." -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "Veiksmas, taikomas atitinkančioms versijoms" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "Veiksmo argumentas" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "Reikšmė, naudojama veiksmo atlikimui" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "Tipas versijos, kuriai turi būti taikoma taisyklė" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "Versija aktyvuota" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "Versija paslėpta" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "Versijai nustatytas viešas privatumas" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "Versijai nustatytas privatus privatumas" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "Versija nustatyta kaip numatytoji" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "Versija ištrinta" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "Atitinkanti taisyklė" @@ -812,19 +812,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "naudotojo projektai" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "turi aktyvų projektą" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "turi sukurtą projektą" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "turi projektą su nesenu kūrimu" @@ -852,7 +852,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Vardas" @@ -1586,11 +1586,11 @@ msgstr "Netinkamas organizacijos pavadinimas: nėra sugeneruoto žetono" msgid "Organization %(name)s already exists" msgstr "Organizacija %(name)s jau yra" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "E-pašto adresas arba naudotojo vardas" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "Naudotojas %(username)s neegzistuoja" @@ -1876,10 +1876,8 @@ msgstr "" "naudoti:" #: organizations/templates/organizations/organization_choose.html:45 -#, fuzzy -#| msgid "You aren't currently a member of any organizations." msgid "Your user is not a member of an organization yet." -msgstr "Šio metu jūs nesate jokios organizacijos narys." +msgstr "" #: organizations/templates/organizations/organization_create.html:23 msgid "Get Started" @@ -2040,7 +2038,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2144,7 +2142,7 @@ msgstr "Ištrintas" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Viešas" @@ -2204,6 +2202,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Ieškoti Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2315,7 +2335,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2334,173 +2354,177 @@ msgstr "Jau yra projekto {proj} vertimo kalba „{lang}“." msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Kiekvienos žymos ilgis turi būti ne mažesnis nei 100 simbolių." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Sinonimas" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Repozitorijos URL" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Repozitorijos tipas" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Projekto namų puslapis" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Projekto namų puslapis" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Kanoninis URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "URL, iš kurio bus teikiama dokumentacija" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Viena versija" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2510,74 +2534,74 @@ msgstr "" "pateikiamą domeno šaknyje. Naudokite atsargiai, įjunkite tik tada, jei jūs " "niekada neturėsite kelių dokumentacijos versijų." -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "Numatytoji versija" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Jūsų projekto versija, į kurią rodo /" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Numatytoji šaka" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN įjungtas" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Analitikos kodas" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2585,25 +2609,25 @@ msgstr "" "Google Analytics Tracking ID (pvz. UA-22345342-1). Tai gali " "sulėtinti jūsų puslapių įkėlimą." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Alternatyvus konteinerio atvaizdas" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Konteinerio atminties riba" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2611,51 +2635,51 @@ msgstr "" "Atminties riba Docker formatu -- pavyzdžiui: 512m arba " "1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "Konteinerio laiko limitas sekundėmis" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "Alternatyvaus kūrimo eilės id" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Leisti mokamą reklamą" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "Neįjungus naudotojai vis tiek matys bendruomenės reklamą." -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Be reklamų" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Rodyti versijos įspėjimą" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "Rodyti įspėjimo juostą nestabiliose ar paskutinėse versijose." -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2663,294 +2687,294 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Siūloma" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Susiję projektai" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Kalba" -#: projects/models.py:534 +#: projects/models.py:547 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:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Programavimo kalba" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "Pirminė programavimo kalba, kuria parašytas projektas." -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "Šitas projektas sukurtas su webhook" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Šis projektas buvo sėkmingai klonuotas" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Modelis turi turėti žetoną" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "Subprojektų hierarchijos nepalaikomos" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Kelias" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "sukurta" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "keista" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL, kur bus siunčiami webhooks" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Vardas" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Naudoti HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Visada naudoti HTTPS šiam vardui" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "Kiek kartų buvo pasiektas šis vardas" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3099,100 +3123,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3271,10 +3290,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3380,67 +3395,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Katalonų" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Anglų" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Ispanų" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Brazilijos portugalų" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norvegijos Bakmål" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Prancūzų" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Rusų" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Vokiečių" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galų" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamiečių" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Supaprastinta kinų" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Tradicinė kinų" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japonų" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukrainiečių" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italų" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Korėjiečių" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 2b7377c77ad..64dae685c8b 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versjon" @@ -74,29 +74,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Bruker" @@ -155,8 +155,8 @@ msgstr "" msgid "Username" msgstr "Brukernavn" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Prosjekt" @@ -181,7 +181,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -400,7 +400,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -417,7 +417,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Tilstand" @@ -426,7 +426,7 @@ msgstr "Tilstand" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Type" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -480,7 +480,7 @@ msgstr "Bygget" msgid "Uploaded" msgstr "Lastet opp" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Tilgangsnivå" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Dokumentasjonstype" @@ -528,199 +528,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Dato" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Suksess" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Oppsett" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Oppsettsfeil" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Utdata" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Feil" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Commit" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Byggelengde" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Bygger" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Kald lagring" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Bygg" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Kommando" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beskrivelse" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Kommandoresultat" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Kommando avslutningskode" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Starttid" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Sluttid" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -806,19 +806,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "brukerprosjekter" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "har aktivt prosjekt" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "har bygd prosjekt" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "har prosjekt med nylige bygg" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "Publiseringsdato" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Navn" @@ -1552,11 +1552,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1971,7 +1971,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2075,7 +2075,7 @@ msgstr "Slettet" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Offentlig" @@ -2135,6 +2135,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2246,7 +2266,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2265,173 +2285,177 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Repo-URL" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Repotype" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Prosjektets hjemmeside" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Kanonisk URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Enkeltversjon" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2441,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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Hovedversjon" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Versjonen av prosjektet ditt som / videresendes til" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Hovedgren" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Analytics-kode" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2590,37 +2614,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Aktuell" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Relaterte prosjekter" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Språk" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2628,257 +2652,257 @@ msgstr "" "Språket prosjektdokumentasjonen genereres i. NB: Dette påvirker prosjektets " "URL." -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Modellen må ha en slug" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Filsti" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL-en webhooken må kontakte" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3026,100 +3050,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3195,10 +3214,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3304,67 +3319,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "engelsk" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "spansk" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norsk bokmål" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "fransk" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Russisk" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Tysk" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galisisk" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamesisk" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japansk" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukrainsk" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index d0e446dc550..2fb5d0f82df 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -27,8 +27,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -80,29 +80,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -149,7 +149,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Gebruiker" @@ -161,8 +161,8 @@ msgstr "" msgid "Username" msgstr "Gebruikersnaam" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -187,7 +187,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -406,7 +406,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Bouw activiteit gefaald" @@ -423,7 +423,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Status" @@ -432,7 +432,7 @@ msgstr "Status" msgid "Any" msgstr "Allemaal" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Soort" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -487,7 +487,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Privacyniveau" @@ -519,7 +519,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Documentatie soort" @@ -535,199 +535,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Gelukt" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Installatie" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Installatiefout" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Resultaat" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fout" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Afsluitcode" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Commit" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "De bij het samenstellen gebruikte configuratie" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Samenstelduur" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Samensteller" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Lange bewaring" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Samenstellen" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Opdracht" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Omschrijving" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Opdrachtuitvoer" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Opdrachtafsluitcode" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Begintijd" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Eindtijd" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -813,19 +813,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "projecten van gebruiker" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "heeft actief project" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "heeft project samengesteld" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "heeft project met recente samenstelactiviteiten" @@ -853,7 +853,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Naam" @@ -1563,11 +1563,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1982,7 +1982,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2086,7 +2086,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Publiek" @@ -2146,6 +2146,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Security at Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Beveiliging bij Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2257,7 +2279,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2276,321 +2298,325 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Alias" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Repository URL" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Startpagina van project" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "De startpagina van het project" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Enkele versie" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Standaardversie" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN ingeschakeld" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Alternatieve container foto" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Container opslaglimiet" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "Alternatief bouwnummer in wachtrij" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2598,293 +2624,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Gerelateerde projecten" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Taal" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Programmeertaal" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Dit project is succesvol gedupliceerd" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Pad" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Domein" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "HTTPS gebruiken" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Gebruik altijd HTTPS voor dit domein" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "Aantal hits voor dit domein" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3032,100 +3058,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3201,10 +3222,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3310,67 +3327,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Engels" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Spaan" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Frans" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Russisch" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Duits" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamees" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japans" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italiaans" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Koreaans" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index dd44bba743f..472f6c3d208 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -23,8 +23,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -76,29 +76,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -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:277 +#: projects/models.py:290 msgid "User" msgstr "Gebruiker" @@ -157,8 +157,8 @@ msgstr "Gebruikers ID" msgid "Username" msgstr "Gebruikersnaam" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -183,7 +183,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Actie" @@ -402,7 +402,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -419,7 +419,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Staat" @@ -428,7 +428,7 @@ msgstr "Staat" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Type" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -483,7 +483,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Privacy-niveau" @@ -515,7 +515,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "" @@ -531,199 +531,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Succesvol" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Opbouw" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Opbouwfout" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Resultaat" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fout" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Exit code" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Commit" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Gebruikte configuratie voor de bouw" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Bouwlengte" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Bouwer" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Koude opslag" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Build" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Commando" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beschrijving" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Resultaat van commando" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Exit code van commando" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Starttijd" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Eindtijd" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -809,19 +809,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "gebruikersprojecten" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "heeft actief project" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "heeft gebouwd project" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "heeft project met recente builds" @@ -849,7 +849,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Naam" @@ -1559,11 +1559,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1978,7 +1978,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2082,7 +2082,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Publiekelijk" @@ -2142,6 +2142,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Security at Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Beveiliging bij Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2254,7 +2276,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2273,321 +2295,325 @@ msgstr "Er is al een \"{lang}\"-vertaling voor het {proj}-project." msgid "Length of each tag must be less than or equal to 100 characters." msgstr "De lengte van elke tag moet minder of gelijk aan 100 characters zijn." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Er is al een bestaande variabele met dezelfde naam binnen dit project" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Alias" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Repository URL" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Repository-type" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Projectstartpagina" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "De startpagina van het project" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2595,293 +2621,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "Het nesten van subprojecten wordt niet ondersteund" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3028,100 +3054,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3197,10 +3218,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3306,67 +3323,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index 791d1b5d2a8..7937d18d880 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -28,8 +28,8 @@ msgstr "" "(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " "n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Wersja" @@ -81,29 +81,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -150,7 +150,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Użytkownik" @@ -162,8 +162,8 @@ msgstr "" msgid "Username" msgstr "Nazwa użytkownika" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -188,7 +188,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -407,7 +407,7 @@ msgstr "Aktywna" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -424,7 +424,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Stan" @@ -433,7 +433,7 @@ msgstr "Stan" msgid "Any" msgstr "Dowolny" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Typ" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Nazwa uproszczona" @@ -487,7 +487,7 @@ msgstr "Zbudowany" msgid "Uploaded" msgstr "Przesłane" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Poziom prywatności" @@ -519,7 +519,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Typ dokumentacji" @@ -535,199 +535,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Sukces" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Ustawienia" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Błąd ustawień" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Wyjście" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Błąd" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Commit" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Konfiguracja użyta w buildzie" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Długość buildu" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Builder" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Build" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Komenda" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Opis" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Wyjście komendy" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Kod wyjścia komendy" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Czas początku" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Czas końca" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -813,19 +813,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "projekty użytkownika" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "ma aktywny projekt" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "ma zbudowany projekt" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "ma projekt z niedawnymi buildami" @@ -853,7 +853,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Nazwa" @@ -1561,11 +1561,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1980,7 +1980,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2084,7 +2084,7 @@ msgstr "Usunięty" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Publiczny" @@ -2144,6 +2144,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2255,7 +2275,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2274,321 +2294,325 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Alias" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Adres URL repozytorium" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Typ repozytorium" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Strona główna projektu" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Strona domowa projektu" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Kanoniczny adres URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Wersja pojedyncza" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Wersja domyślna" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Gałąź domyślna" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN włączone" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Kod analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2596,293 +2620,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Wyróżniony" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Powiązane projekty" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Język" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Język programowania" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "ścieżka dostępu" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Domena" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Użyj HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3029,100 +3053,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3198,10 +3217,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3307,67 +3322,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Kataloński" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "angielski" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "hiszpański" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "norweski (bokmål)" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "francuski" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "rosyjski" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "niemiecki" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "galicyjski" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "wietnamski" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Chiński uproszczony" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Tradycyjny chiński" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japoński" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukraiński" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "włoski" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "koreański" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index d79346307b189363a7d56ab06ca70987ea950cbe..ebb4556b9c0f89d81702f7ca73665ffe41477643 100755 GIT binary patch delta 26159 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�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 Lj_9U-K2iSz5$-b3 diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index 82d3f94fa06..6124b5094d2 100644 --- a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ # Matheus Kautzmann , 2018 # Claudio Rogerio Carvalho Filho , 2017 # Rafael Fontenelle , 2020 -# Rafael Fontenelle , 2020,2022-2024 +# Rafael Fontenelle , 2020,2022-2025 # Rafael Vanat , 2018 # Rafael Vieira , 2019 # Rodrigo , 2014-2015,2018 @@ -24,9 +24,9 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" -"Last-Translator: Rafael Fontenelle , 2020,2022-2024\n" +"Last-Translator: Rafael Fontenelle , 2020,2022-2025\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/readthedocs/" "readthedocs/language/pt_BR/)\n" "Language: pt_BR\n" @@ -36,8 +36,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versão" @@ -89,16 +89,16 @@ msgstr "Nome de projeto \"{0}\" inválido: nenhum slug gerado." msgid "Project with slug \"{0}\" already exists." msgstr "Um projeto com slug \"{0}\" já existe." -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O projeto com {slug_name}={value} não é válido como subprojeto" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "Um subprojeto com este alias já existe" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -107,7 +107,7 @@ msgstr "" "Redirecionamentos de prefixo foram removidos. Em vez disso, use um " "redirecionamento exato `/prefix/*`. Veja {blog_link}." -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." @@ -115,7 +115,7 @@ msgstr "" "sphinx_html redirecionamento foi renomeado para clean_url_to_html. Veja " "{blog_link}." -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -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:277 +#: projects/models.py:290 msgid "User" msgstr "Usuário" @@ -176,8 +176,8 @@ msgstr "ID do usuário" msgid "Username" msgstr "Usuário" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Projeto" @@ -202,7 +202,7 @@ msgstr "ID da organização" msgid "Organization slug" msgstr "Slug da organização" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Ação" @@ -423,7 +423,7 @@ msgstr "Ativo" msgid "Build successful" msgstr "Construção bem-sucedida" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Construção falhou" @@ -440,7 +440,7 @@ msgstr "Pull/merge request" msgid "All versions" msgstr "Todas as versões" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Estado" @@ -449,7 +449,7 @@ msgstr "Estado" msgid "Any" msgstr "Qualquer" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Tipo" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -503,7 +503,7 @@ msgstr "Construído" msgid "Uploaded" msgstr "Enviado" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 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:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Tipo de documentação" @@ -553,155 +553,155 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "Injetar nova biblioteca js de addons para esta versão" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "Status" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Sucesso" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Configuração" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Erro de configuração" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Saída" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erro" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Commit" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "Slug de versão" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "Nome da versão" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "Tipo da versão" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Configuração usada na construção" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" "Caminho personalizado do arquivo de configuração de construção nesta " "construção" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Tamanho da construção" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Builder" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Armazenamento a frio" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "ID da tarefa Celery" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Construção" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Comando" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrição" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Saída do comando" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Código de saída do comando" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Horário de início" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Horário de término" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "Ativar versão" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "Ocultar versão" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "Tornar pública a versão" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "Tornar privada a versão" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "Definir versão como padrão" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "Excluir versão" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "Prioridade da regra" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "Um número menor que (0) significa uma prioridade mais alta" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "Argumento correspondência" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "Valor usado para a regra corresponder à versão" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "Argumento correspondência predefinido" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -709,47 +709,47 @@ msgstr "" "Argumento de correspondência definido por nós. Ele é usado se não for None, " "do contrário match_arg será usado." -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "Ação para aplicar às versões correspondentes" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "Argumento ação" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "Valor usado para a ação realizar uma operação" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "Tipo da versão à qual a regra deve ser aplicada" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "Versão ativada" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "Versão oculta" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "Versão definida com privacidade pública" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "Versão definida com privacidade privada" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "Versão definida como padrão" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "Versão excluída" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "Regra correspondida" @@ -828,30 +828,26 @@ msgid "Config file validation error" msgstr "Erro de validação do arquivo de configuração" #: config/notifications.py:366 -#, fuzzy -#| msgid "Missing configuration key" msgid "Missing Sphinx configuration key" -msgstr "Chave de configuração ausente" +msgstr "Chave de configuração Sphinx ausente" #: config/notifications.py:379 -#, fuzzy -#| msgid "Missing configuration key" msgid "Missing MkDocs configuration key" -msgstr "Chave de configuração ausente" +msgstr "Chave de configuração MkDocs ausente" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "projetos de usuários" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "tem projeto ativo" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "tem projeto construído" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "tem projeto com construções recentes" @@ -879,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:1588 +#: core/forms.py:198 projects/models.py:1601 msgid "URL" msgstr "URL" @@ -1015,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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 msgid "Modified date" msgstr "Data de modificação" @@ -1449,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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Nome" @@ -1623,11 +1619,11 @@ msgstr "Nome organização inválido: nenhum slug gerado" msgid "Organization %(name)s already exists" msgstr "Organização %(name)s já existe" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "Endereço de e-mail ou nome de usuário" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "Usuário %(username)s não existe" @@ -1914,10 +1910,8 @@ msgstr "" "deseja usar:" #: organizations/templates/organizations/organization_choose.html:45 -#, fuzzy -#| msgid "You aren't currently a member of any organizations." msgid "Your user is not a member of an organization yet." -msgstr "No momento, você não é membro de nenhuma organização." +msgstr "Seu usuário não é um membro de uma organização ainda." #: organizations/templates/organizations/organization_create.html:23 msgid "Get Started" @@ -2101,7 +2095,7 @@ msgstr "Organização excluída" msgid "Owner removed" msgstr "Dono removido" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "O usuário é o último dono, não pode ser removido" @@ -2205,7 +2199,7 @@ msgstr "Excluído" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Público" @@ -2265,6 +2259,28 @@ msgstr "CalVer (AAAA.0M.0M)" msgid "Define your own pattern" msgstr "Defina seu próprio padrão" +#: projects/constants.py:452 +#, fuzzy +#| msgid "SemVer (Read the Docs)" +msgid "Default (from theme or Read the Docs)" +msgstr "SemVer (Read the Docs)" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "Construída recentemente" @@ -2386,7 +2402,7 @@ msgstr "" "Os projetos não podem ser configurados manualmente quando o logon único está " "ativado para sua organização." -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "Descrição curta deste projeto" @@ -2405,35 +2421,35 @@ msgstr "Há há uma tradução \"{lang}\" para o projeto {proj}." msgid "Length of each tag must be less than or equal to 100 characters." msgstr "O comprimento de cada tag deve ser menor ou igual a 100 caracteres." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "Ativar addons" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "Diff visual ativado" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "Mostrar uma notificação em construções de pull requests" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "Mostrar uma notificação em versões não estáveis" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "Mostrar uma notificação na versão mais recentes" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "Ativado" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "Seletor de conteúdo principal de CSS" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." @@ -2441,16 +2457,16 @@ msgstr "" "O padrão personalizado de classificação do menu flutuante é necessário ao " "selecionar um padrão personalizado." -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuário %(username)s já é um mantenedor" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "A carga útil deve ser um objeto JSON válido." -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." @@ -2458,7 +2474,7 @@ msgstr "" "Este projeto está configurado com um esquema de versionamento que não " "oferece suporte a traduções." -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." @@ -2466,7 +2482,7 @@ msgstr "" "Este domínio tem um registro CNAME apontando para o domínio APEX. Remova o " "CNAME antes de adicionar o domínio." -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." @@ -2474,7 +2490,7 @@ msgstr "" "Este domínio tem um registro CNAME apontando para outro registro CNAME. " "Remova o CNAME antes de adicionar o domínio." -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." @@ -2482,95 +2498,99 @@ msgstr "" "Resolução de DNS excedeu tempo limite. Certifique-se de que o domínio esteja " "correto ou tente novamente mais tarde." -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "O domínio não é válido." -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "Apenas um domínio pode ser canônico por vez." -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Já existe uma variável com esse nome para este projeto" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "Projeto principal" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "Subprojeto" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Apelido" -#: projects/models.py:174 +#: projects/models.py:175 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:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "Classificação de versões" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "Padrão personalizado de classificação de versão" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "Mostrar latest e stable no início" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "Posição" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL do repositório" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "URL de repositório Git" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Tipo de repositório" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Página do projeto" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "A página inicial do projeto" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "URL canônica" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "A URL na qual a documentação deverá ser exibida" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "Esquema de versionamento da URL" -#: projects/models.py:322 +#: projects/models.py:335 msgid "" "This affects URL your documentation is served from, and if it supports " "translations or versions. Changing the versioning scheme will break your " @@ -2580,11 +2600,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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Versão única" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2594,19 +2614,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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Versão padrão" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "A versão do seu projeto para a qual / redireciona" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Branch padrão" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2614,11 +2634,11 @@ msgstr "" "Para qual branch \"latest\" aponta. Deixe em vazio para usar valor padrão " "para seu VCS." -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "Prefixo de caminho personalizado" -#: projects/models.py:365 +#: projects/models.py:378 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2626,11 +2646,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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "Prefixo de caminho personalizado de subprojeto" -#: projects/models.py:376 +#: projects/models.py:389 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2640,11 +2660,11 @@ msgstr "" "subprojeto. Por padrão, fornecemos documentação de subprojetos sob o prefixo " "`/projects/`." -#: projects/models.py:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "Construir em pull requests para este projeto" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." @@ -2652,11 +2672,11 @@ msgstr "" "Mais informações em nossa documentação." -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "Nível de privacidade de pull requests" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2664,15 +2684,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:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN ativada" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2680,11 +2700,11 @@ msgstr "" "Tracking ID do Google Analytics (por exemplo, UA-22345342-1). " "Isso pode tornar a página mais lenta." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "Desativar Analytics" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2692,15 +2712,15 @@ msgstr "" "Desativa completamente o Google Analytics para este projeto (requer " "reconstruir a documentação)" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Imagem alternativa de contêiner" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Limite de memória do contêiner" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2708,51 +2728,51 @@ msgstr "" "Limite de memória no formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "Tempo limite do contêiner em segundos" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "ID da fila alternativa de construção" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de construções simultâneas permitido para este projeto" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Permitir anúncio pago" -#: projects/models.py:458 +#: projects/models.py:471 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:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Sem anúncios" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "É spam?" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (não) spam" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Mostrar aviso de versão" -#: projects/models.py:474 +#: projects/models.py:487 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:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "Caminho do .readthedocs.yaml" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2764,19 +2784,19 @@ msgstr "" "exemplo, subcaminho/docs/.readthedocs.yaml. Deixe em branco " "para usar o valor padrão: .readthedocs.yaml." -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Em destaque" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "Ignorar (desativar) a construção deste projeto" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "Não listado" -#: projects/models.py:504 +#: projects/models.py:517 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2785,19 +2805,19 @@ msgstr "" "pesquisa do Read the Docs e solicita que mecanismos de pesquisa externos o " "removam por meio do robots.txt" -#: projects/models.py:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "O painel do projeto deve ser público?" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Projetos relacionados" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2805,31 +2825,31 @@ msgstr "" "Idioma no qual a documentação do projeto é renderizada. Nota: isso afeta a " "URL do seu projeto." -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Linguagem de programação" -#: projects/models.py:546 +#: projects/models.py:559 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:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "Este projeto foi construído com um webhook" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Este projeto foi clonado com sucesso" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "Repositório conectado" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "Repositório conectado a este projeto" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " @@ -2839,67 +2859,67 @@ msgstr "" "doc.org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Mais informações sobre construtores do Sphinx." -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "projeto" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Modelo deve ter slug" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "Não há suporte a subprojeto aninhado" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Caminho" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "ID de construção" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "Classificação de busca por páginas" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este arquivo de operações como indexação" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "criado" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "modificado" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "Construção acionada" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "Construção bem-sucedida" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL para onde enviar o webhook" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para assinar a carga útil do webhook" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "Eventos para assinar" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check a documentação para substituições disponíveis." -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Domínio" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "Este domínio foi criado automaticamente" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "Este domínio é um CNAME para o projeto" -#: projects/models.py:1729 +#: projects/models.py:1742 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:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Sempre usar HTTPS para este domínio" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "Número de vezes que este domínio foi acessado" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Status do certificado SSL" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "Ignorar processo de validação." -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "Data de início do processo de validação." -#: projects/models.py:1766 +#: projects/models.py:1779 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:1771 +#: projects/models.py:1784 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:1776 +#: projects/models.py:1789 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:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "Construção: Tenta um método alternativo de postar dados grandes" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "Proxito: Registra visualizações de páginas 404s." -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "Proxito: Desativa todas as visualizações de páginas" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: Permite o uso do cabeçalho X-RTD-Slug" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2992,88 +3012,88 @@ msgstr "" "Proxito: Usa APIs com proxy (/_/*) com o prefixo personalizado se o projeto " "tiver um (Projeto.prefixo_personalizado)." -#: projects/models.py:1931 +#: projects/models.py:1944 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:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "Webhook: Ignora a sincronização de branches" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "Webhook: Ignora a sincronização de tags" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "Webhook: Ignora a sincronização de tarefas de versões" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "Construção: Sempre executa pip install --upgrade" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "Construção: Usa o novo resolvedor do pip" -#: projects/models.py:1951 +#: projects/models.py:1964 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:1955 +#: projects/models.py:1968 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:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "Construção: Instala todas as versões mais recentes a partir dos requisitos " "principais do Read the Docs" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "Pesquisa: Ativa a pesquisa no servidor para projetos MkDocs" -#: projects/models.py:1970 +#: projects/models.py:1983 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:1975 +#: projects/models.py:1988 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:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "Padronizar todos os projetos anteriores como True" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "Padronizar todos os projetos futuros como True" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "Expor esta variável de ambiente em construções de PR?" @@ -3233,100 +3253,95 @@ msgstr "Subprojeto excluído" msgid "User deleted" msgstr "Usuário excluído" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "{username} é o último dono, não pode ser removido" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "Notificação criada" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "Notificação excluída" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "Webhook criado" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "Webhook atualizado" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "Webhook excluído" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "Tradução criada" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "Tradução excluída" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "Redirecionamento criado" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "Redirecionamento atualizado" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "Redirecionamento excluído" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "Domínio criado" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "Domínio atualizado" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "Domínio excluído" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "Integração criada" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "Integração excluída" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "Variável ambiente criada" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "Variável ambiente excluída" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "Regra de automação movida" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "Regra de automação excluída" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "Regra de automação criada" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "Regra de automação atualizada" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "As configurações de pull request foram atualizadas" @@ -3404,10 +3419,6 @@ msgstr "Aplica o redirecionamento mesmo se a página existir." msgid "Enable or disable the redirect." msgstr "Ativa ou desativa o redirecionamento." -#: redirects/models.py:114 -msgid "Position" -msgstr "Posição" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "Ordem de execução do redirecionamento." @@ -3522,67 +3533,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Catalão" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Inglês" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Espanhol" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Português do Brasil" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norueguês" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Frances" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Russo" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Alemão" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galego" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Chinês Simplificado" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Chinês Tradicional" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japonês" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Italiano" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Coreano" @@ -6219,8 +6230,6 @@ msgstr "" "excluir a conexão OAuth do Read the Docs. No GitHub, isso está localizado em " "Settings > Applications > Authorized OAuth Apps." -#~ msgid "" -#~ "Conda: Append Read the Docs core requirements to environment.yml file" -#~ msgstr "" -#~ "Conda: Anexa os requisitos principais do Read the Docs ao arquivo " -#~ "environment.yml" +#, python-brace-format +#~ msgid "{username} is the last owner, can't be removed" +#~ msgstr "{username} é o último dono, não pode ser removido" diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.po b/readthedocs/locale/ru/LC_MESSAGES/django.po index 90163b6548c..888a70996e5 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -38,8 +38,8 @@ msgstr "" "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " "(n%100>=11 && n%100<=14)? 2 : 3);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версия" @@ -91,29 +91,29 @@ msgstr "Неправильное имя проекта \"{0}\": не сгене msgid "Project with slug \"{0}\" already exists." msgstr "Проект с URL \"{0}\" уже существует." -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект с {slug_name}={value} недействителен в качестве подпроекта" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "Подпроект с таким псевдонимом уже существует" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -160,7 +160,7 @@ msgid "Invitation declined" msgstr "Приглашение отклонено" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Пользователь" @@ -172,8 +172,8 @@ msgstr "Идентификатор пользователя" msgid "Username" msgstr "Имя пользователя" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -198,7 +198,7 @@ msgstr "Идентификатор организации" msgid "Organization slug" msgstr "URL организации" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Действие" @@ -417,7 +417,7 @@ msgstr "Активно" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Сборка не удалась" @@ -434,7 +434,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Состояние" @@ -443,7 +443,7 @@ msgstr "Состояние" msgid "Any" msgstr "Любая" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Тип" @@ -477,7 +477,7 @@ msgid "Verbose Name" msgstr "Подробное наименование" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "URL" @@ -497,7 +497,7 @@ msgstr "Сформировано" msgid "Uploaded" msgstr "Загружено" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Уровень приватности" @@ -529,7 +529,7 @@ msgstr "Имеет ePub" msgid "Has HTML Zip" msgstr "Имеет HTML Zip" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Тип документации" @@ -545,199 +545,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "Статус" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Дата" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Успешно" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Настройки" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Ошибка настройки" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Вывод" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Ошибка" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Коммит" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "URL версии" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "Имя версии" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "Тип версии" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Конфигурация, использованная в сборке" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Длина сборки" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Сборщик" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Холодное хранение" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "Идентификатор задачи Celery" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Сборка" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Команда" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Описание" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Вывод команды" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Код завершения команды" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Начальное время" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Конечное время" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "Активировать версию" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "Скрыть версию" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "Сделать версию общедоступной" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "Сделать версию приватной" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "Установить версию по умолчанию" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "Удалить версию" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "Приоритет правила" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "Версия активирована" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "Версия скрыта" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "Версия настроена на публичную конфиденциальность" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "Версия настроена на приватную конфиденциальность" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "Версия установлена по умолчанию" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "Версия удалена" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "Соответствующее правило" @@ -823,19 +823,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "проекты пользователя" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "имеет активные проекты" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "имеет собранные проекты" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "имеет проекты с недавними сборками" @@ -863,7 +863,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "Дата публикации" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Имя" @@ -1584,11 +1584,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2003,7 +2003,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2107,7 +2107,7 @@ msgstr "Удалён" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Общедоступный" @@ -2167,6 +2167,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Поиск Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2278,7 +2300,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2297,173 +2319,177 @@ msgstr "Уже существует перевод “{lang}” для прое msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Длина каждой метки не должна превышать 100 символов." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Псевдоним" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL репозитория" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Тип репозитория" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Домашняя страница проекта" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Домашняя страница проекта" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Канонический URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "URL, с которого ожидается предоставление документации" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Единственная версия" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2474,74 +2500,74 @@ msgstr "" "если точно не планируете в будущем иметь несколько версий вашей " "документации." -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "Версия по умолчанию" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "На какую версию вашего проекта идёт перенаправление с /" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Ветка по умолчанию" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN включен" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Код для аналитики" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2549,25 +2575,25 @@ msgstr "" "Google Analytics Tracking ID (например, UA-22345342-1). Это " "может замедлить загрузку вашей страницы." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Альтернативный образ контейнера" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Ограничение памяти контейнера" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2575,54 +2601,54 @@ msgstr "" "Ограничение памяти в формате Docker — например: 512m или " "1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "Ограничение времени контейнера в секундах" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "Альтернативный идентификатор очереди сборки" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Разрешить платную рекламу" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" "Если этот флажок не установлен, пользователи всё равно будут видеть рекламу " "сообщества." -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Без рекламы" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Показывать предупреждение о версии" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Показывать предупреждения как для нестабильных, так и для не свежих версий." -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2630,37 +2656,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Особенные" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Связанные проекты" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Язык" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2668,257 +2694,257 @@ msgstr "" "Язык документации проекта. Обратите внимание: эта настройка влияет на URL " "вашего проекта." -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Язык программирования" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "Основной язык программирования, на котором написан проект." -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "Сборка проекта была запущена с помощью веб-обработчика" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Данный проект был успешно склонирован" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "В модели должен быть URL" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "Вложенность подпроектов не поддерживается" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Путь" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "создано" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "изменено" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "URL, на которые следует отправлять веб-обработчика" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Домен" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Использовать HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Всегда использовать HTTPS для данного домена" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "Количество посещений этого домена" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3069,100 +3095,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3241,10 +3262,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3350,67 +3367,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "каталонский" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Английский" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Испанский" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "бразильский португальский" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Норвежский" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Французский" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Русский" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Немецкий" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Галисийский" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Вьетнамский" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "упрощённый китайский" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "традиционный китайский" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Японский" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Украинский" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Итальянский" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Корейский" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index 3b35c139767..323538d9614 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -22,8 +22,8 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzia" @@ -75,29 +75,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -144,7 +144,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Používateľ" @@ -156,8 +156,8 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -182,7 +182,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -401,7 +401,7 @@ msgstr "Aktívny" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -418,7 +418,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Stav" @@ -427,7 +427,7 @@ msgstr "Stav" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Typ" @@ -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:282 +#: projects/models.py:295 msgid "Slug" msgstr "Slug" @@ -481,7 +481,7 @@ msgstr "" msgid "Uploaded" msgstr "Odoslaný" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Úroveň súkromia" @@ -513,7 +513,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Typ dokumentácie" @@ -529,199 +529,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Dátum" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Úspech" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Nastavenia" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Chyba pri nastavení" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Výstup" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Chyba" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Popis" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -807,19 +807,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -847,7 +847,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Názov" @@ -1553,11 +1553,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1972,7 +1972,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2076,7 +2076,7 @@ msgstr "Vymazaný" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Verejný" @@ -2136,6 +2136,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2247,7 +2267,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2266,321 +2286,325 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL Repozitára" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Typ repozitára" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Domovská stránka projektu" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Štandardná verzia" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Verzia projektu, na ktorý sa adresa / presmeruje" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Štandardná vetva" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2588,293 +2612,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Jazyk" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Model musí mať slug" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Cesta" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3021,100 +3045,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3190,10 +3209,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3299,67 +3314,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Anglicky" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Španielsky" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Francúzština" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Ruština" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Nemčina" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamčina" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japončina" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukrajinčina" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index 2a77acf8e34..d1a74002afe 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Sürüm" @@ -74,29 +74,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Kullanıcı" @@ -155,8 +155,8 @@ msgstr "" msgid "Username" msgstr "Kullanıcı adı" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Proje" @@ -181,7 +181,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -400,7 +400,7 @@ msgstr "Etkin" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Oluşturma başarısız oldu" @@ -417,7 +417,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Durum" @@ -426,7 +426,7 @@ msgstr "Durum" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Tür" @@ -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:282 +#: projects/models.py:295 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:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Gizlilik Seviyesi" @@ -512,7 +512,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Belgelendirme türü" @@ -528,199 +528,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Tarih" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Başarılı" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Kurulum" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Kurulum hatası" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Çıktı" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Hata" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "İşle" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Oluşturmada kullanılan yapılandırma" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Oluşturma Uzunluğu" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "Oluşturucu" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "Uzak Depolama" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Oluştur" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Komut" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Tanım" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Komut çıktısı" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Komut çıkış kodu" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Başlama zamanı" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Bitiş zamanı" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -806,19 +806,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "kullanıcı projeleri" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "etkin projeye sahip" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "proje oluşturmuş" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "son oluşturmaları olan projeye sahip" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Adı" @@ -1559,11 +1559,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1978,7 +1978,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2082,7 +2082,7 @@ msgstr "Silindi" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Ortak" @@ -2142,6 +2142,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "Read the Docs'da ara" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2253,7 +2275,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2272,173 +2294,177 @@ msgstr "{proj} projesi için zaten bir \"{lang}\" çevirisi var." msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Her etiketin uzunluğu 100 karakterden az veya eşit olmak zorundadır." -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "Bu proje için bu ada sahip bir değişken zaten var" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "Kod adı" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "Depo URL'si" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Depo türü" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "Proje anasayfası" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Projenin anasayfası" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Kurallı URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "Belgelendirmenin sunulmasının beklendiği URL" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Tek sürüm" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2448,74 +2474,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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Varsayılan sürüm" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Projenizin / işaretinin yönlendirdiği sürümü" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Varsayılan dal" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN Etkinleştirildi" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Çözümleme kodu" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2523,25 +2549,25 @@ msgstr "" "Google Analytics İzleme Kimliği (ör. UA-22345342-1). Bu, sayfa " "yüklemelerinizi yavaşlatabilir." -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "Alternatif kapsayıcı resmi" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "Kapsayıcı bellek sınırı" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2549,52 +2575,52 @@ msgstr "" "Docker biçiminde bellek sınırı -- örnek: 512m veya 1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "Saniye olarak kapsayıcı zaman sınırı" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "Alternatif oluşturma kuyruğu kimliği" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "Ücretli reklamlara izin verin" -#: projects/models.py:458 +#: projects/models.py:471 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:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "Reklamsız" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "Sürüm uyarısını göster" -#: projects/models.py:474 +#: projects/models.py:487 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:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2602,294 +2628,294 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Öne Çıkanlar" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "İlgili projeler" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Dil" -#: projects/models.py:534 +#: projects/models.py:547 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:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Programlama Dili" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "Projenin yazıldığı birincil programlama dili." -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "Bu proje bir web kancası ile oluşturuldu" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "Bu proje başarılı olarak kopyalandı" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Model başlık bilgisine sahip olmak zorundadır" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "Alt proje iç içe geçme desteklenmiyor" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Yol" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "Web kancasının göndereceği URL" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "Etki Alanı" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "HTTPS kullan" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "Bu etki alanı için her zaman HTTPS kullan" -#: projects/models.py:1739 +#: projects/models.py:1752 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:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3038,100 +3064,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3208,10 +3229,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3317,67 +3334,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Katalanca" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "İngilizce" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "İspanyolca" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "Brezilya Portekizcesi" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Norveççe Bokmål" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Fransızca" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Rusça" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Almanca" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Galiçyaca" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Vietnamca" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "Geleneksel Çince" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Japonca" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Ukraynaca" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "İtalyanca" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Korece" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index f8514fef4d7..86f8248b5fd 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -29,8 +29,8 @@ msgstr "" "100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версія:" @@ -82,29 +82,29 @@ msgstr "Недійсна назва проекту \"{0}\": слаг не ств msgid "Project with slug \"{0}\" already exists." msgstr "Проект зі слагом \"{0}\" вже існує." -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект із {slug_name}={value} недійсний як підпроект" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "Підпроект із цим псевдонімом уже існує" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -151,7 +151,7 @@ msgid "Invitation declined" msgstr "Запрошення відхилено" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Користувач" @@ -163,8 +163,8 @@ msgstr "Ідентифікатор користувача" msgid "Username" msgstr "Ім'я користувача" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -189,7 +189,7 @@ msgstr "ідентифікатор організації" msgid "Organization slug" msgstr "Слаг Організації" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "Дія" @@ -410,7 +410,7 @@ msgstr "Активний" msgid "Build successful" msgstr "Білд успішний" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Білд невдався" @@ -427,7 +427,7 @@ msgstr "Запит на витяг/злиття" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Стан" @@ -436,7 +436,7 @@ msgstr "Стан" msgid "Any" msgstr "Будь-що" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Тип" @@ -470,7 +470,7 @@ msgid "Verbose Name" msgstr "Детальне ім’я" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "Слаг" @@ -490,7 +490,7 @@ msgstr "Збудований" msgid "Uploaded" msgstr "Завантажено" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "Рівень конфіденційності" @@ -523,7 +523,7 @@ msgstr "Має ePub" msgid "Has HTML Zip" msgstr "Має HTML Zip" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Тип документації" @@ -541,201 +541,201 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "Статус" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Дата" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Успішно" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Установка" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Помилка установки" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Вивід" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Помилка" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "Здійснити" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "Слаг версії" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "Ім'я версії" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "Тип версії" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "Конфігурація, використана в збірці" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" "Шлях до файлу конфігурації спеціальної збірки, який використовується в цій " "збірці" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "Довжина збірки" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "холодне зберігання" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "Ідентифікатор завдання із селери" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "Будувати" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "Команда" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Опис" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "Вивід команди" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "Код виходу команди" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "Час початку" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "Час закінчення" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -821,19 +821,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -861,7 +861,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "Дата публікації" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Ім’я" @@ -1567,11 +1567,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1986,7 +1986,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2090,7 +2090,7 @@ msgstr "Видалено" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Загальнодоступно" @@ -2150,6 +2150,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2261,7 +2281,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2280,173 +2300,177 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL репозиторію" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Тип сховища" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Домашня сторінка проекту" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "Канонічний URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Єдина версія" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2457,148 +2481,148 @@ msgstr "" "пересторогою, активуйте тільки якщо ви ніколи не будете мати чисельні " "версії ваших документів." -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "Версія за замовчуванням" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Версія проекту на яку перенаправляє /" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Гілка за замовчуванням" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Код аналітики" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2606,293 +2630,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Обране" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Пов’язані проекти" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Мова" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "Мова програмування" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Модель повинна мати slug" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Шлях" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "Створено" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "Модифіковано" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "Використовувати HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3039,100 +3063,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3208,10 +3227,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3317,67 +3332,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "Каталонська" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Англійська" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "Іспанська" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "Норвезька (букмол)" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "Французька" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "Російська" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "Німецька" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "Галісійська" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "В’єтнамська" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Японська" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Українська" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "Італійська" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "Корейська" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index ddae5425f49..4181cfb6081 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Phiên bản" @@ -74,29 +74,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -143,7 +143,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "Người sử dụng" @@ -155,8 +155,8 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "Dự án" @@ -181,7 +181,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -400,7 +400,7 @@ msgstr "Đang hoạt động" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -417,7 +417,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "Trạng thái" @@ -426,7 +426,7 @@ msgstr "Trạng thái" msgid "Any" msgstr "Bất kỳ" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "Kiểu" @@ -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:282 +#: projects/models.py:295 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:510 +#: builds/models.py:149 projects/models.py:523 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:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "Kiểu tài liệu" @@ -528,199 +528,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "Ngày tháng" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "Thành công" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "Cài đặt" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "Lỗi cài đặt" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "Đầu ra" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "Lỗi" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Miêu tả" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -806,19 +806,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "" @@ -846,7 +846,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 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:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "Tên" @@ -1552,11 +1552,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1971,7 +1971,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2075,7 +2075,7 @@ msgstr "Đã xóa" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "Công cộng" @@ -2135,6 +2135,26 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +msgid "Default (from theme or Read the Docs)" +msgstr "" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2246,7 +2266,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2265,321 +2285,325 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "URL của kho" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "Kiểu repository" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "Trang chủ của dự án" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "Phiên bản đơn lẻ" -#: projects/models.py:333 +#: projects/models.py:346 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:340 +#: projects/models.py:353 msgid "Default version" msgstr "Phiên bản mặc định" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "Phiên bản mà / trỏ tới" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "Nhánh mặc định" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "Mã Analytics" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2587,293 +2611,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "Tính năng" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "Các dự án liên quan" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "Ngôn ngữ" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "Đường dẫn" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3020,100 +3044,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3189,10 +3208,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3298,67 +3313,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "Tiếng Anh" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "Tiếng Việt" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "Tiếng Nhật" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "Tiếng Ukcraina" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index ebc8447a55d..0b498818012 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -44,8 +44,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -97,29 +97,29 @@ msgstr "无效的项目名称「{0}」:未生成网址标识。" msgid "Project with slug \"{0}\" already exists." msgstr "网址标识为「{0}」的项目已存在。" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "带有 {slug_name}={value} 的项目不能作为子项目。" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "存在具有此名称的子项目" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -166,7 +166,7 @@ msgid "Invitation declined" msgstr "" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "用户" @@ -178,8 +178,8 @@ msgstr "用户 ID" msgid "Username" msgstr "用户名" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "项目" @@ -204,7 +204,7 @@ msgstr "组织 ID" msgid "Organization slug" msgstr "组织网址标识" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "" @@ -423,7 +423,7 @@ msgstr "激活" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "构建失败" @@ -440,7 +440,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "状态" @@ -449,7 +449,7 @@ msgstr "状态" msgid "Any" msgstr "任何" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "类型" @@ -483,7 +483,7 @@ msgid "Verbose Name" msgstr "长名称" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "网址标识" @@ -503,7 +503,7 @@ msgstr "构建" msgid "Uploaded" msgstr "已上传" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "隐私级别" @@ -535,7 +535,7 @@ msgstr "存在ePub" msgid "Has HTML Zip" msgstr "存在HTML Zip" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "文档类型" @@ -551,199 +551,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "状态" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "日期" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "成功" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "安装" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "安装错误" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "输出" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "错误" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "退出码" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "提交" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "版本网址标识" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "项目名称" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "项目类型" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "在构建中使用的配置" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "构建长度" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "构建者" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "冷存储" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "构建" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "命令" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "说明" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "命令输出" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "命令退出码" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "开始时间" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "结束时间" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -829,19 +829,19 @@ msgstr "" msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "用户项目" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "进行中项目" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "已完成项目" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "有新近版本的项目" @@ -869,7 +869,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "发布日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "名称" @@ -1575,11 +1575,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1995,7 +1995,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2099,7 +2099,7 @@ msgstr "已删除" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "公开" @@ -2159,6 +2159,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "搜索 Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2270,7 +2292,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2289,173 +2311,177 @@ msgstr "" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "每个标签的长度必须小于等于 100 个字符。" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "别名" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "代码库地址" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "代码库类型" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "项目主页" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "项目的主页" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "官方网址" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "访问文档的URL" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "单一版本" -#: projects/models.py:333 +#: projects/models.py:346 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,74 +2490,74 @@ msgstr "" "单一版本的站点不含多个翻译版本,只有一个「latest」版本,使用根域名进行托管。" "请谨慎使用,仅在您的文档永远不会用到多版本时使用它。" -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "默认版本" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "访问项目根目录时重定向的目标版本" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "默认分支" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "CDN 已启用" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "分析代码" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2539,75 +2565,75 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). 这将减慢你的页" "面加载速度。" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "备选容器镜像" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "容器内存限制" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 格式的内存限制 -- 例: 512m or 1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "容器的时间限制秒数" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "备用构建的队列id" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "允许已付费广告" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "如果未选中的话,你仍然会看到社区广告。" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "去广告" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非 stable(稳定)或 latest(最新)版本中展示警告横幅。" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2615,293 +2641,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "精选" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "相关项目" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "语言" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "该项目的文档所呈现的语言。注意:这影响您的项目的 URL。" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "编程语言" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "项目使用的主要编程语言" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "项目构建同时包含webhook" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "此项目已成功被克隆" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Model 必须包含 slug" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "不支持嵌套子项目" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "路径" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "创建的" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "修改的" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "发送 webhook 到" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "域" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "此域访问次数" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3050,100 +3076,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3219,10 +3240,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3328,67 +3345,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "加泰罗尼亚语" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "英语" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "西班牙语" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙语" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "挪威语" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "法语" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "俄语" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "德语" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "加利西亚语" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "越南语" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "简体中文" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "繁体中文" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "日语" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "乌克兰语" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "意大利语" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "韩语" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index bc9b2cc79ee..9defc7e7335 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-07 16:00+0000\n" +"POT-Creation-Date: 2025-01-14 10:45+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/" @@ -30,8 +30,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:598 -#: projects/filters.py:196 projects/models.py:1474 search/models.py:27 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:592 +#: projects/filters.py:196 projects/models.py:1487 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -83,29 +83,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:883 +#: api/v3/serializers.py:908 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:891 projects/forms.py:619 +#: api/v3/serializers.py:916 projects/forms.py:619 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1034 +#: api/v3/serializers.py:1059 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1040 +#: api/v3/serializers.py:1065 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1046 +#: api/v3/serializers.py:1071 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -152,7 +152,7 @@ msgid "Invitation declined" msgstr "邀請已拒絕" #: audit/models.py:116 core/models.py:20 gold/models.py:33 -#: projects/models.py:277 +#: projects/models.py:290 msgid "User" msgstr "使用者" @@ -164,8 +164,8 @@ msgstr "使用者 ID" msgid "Username" msgstr "使用者名稱" -#: audit/models.py:138 builds/models.py:90 builds/models.py:592 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1468 +#: audit/models.py:138 builds/models.py:90 builds/models.py:586 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1481 #: redirects/models.py:48 msgid "Project" msgstr "專案" @@ -190,7 +190,7 @@ msgstr "組織單位 ID" msgid "Organization slug" msgstr "組織單位 Slug 名稱" -#: audit/models.py:180 builds/models.py:1096 +#: audit/models.py:180 builds/models.py:1090 msgid "Action" msgstr "動作" @@ -409,7 +409,7 @@ msgstr "啟用" msgid "Build successful" msgstr "建置成功" -#: builds/filters.py:29 projects/models.py:1573 +#: builds/filters.py:29 projects/models.py:1586 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "建置失敗" @@ -426,7 +426,7 @@ msgstr "拉取/合併請求" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:134 builds/models.py:614 +#: builds/filters.py:48 builds/models.py:134 builds/models.py:608 msgid "State" msgstr "狀態" @@ -435,7 +435,7 @@ msgstr "狀態" msgid "Any" msgstr "任何" -#: builds/filters.py:54 builds/models.py:95 builds/models.py:604 +#: builds/filters.py:54 builds/models.py:95 builds/models.py:598 msgid "Type" msgstr "類型" @@ -469,7 +469,7 @@ msgid "Verbose Name" msgstr "詳細名稱" #: builds/models.py:122 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:282 +#: projects/models.py:295 msgid "Slug" msgstr "動態資料欄位" @@ -489,7 +489,7 @@ msgstr "建置" msgid "Uploaded" msgstr "已上傳" -#: builds/models.py:149 projects/models.py:510 +#: builds/models.py:149 projects/models.py:523 msgid "Privacy Level" msgstr "隱私等級" @@ -521,7 +521,7 @@ msgstr "有 ePub" msgid "Has HTML Zip" msgstr "有 HTML Zip" -#: builds/models.py:170 projects/models.py:595 +#: builds/models.py:170 projects/models.py:608 msgid "Documentation type" msgstr "文件類型" @@ -537,199 +537,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:626 +#: builds/models.py:620 msgid "Status" msgstr "" -#: builds/models.py:633 integrations/models.py:145 +#: builds/models.py:627 integrations/models.py:145 msgid "Date" msgstr "日期" -#: builds/models.py:634 +#: builds/models.py:628 msgid "Success" msgstr "成功" -#: builds/models.py:639 +#: builds/models.py:633 msgid "Setup" msgstr "安裝" -#: builds/models.py:640 +#: builds/models.py:634 msgid "Setup error" msgstr "安裝錯誤" -#: builds/models.py:641 +#: builds/models.py:635 msgid "Output" msgstr "輸出" -#: builds/models.py:642 templates/builds/build_detail.html:261 +#: builds/models.py:636 templates/builds/build_detail.html:261 msgid "Error" msgstr "錯誤" -#: builds/models.py:643 +#: builds/models.py:637 msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:648 projects/models.py:1485 +#: builds/models.py:642 projects/models.py:1498 msgid "Commit" msgstr "送交" -#: builds/models.py:654 +#: builds/models.py:648 msgid "Version slug" msgstr "版本 Slug 名稱" -#: builds/models.py:660 +#: builds/models.py:654 msgid "Version name" msgstr "版本名稱" -#: builds/models.py:666 builds/models.py:1109 +#: builds/models.py:660 builds/models.py:1103 msgid "Version type" msgstr "版本類型" -#: builds/models.py:673 +#: builds/models.py:667 msgid "Configuration used in the build" msgstr "該建置使用的組態" -#: builds/models.py:678 +#: builds/models.py:672 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:686 +#: builds/models.py:680 msgid "Build Length" msgstr "建置長度" -#: builds/models.py:689 +#: builds/models.py:683 msgid "Builder" msgstr "產生器" -#: builds/models.py:696 +#: builds/models.py:690 msgid "Cold Storage" msgstr "冷儲存" -#: builds/models.py:702 +#: builds/models.py:696 msgid "Celery task id" msgstr "Celery 工作事項 ID" -#: builds/models.py:1012 +#: builds/models.py:1006 msgid "Build" msgstr "建置" -#: builds/models.py:1017 +#: builds/models.py:1011 msgid "Command" msgstr "命令" -#: builds/models.py:1018 builds/models.py:1073 oauth/models.py:130 -#: organizations/models.py:64 projects/models.py:284 redirects/models.py:106 +#: builds/models.py:1012 builds/models.py:1067 oauth/models.py:130 +#: organizations/models.py:64 projects/models.py:297 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "說明" -#: builds/models.py:1019 +#: builds/models.py:1013 msgid "Command output" msgstr "命令輸出" -#: builds/models.py:1020 +#: builds/models.py:1014 msgid "Command exit code" msgstr "命令結束代碼" -#: builds/models.py:1022 +#: builds/models.py:1016 msgid "Start time" msgstr "開始時間" -#: builds/models.py:1023 +#: builds/models.py:1017 msgid "End time" msgstr "結束時間" -#: builds/models.py:1051 +#: builds/models.py:1045 msgid "Activate version" msgstr "啟用版本" -#: builds/models.py:1052 +#: builds/models.py:1046 msgid "Hide version" msgstr "隱藏版本" -#: builds/models.py:1053 +#: builds/models.py:1047 msgid "Make version public" msgstr "讓版本公開" -#: builds/models.py:1054 +#: builds/models.py:1048 msgid "Make version private" msgstr "讓版本藏私" -#: builds/models.py:1055 +#: builds/models.py:1049 msgid "Set version as default" msgstr "將版本設為預設值" -#: builds/models.py:1056 +#: builds/models.py:1050 msgid "Delete version" msgstr "刪除版本" -#: builds/models.py:1068 +#: builds/models.py:1062 msgid "Rule priority" msgstr "" -#: builds/models.py:1069 +#: builds/models.py:1063 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1079 +#: builds/models.py:1073 msgid "Match argument" msgstr "" -#: builds/models.py:1080 +#: builds/models.py:1074 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1084 +#: builds/models.py:1078 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1086 +#: builds/models.py:1080 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1097 +#: builds/models.py:1091 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1102 +#: builds/models.py:1096 msgid "Action argument" msgstr "" -#: builds/models.py:1103 +#: builds/models.py:1097 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1110 +#: builds/models.py:1104 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1275 +#: builds/models.py:1269 msgid "Version activated" msgstr "" -#: builds/models.py:1276 +#: builds/models.py:1270 msgid "Version hidden" msgstr "" -#: builds/models.py:1278 +#: builds/models.py:1272 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1281 +#: builds/models.py:1275 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1283 +#: builds/models.py:1277 msgid "Version set as default" msgstr "" -#: builds/models.py:1284 +#: builds/models.py:1278 msgid "Version deleted" msgstr "" -#: builds/models.py:1289 +#: builds/models.py:1283 msgid "Matched rule" msgstr "" @@ -808,28 +808,26 @@ msgid "Config file validation error" msgstr "" #: config/notifications.py:366 -#, fuzzy -#| msgid "Custom SSL configuration" msgid "Missing Sphinx configuration key" -msgstr "自訂 SSL 組態" +msgstr "" #: config/notifications.py:379 msgid "Missing MkDocs configuration key" msgstr "" -#: core/admin.py:38 +#: core/admin.py:39 msgid "user projects" msgstr "使用者專案" -#: core/admin.py:46 +#: core/admin.py:47 msgid "has active project" msgstr "啟用了專案" -#: core/admin.py:47 +#: core/admin.py:48 msgid "has built project" msgstr "建置了專案" -#: core/admin.py:48 +#: core/admin.py:49 msgid "has project with recent builds" msgstr "有最近建置的專案" @@ -857,7 +855,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1588 +#: core/forms.py:198 projects/models.py:1601 msgid "URL" msgstr "網址" @@ -983,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:268 +#: organizations/models.py:297 projects/models.py:281 msgid "Publication date" msgstr "發佈日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:271 projects/models.py:1487 +#: organizations/models.py:298 projects/models.py:284 projects/models.py:1500 msgid "Modified date" msgstr "修改日期" @@ -1395,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:281 projects/models.py:1479 +#: projects/models.py:294 projects/models.py:1492 msgid "Name" msgstr "名稱" @@ -1565,11 +1563,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:717 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:718 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:732 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:733 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1984,7 +1982,7 @@ msgstr "" msgid "Owner removed" msgstr "" -#: organizations/views/private.py:164 +#: organizations/views/private.py:164 projects/views/private.py:626 msgid "User is the last owner, can't be removed" msgstr "" @@ -2088,7 +2086,7 @@ msgstr "已刪除" msgid "Git" msgstr "Git" -#: projects/constants.py:94 projects/models.py:2037 +#: projects/constants.py:94 projects/models.py:2050 msgid "Public" msgstr "公開" @@ -2148,6 +2146,28 @@ msgstr "" msgid "Define your own pattern" msgstr "" +#: projects/constants.py:452 +#, fuzzy +#| msgid "Search Read the Docs" +msgid "Default (from theme or Read the Docs)" +msgstr "搜尋 Read the Docs" + +#: projects/constants.py:453 +msgid "Bottom left" +msgstr "" + +#: projects/constants.py:454 +msgid "Bottom right" +msgstr "" + +#: projects/constants.py:455 +msgid "Top left" +msgstr "" + +#: projects/constants.py:456 +msgid "Top right" +msgstr "" + #: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" @@ -2259,7 +2279,7 @@ msgid "" "your organization." msgstr "" -#: projects/forms.py:450 projects/models.py:286 +#: projects/forms.py:450 projects/models.py:299 msgid "Short description of this project" msgstr "" @@ -2278,173 +2298,177 @@ msgstr "已有用於專案 {proj} 的「{lang}」翻譯。" msgid "Length of each tag must be less than or equal to 100 characters." msgstr "各個標記的長度必須小於或等於 100 字元。" -#: projects/forms.py:669 +#: projects/forms.py:670 msgid "Enable Addons" msgstr "" -#: projects/forms.py:670 +#: projects/forms.py:671 msgid "Visual diff enabled" msgstr "" -#: projects/forms.py:672 +#: projects/forms.py:673 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:676 msgid "Show a notification on non-stable versions" msgstr "" -#: projects/forms.py:677 +#: projects/forms.py:678 msgid "Show a notification on latest version" msgstr "" -#: projects/forms.py:678 redirects/models.py:99 +#: projects/forms.py:679 projects/models.py:200 redirects/models.py:99 msgid "Enabled" msgstr "" -#: projects/forms.py:679 +#: projects/forms.py:680 msgid "CSS main content selector" msgstr "" -#: projects/forms.py:704 +#: projects/forms.py:705 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:736 +#: projects/forms.py:737 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:821 +#: projects/forms.py:822 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:854 +#: projects/forms.py:855 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1054 +#: projects/forms.py:1055 msgid "" "This domain has a CNAME record pointing to the APEX domain. Please remove " "the CNAME before adding the domain." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1065 msgid "" "This domain has a CNAME record pointing to another CNAME. Please remove the " "CNAME before adding the domain." msgstr "" -#: projects/forms.py:1080 +#: projects/forms.py:1081 msgid "" "DNS resolution timed out. Make sure the domain is correct, or try again " "later." msgstr "" -#: projects/forms.py:1085 +#: projects/forms.py:1086 msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1105 +#: projects/forms.py:1106 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1208 +#: projects/forms.py:1209 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1212 +#: projects/forms.py:1213 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1217 +#: projects/forms.py:1218 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1222 +#: projects/forms.py:1223 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1226 +#: projects/forms.py:1227 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" -#: projects/models.py:94 +#: projects/models.py:95 msgid "Main project" msgstr "" -#: projects/models.py:100 +#: projects/models.py:101 msgid "Subproject" msgstr "" -#: projects/models.py:105 +#: projects/models.py:106 msgid "Alias" msgstr "別名" -#: projects/models.py:174 +#: projects/models.py:175 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" msgstr "" -#: projects/models.py:199 +#: projects/models.py:203 msgid "Sorting of versions" msgstr "" -#: projects/models.py:209 +#: projects/models.py:213 msgid "Custom version sorting pattern" msgstr "" -#: projects/models.py:215 +#: projects/models.py:219 msgid "Show latest and stable at the beginning" msgstr "" -#: projects/models.py:289 +#: projects/models.py:230 redirects/models.py:114 +msgid "Position" +msgstr "" + +#: projects/models.py:302 msgid "Repository URL" msgstr "儲存庫網址" -#: projects/models.py:292 +#: projects/models.py:305 msgid "Git repository URL" msgstr "" -#: projects/models.py:299 +#: projects/models.py:312 msgid "Repository type" msgstr "儲存庫類型" -#: projects/models.py:305 +#: projects/models.py:318 msgid "Project homepage" msgstr "專案首頁" -#: projects/models.py:307 +#: projects/models.py:320 msgid "The project's homepage" msgstr "專案的首頁" -#: projects/models.py:310 +#: projects/models.py:323 msgid "Canonical URL" msgstr "標準 URL" -#: projects/models.py:312 +#: projects/models.py:325 msgid "URL that documentation is expected to serve from" msgstr "預期用來提供文件的網址" -#: projects/models.py:315 +#: projects/models.py:328 msgid "URL versioning scheme" msgstr "" -#: projects/models.py:322 +#: projects/models.py:335 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:330 +#: projects/models.py:343 msgid "Single version" msgstr "單一版本" -#: projects/models.py:333 +#: projects/models.py:346 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 " @@ -2453,74 +2477,74 @@ msgstr "" "單一版本網站不包含翻譯,且只有「latest」伴兒不能,並在網域的根目錄提供。請謹" "慎使用,請於文件永遠不會有多版本的時候才開啟。" -#: projects/models.py:340 +#: projects/models.py:353 msgid "Default version" msgstr "預設版本" -#: projects/models.py:343 +#: projects/models.py:356 msgid "The version of your project that / redirects to" msgstr "專案根目錄「 / 」要跳轉至的版本" -#: projects/models.py:348 +#: projects/models.py:361 msgid "Default branch" msgstr "預設分支" -#: projects/models.py:354 +#: projects/models.py:367 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:359 +#: projects/models.py:372 msgid "Custom path prefix" msgstr "" -#: projects/models.py:365 +#: projects/models.py:378 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:370 +#: projects/models.py:383 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:376 +#: projects/models.py:389 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:383 +#: projects/models.py:396 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:386 +#: projects/models.py:399 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:390 +#: projects/models.py:403 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:397 +#: projects/models.py:410 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:402 +#: projects/models.py:415 msgid "CDN Enabled" msgstr "已啟用 CDN" -#: projects/models.py:404 +#: projects/models.py:417 msgid "Analytics code" msgstr "分析程式碼" -#: projects/models.py:409 +#: projects/models.py:422 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2528,75 +2552,75 @@ msgstr "" "Google Analytics 追蹤 ID(如︰ UA-22345342-1),可能會降低頁面載" "入的速度。" -#: projects/models.py:415 +#: projects/models.py:428 msgid "Disable Analytics" msgstr "" -#: projects/models.py:419 +#: projects/models.py:432 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:424 +#: projects/models.py:437 msgid "Alternative container image" msgstr "備用容器鏡像" -#: projects/models.py:430 +#: projects/models.py:443 msgid "Container memory limit" msgstr "容器記憶體限制" -#: projects/models.py:435 +#: projects/models.py:448 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 記憶體限制格式 -- 範例:512m1g" -#: projects/models.py:440 +#: projects/models.py:453 msgid "Container time limit in seconds" msgstr "單位為秒的容器時間限制" -#: projects/models.py:445 +#: projects/models.py:458 msgid "Alternate build queue id" msgstr "備用建置佇列 Id" -#: projects/models.py:451 +#: projects/models.py:464 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:456 +#: projects/models.py:469 msgid "Allow paid advertising" msgstr "允許付費廣告" -#: projects/models.py:458 +#: projects/models.py:471 msgid "If unchecked, users will still see community ads." msgstr "若取消選取,則使用者將看見社群廣告。" -#: projects/models.py:461 +#: projects/models.py:474 msgid "Ad-free" msgstr "無廣告" -#: projects/models.py:466 +#: projects/models.py:479 msgid "Is spam?" msgstr "" -#: projects/models.py:469 +#: projects/models.py:482 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:472 +#: projects/models.py:485 msgid "Show version warning" msgstr "顯示版本警告" -#: projects/models.py:474 +#: projects/models.py:487 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非穩定或最新版中顯示警告橫幅" -#: projects/models.py:478 +#: projects/models.py:491 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:484 +#: projects/models.py:497 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2604,293 +2628,293 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:492 +#: projects/models.py:505 msgid "Featured" msgstr "精選" -#: projects/models.py:494 +#: projects/models.py:507 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:502 +#: projects/models.py:515 msgid "Delisted" msgstr "" -#: projects/models.py:504 +#: projects/models.py:517 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:515 +#: projects/models.py:528 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:522 +#: projects/models.py:535 msgid "Related projects" msgstr "相關專案" -#: projects/models.py:530 templates/search/elastic_search.html:57 +#: projects/models.py:543 templates/search/elastic_search.html:57 msgid "Language" msgstr "語言" -#: projects/models.py:534 +#: projects/models.py:547 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "專案文件呈現的語言。注意︰該設定將影響專案的網址。" -#: projects/models.py:542 +#: projects/models.py:555 msgid "Programming Language" msgstr "程式語言" -#: projects/models.py:546 +#: projects/models.py:559 msgid "The primary programming language the project is written in." msgstr "撰寫本專案的主要程式語言。" -#: projects/models.py:562 +#: projects/models.py:575 msgid "This project has been built with a webhook" msgstr "該專案已通過 Webhook 建置" -#: projects/models.py:566 +#: projects/models.py:579 msgid "This project has been successfully cloned" msgstr "這個專案已成功複製" -#: projects/models.py:575 +#: projects/models.py:588 msgid "Connected repository" msgstr "" -#: projects/models.py:576 +#: projects/models.py:589 msgid "Repository connected to this project" msgstr "" -#: projects/models.py:602 +#: projects/models.py:615 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:613 +#: projects/models.py:626 msgid "project" msgstr "" -#: projects/models.py:624 +#: projects/models.py:637 msgid "Model must have slug" msgstr "Model 必須有動態資料欄位" -#: projects/models.py:1349 +#: projects/models.py:1362 msgid "Subproject nesting is not supported" msgstr "不支援巢狀子專案" -#: projects/models.py:1484 +#: projects/models.py:1497 msgid "Path" msgstr "路徑" -#: projects/models.py:1486 +#: projects/models.py:1499 msgid "Build id" msgstr "" -#: projects/models.py:1489 +#: projects/models.py:1502 msgid "Page search rank" msgstr "" -#: projects/models.py:1494 +#: projects/models.py:1507 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1537 projects/models.py:1702 +#: projects/models.py:1550 projects/models.py:1715 msgid "created" msgstr "建立時間" -#: projects/models.py:1542 +#: projects/models.py:1555 msgid "modified" msgstr "修改時間" -#: projects/models.py:1571 +#: projects/models.py:1584 msgid "Build triggered" msgstr "" -#: projects/models.py:1572 +#: projects/models.py:1585 msgid "Build passed" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1603 msgid "URL to send the webhook to" msgstr "要傳送 Webhook 至的網址" -#: projects/models.py:1593 +#: projects/models.py:1606 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1614 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1604 +#: projects/models.py:1617 msgid "JSON payload" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1619 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1726 msgid "Domain" msgstr "網域" -#: projects/models.py:1720 +#: projects/models.py:1733 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1737 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1742 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1746 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1748 msgid "Always use HTTPS for this domain" msgstr "永遠為該網域使用 HTTPS" -#: projects/models.py:1739 +#: projects/models.py:1752 msgid "Number of times this domain has been hit" msgstr "該網域的點擊次數" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1757 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1766 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1770 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1779 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1784 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1789 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1909 +#: projects/models.py:1922 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1913 +#: projects/models.py:1926 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1917 +#: projects/models.py:1930 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1934 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1939 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1944 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1949 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:1940 +#: projects/models.py:1953 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:1944 +#: projects/models.py:1957 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:1947 +#: projects/models.py:1960 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1948 +#: projects/models.py:1961 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1951 +#: projects/models.py:1964 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1968 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1973 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1979 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1983 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1975 +#: projects/models.py:1988 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:1988 +#: projects/models.py:2001 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:1993 +#: projects/models.py:2006 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:1999 +#: projects/models.py:2012 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2003 +#: projects/models.py:2016 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2025 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2029 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2034 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2040 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3039,100 +3063,95 @@ msgstr "" msgid "User deleted" msgstr "" -#: projects/views/private.py:626 -#, python-brace-format -msgid "{username} is the last owner, can't be removed" -msgstr "" - -#: projects/views/private.py:691 +#: projects/views/private.py:690 msgid "Notification created" msgstr "" -#: projects/views/private.py:696 +#: projects/views/private.py:695 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:731 +#: projects/views/private.py:730 msgid "Webhook created" msgstr "" -#: projects/views/private.py:741 +#: projects/views/private.py:740 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:751 +#: projects/views/private.py:750 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:806 +#: projects/views/private.py:805 msgid "Translation created" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:810 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:854 +#: projects/views/private.py:853 msgid "Redirect created" msgstr "" -#: projects/views/private.py:858 +#: projects/views/private.py:857 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:888 +#: projects/views/private.py:887 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:921 +#: projects/views/private.py:920 msgid "Domain created" msgstr "" -#: projects/views/private.py:941 +#: projects/views/private.py:940 msgid "Domain updated" msgstr "" -#: projects/views/private.py:956 +#: projects/views/private.py:955 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:1001 +#: projects/views/private.py:1000 msgid "Integration created" msgstr "" -#: projects/views/private.py:1028 +#: projects/views/private.py:1027 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1076 +#: projects/views/private.py:1075 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" -#: projects/views/private.py:1108 +#: projects/views/private.py:1107 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1112 +#: projects/views/private.py:1111 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1137 +#: projects/views/private.py:1136 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1153 +#: projects/views/private.py:1152 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1163 +#: projects/views/private.py:1162 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1167 +#: projects/views/private.py:1166 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1355 +#: projects/views/private.py:1354 msgid "Pull request settings have been updated" msgstr "" @@ -3208,10 +3227,6 @@ msgstr "" msgid "Enable or disable the redirect." msgstr "" -#: redirects/models.py:114 -msgid "Position" -msgstr "" - #: redirects/models.py:116 msgid "Order of execution of the redirect." msgstr "" @@ -3317,67 +3332,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:478 +#: settings/base.py:485 msgid "Catalan" msgstr "加泰隆語" -#: settings/base.py:479 +#: settings/base.py:486 msgid "English" msgstr "英語" -#: settings/base.py:480 +#: settings/base.py:487 msgid "Spanish" msgstr "西班牙語" -#: settings/base.py:481 +#: settings/base.py:488 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙語" -#: settings/base.py:482 +#: settings/base.py:489 msgid "Norwegian Bokmål" msgstr "挪威語" -#: settings/base.py:483 +#: settings/base.py:490 msgid "French" msgstr "法語" -#: settings/base.py:484 +#: settings/base.py:491 msgid "Russian" msgstr "俄語" -#: settings/base.py:485 +#: settings/base.py:492 msgid "German" msgstr "德語" -#: settings/base.py:486 +#: settings/base.py:493 msgid "Galician" msgstr "加利西亞語" -#: settings/base.py:487 +#: settings/base.py:494 msgid "Vietnamese" msgstr "越南語" -#: settings/base.py:488 +#: settings/base.py:495 msgid "Simplified Chinese" msgstr "簡體中文" -#: settings/base.py:489 +#: settings/base.py:496 msgid "Traditional Chinese" msgstr "繁體中文" -#: settings/base.py:490 +#: settings/base.py:497 msgid "Japanese" msgstr "日語" -#: settings/base.py:491 +#: settings/base.py:498 msgid "Ukrainian" msgstr "烏克蘭語" -#: settings/base.py:492 +#: settings/base.py:499 msgid "Italian" msgstr "義大利語" -#: settings/base.py:493 +#: settings/base.py:500 msgid "Korean" msgstr "韓語" diff --git a/setup.cfg b/setup.cfg index 6e8b1e8c944..231c5cbed93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.18.0 +version = 11.19.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "11.18.0" +current_version = "11.19.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False