diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d52ab0d5888..e69012978a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 11.8.1 +-------------- + +:Date: October 01, 2024 + +* `@humitos `__: Addons: disable the field instead of remove it (`#11628 `__) +* `@humitos `__: Notifications: unsupported VCS (`#11627 `__) +* `@agjohnson `__: Only use django-filters filtering on project dashboard (`#11622 `__) +* `@agjohnson `__: Try reverting prefetch changes for project/version listing views (`#11621 `__) +* `@humitos `__: Release 11.8.0 (`#11619 `__) +* `@agjohnson `__: Prefetch build and project on version list (`#11616 `__) +* `@agjohnson `__: Add support for successful build prefetch (`#11613 `__) +* `@agjohnson `__: Drop unnecessary CSP directives for gold view (`#11605 `__) +* `@ericholscher `__: Add exit_code to build errors (`#11597 `__) +* `@duboism `__: Docs: update reproducible builds guide (`#10939 `__) + Version 11.8.0 -------------- diff --git a/docs/conf.py b/docs/conf.py index 00afc1e0fb7..5c44b2422ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -81,7 +81,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.8.0" +version = "11.8.1" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index dfebbd29719..ffa195f4c3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.8.0", + "version": "11.8.1", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 73428bfea94..bb8152714b9 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.8.0" +__version__ = "11.8.1" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 38fa97e46eb..e3fadf25295 100644 --- a/readthedocs/locale/ar/LC_MESSAGES/django.po +++ b/readthedocs/locale/ar/LC_MESSAGES/django.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +25,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -160,7 +160,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -206,8 +206,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -236,7 +236,7 @@ msgstr "" msgid "Username" msgstr "اسم المستخدم" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -262,7 +262,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -494,7 +494,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "الوضعية" @@ -503,7 +503,7 @@ msgstr "الوضعية" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "النوع" @@ -605,199 +605,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "التاريخ" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "نجاح" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "إعداد" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "إعداد خاطئ" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "الناتج" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "خطأ" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "تقديم" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "طول البناء" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "الوصف" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -991,11 +991,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1007,7 +1002,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1186,7 +1181,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1207,36 +1202,36 @@ msgstr "" msgid "Status code" msgstr "" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1616,11 +1611,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2023,35 +2018,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "المنظمة" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "المنظمة" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2235,146 +2242,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2916,22 +2923,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "نوع المستودع" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2982,149 +2995,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index b8665057b58..0849de11e41 100644 --- a/readthedocs/locale/ca/LC_MESSAGES/django.po +++ b/readthedocs/locale/ca/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +21,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -202,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -258,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -490,7 +490,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Estat" @@ -499,7 +499,7 @@ msgstr "Estat" msgid "Any" msgstr "Qualsevol" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Tipus" @@ -601,199 +601,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Amb èxit" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Configuració" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Error de configuració" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Sortida" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Error" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "publica" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Construeix" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Ordre" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descripció" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Codi de sortida de l'ordre" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Hora d'inici" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Hora de finalització" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -987,11 +987,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1003,7 +998,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1182,7 +1177,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1203,36 +1198,36 @@ msgstr "" msgid "Status code" msgstr "" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1612,11 +1607,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2019,35 +2014,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Organització" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Organització" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2231,146 +2238,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2900,10 +2907,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "No hi ha cap descàrrega d'aquest projecte." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2919,22 +2924,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Tipus de repositori" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2985,149 +2996,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 5ad0c6d8193..038b23ed93c 100644 --- a/readthedocs/locale/de/LC_MESSAGES/django.po +++ b/readthedocs/locale/de/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Justin Nogossek, 2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" @@ -35,7 +35,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -170,7 +170,7 @@ msgstr "Projekt mit Slug \"{0}\" existiert bereits." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projekt mit {slug_name}={value} ist als Unterprojekt nicht gültig" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Ein Unterprojekt mit diesem Alias ​​existiert bereits" @@ -216,8 +216,8 @@ msgstr "Authentifizierung fehlgeschlagen" msgid "Log out" msgstr "Abmelden" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "Einladung verschickt" @@ -246,7 +246,7 @@ msgstr "Benutzer-ID" msgid "Username" msgstr "Benutzername" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -272,7 +272,7 @@ msgstr "Organisations-ID" msgid "Organization slug" msgstr "Organisationsslug" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Aktion" @@ -506,7 +506,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Status" @@ -515,7 +515,7 @@ msgstr "Status" msgid "Any" msgstr "Beliebig" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Typ" @@ -621,202 +621,202 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "Status" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Erfolgreich" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Konfiguration" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Konfigurationsfehler" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Ausgabe" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fehler" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Exit code" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Übernehmen" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "Versionsslug" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "Versionsname" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "Versionstyp" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Im Build verwendete Konfiguration" -#: builds/models.py:791 +#: builds/models.py:797 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:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Buildlänge" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Builder" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "Celery-Aufgaben-ID" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Build" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Befehl" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beschreibung" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Befehlsausgabe" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Exit-Code des Befehls" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Startzeit" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Endzeit" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "Version aktivieren" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "Version ausblenden" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "Version öffentlich setzen" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "Version privat setzen" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "Version als Standard festlegen" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 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:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "Aktion, die auf übereinstimmende Versionen angewendet werden soll" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "Art der Version, auf die die Regel angewendet werden soll" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -1011,11 +1011,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1027,7 +1022,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Eine Buildumgebung läuft gerade für diese Version" @@ -1227,7 +1222,7 @@ msgstr "Werden Sie Gold-Mitglied" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1248,36 +1243,36 @@ msgstr "" msgid "Status code" msgstr "" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Integration Typ" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Anbieter Daten" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" "Geheimnis, das zur Validierung der Nutzdaten des Webhooks verwendet wird" @@ -1662,11 +1657,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "E-Mail-Adresse oder Benutzername" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2073,35 +2068,47 @@ msgstr "Projekte aktualisieren" msgid "Verify your email address" msgstr "Bestätigen Sie ihre Email-Adresse" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization updated" +msgstr "Organisationsslug" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization deleted" +msgstr "Organisationsslug" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "Besitzer entfernt" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "Benutzer ist der letzte Besitzer, kann nicht entfernt werden" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "Team hinzugefügt" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "Team gelöscht" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "Team aktualisiert" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "Team-Projekte aktualisiert" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "Mitglied zum Team hinzugefügt" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "Mitglied aus dem Team entfernt" @@ -2285,29 +2292,29 @@ msgstr "Private Versionen" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Ungültiger Projektname" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "Um aus Pull Requests zu bauen, benötigen Sie eine" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2315,119 +2322,119 @@ msgstr "" "Um aus Pull-Requests zu erstellen, muss der Webhook Ihres Repositorys Pull-" "Request-Ereignisse senden." -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "Kurze Beschreibung dieses Projekts" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" "Es existiert bereits eine \"{lang}\" Übersetzung für das Projekt {proj}." -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "Der Benutzer %(username)s ist bereits ein Maintainer" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" @@ -2975,10 +2982,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" #: projects/notifications.py:20 -#, fuzzy -#| msgid "Build pull requests for this project" msgid "Builds skipped for this project" -msgstr "Pull-Requests für dieses Projekt erstellen" +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2994,22 +2999,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Repository-Typ" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -3062,33 +3073,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Projekt gelöscht" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3097,116 +3108,116 @@ msgstr "" "Es gibt ein Problem mit Ihrem {service}-Konto. Versuchen Sie, Ihr Konto auf " "Ihrer Seite für verbundene Dienste erneut zu verbinden." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -4260,10 +4271,8 @@ msgstr "" #: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 #: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 -#, fuzzy -#| msgid "Invitation request" msgid "Bad request" -msgstr "Einladung anfordern" +msgstr "" #: templates/errors/dashboard/4xx.html:16 msgid "Your request is either unsupported or we didn't understand it." diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index b3baf0358e0..9f615ec38cc 100644 --- a/readthedocs/locale/en/LC_MESSAGES/django.po +++ b/readthedocs/locale/en/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,7 +18,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -153,7 +153,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -199,8 +199,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -229,7 +229,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -255,7 +255,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -487,7 +487,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "" @@ -496,7 +496,7 @@ msgstr "" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "" @@ -598,199 +598,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -984,11 +984,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1000,7 +995,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1179,7 +1174,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1200,36 +1195,36 @@ msgstr "" msgid "Status code" msgstr "" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1609,11 +1604,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2016,35 +2011,43 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +msgid "Organization updated" +msgstr "" + +#: organizations/views/private.py:130 +msgid "Organization deleted" +msgstr "" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2228,146 +2231,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2909,22 +2912,26 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 -msgid "Sphinx configuration file is missing" +msgid "Repository type not suported" msgstr "" #: projects/notifications.py:112 +msgid "Sphinx configuration file is missing" +msgstr "" + +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2975,149 +2982,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index aba56dd7a51..c718b890ed7 100755 Binary files a/readthedocs/locale/es/LC_MESSAGES/django.mo and b/readthedocs/locale/es/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index f3a45afb41b..1716a59ff2d 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -30,7 +30,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Raul Galvez, 2024\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" @@ -42,7 +42,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -177,7 +177,7 @@ msgstr "El proyecto con slug \"{0}\" ya existe." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "El proyecto con {slug_name}={value} no es válido como subproyecto" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Ya existe un subproyecto con este alias" @@ -223,8 +223,8 @@ msgstr "Autenticación fallida" msgid "Log out" msgstr "Cerrar sesión" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "Invitación enviada" @@ -253,7 +253,7 @@ msgstr "ID de usuario" msgid "Username" msgstr "Nombre de usuario" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -279,7 +279,7 @@ msgstr "ID de Organización" msgid "Organization slug" msgstr "Slug de Organización" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Acción" @@ -511,7 +511,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Estado" @@ -520,7 +520,7 @@ msgstr "Estado" msgid "Any" msgstr "Cualquier" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Tipo" @@ -625,153 +625,153 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "Estatus" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Fecha" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Éxito" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Configuración" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Error de configuración" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Salida" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Error" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Código de salida" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Envío" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "Slug de versión" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "Nombre de versión" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "Tipo de versión" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Configuración utilizada en la compilación" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Tamaño de la compilación" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Compilador" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Almacenamiento en frio (Cold Storage)" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "ID de tarea Celery" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Compilación" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Comando" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descripción" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Salida del comando" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Código de salida del comando" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Hora de inicio" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Hora de fin" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "Activar versión" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "Ocultar versión" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "Hacer pública la versión" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "Hacer privada la versión" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "Establecer la versión como predeterminada" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "Eliminar versión" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "Prioridad de regla" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "Un número más bajo (0) significa una prioridad más alta" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "Argumento de coincidencia" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "Valor utilizado para que la regla coincida con la versión" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "Argumento de coincidencia predefinido" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -779,47 +779,47 @@ msgstr "" "Argumento de coincidencia definido por nosotros, se usa si no es Ninguno, de " "lo contrario se usará match_arg." -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "Acción para aplicar a versiones coincidentes" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "Argumento de acción" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "Valor utilizado para la acción para realizar una operación" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "Tipo de versión a la que se debe aplicar la regla" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "Regla coincidente" @@ -1013,11 +1013,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "Tipo de repositorio \"{repo_type}\" desconocido" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1032,7 +1027,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "El comando terminó de forma irregular" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" "Un entorno de compilación está actualmente ejecutándose para esta versión" @@ -1231,7 +1226,7 @@ msgstr "Conviértase en un miembro Gold" msgid "Sign Up" msgstr "Registrarse" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1253,36 +1248,36 @@ msgstr "Cuerpo de respuesta" msgid "Status code" msgstr "Código de estado" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Intercambiar {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "Webhook entrante de GitHub" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Webhook entrante de Bitbucket" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "Webhook entrante de GitLab" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Webhook entrante de API genérica" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Tipo de integración" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Datos del proveedor" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "Secreto utilizado para validar el payload del webhook" @@ -1669,11 +1664,11 @@ msgstr "Nombre de Organización Inválida: Sin slug generado" msgid "Organization %(name)s already exists" msgstr "La organización %(name)s ya existe" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "Nombre de usuario o dirección de correo electrónico" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "El usuario %(username)s no existe" @@ -2132,35 +2127,47 @@ msgstr "Actualizar Proyectos" msgid "Verify your email address" msgstr "Verifique su dirección de correo electrónico" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization Name" +msgid "Organization updated" +msgstr "Nombre de la Organización" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization deleted" +msgstr "Slug de Organización" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "Propietario eliminado" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "El usuario es el último propietario, no se puede eliminar" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "Equipo agregado" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "Equipo eliminado" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "Equipo actualizado" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "Proyectos de equipo actualizados" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "Miembro agregado al equipo" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "Miembro eliminado del equipo" @@ -2344,29 +2351,29 @@ msgstr "Versiones privadas" msgid "Visibility" msgstr "Visibilidad" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Nombre de proyecto no válido, ya existe un proyecto con ese nombre" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Nombre de proyecto no válido" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "Para construir a partir de pull requests, necesita un" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2374,118 +2381,118 @@ msgstr "" "Para compilar a partir de pull requests, el webhook de su repositorio debe " "enviar eventos de pull request." -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "Breve descripción de este proyecto" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Ya existe una traducción \"{lang}\" para el proyecto {proj}." -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "La longitud de cada etiqueta debe ser menor o igual a 100 caracteres." -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "El usuario %(username)s ya es mantenedor" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "El payload debe ser un objeto JSON válido." -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "Ya existe una variable con este nombre en este proyecto" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" @@ -3039,10 +3046,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" #: projects/notifications.py:20 -#, fuzzy -#| msgid "Build pull requests for this project" msgid "Builds skipped for this project" -msgstr "Crear solicitudes de incorporación de cambios para este proyecto" +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -3058,22 +3063,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Tipo de repositorio" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "No se encontró el archivo de configuración de Sphinx" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "Se encontraron múltiples archivos de configuración de Sphinx" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -3126,33 +3137,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Configuración del proyecto actualizada" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Proyecto borrado" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3161,116 +3172,116 @@ msgstr "" "Hay un problema con tu cuenta de {service}, intenta volver a conectar tu " "cuenta en tu página de servicios conectados." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, 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:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -4347,10 +4358,8 @@ msgstr "Demasiadas solicitudes" #: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 #: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 -#, fuzzy -#| msgid "Too many requests" msgid "Bad request" -msgstr "Demasiadas solicitudes" +msgstr "" #: templates/errors/dashboard/4xx.html:16 msgid "Your request is either unsupported or we didn't understand it." @@ -6069,3 +6078,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "Tipo de repositorio \"{repo_type}\" desconocido" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 592d8515f93..0d756930286 100644 --- a/readthedocs/locale/eu/LC_MESSAGES/django.po +++ b/readthedocs/locale/eu/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +21,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -202,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -258,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -490,7 +490,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Egoera" @@ -499,7 +499,7 @@ msgstr "Egoera" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Mota" @@ -601,199 +601,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Konfigurazioa" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Errorea konfigurazioan" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Irteera" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Errorea" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Deskribapena" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -987,11 +987,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1003,7 +998,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1182,7 +1177,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1203,36 +1198,36 @@ msgstr "" msgid "Status code" msgstr "" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1612,11 +1607,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2019,35 +2014,43 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +msgid "Organization updated" +msgstr "" + +#: organizations/views/private.py:130 +msgid "Organization deleted" +msgstr "" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2231,146 +2234,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2912,22 +2915,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Biltegi mota" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2978,149 +2987,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.mo b/readthedocs/locale/fr/LC_MESSAGES/django.mo index 7f447e900f8..69f79c9a273 100755 Binary files a/readthedocs/locale/fr/LC_MESSAGES/django.mo and b/readthedocs/locale/fr/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index adaeed3b11d..37c1e56666e 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -42,7 +42,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Christian Wiat, 2024\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" @@ -54,7 +54,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -191,7 +191,7 @@ msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" "Le projet avec {slug_name}={value} n'est pas valide en tant que sous-projet" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Un sous-projet avec cet alias existe déjà" @@ -243,8 +243,8 @@ msgstr "Échec de l'authentification" msgid "Log out" msgstr "Se déconnecter" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "L'invitation est envoyée" @@ -273,7 +273,7 @@ msgstr "Identifiant de l'utilisateur" msgid "Username" msgstr "Nom d'utilisateur" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -299,7 +299,7 @@ msgstr "Identifiant de l'organisation" msgid "Organization slug" msgstr "Jeton de l'organisation" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Action" @@ -533,7 +533,7 @@ msgstr "Requête de tirage/fusion" msgid "All versions" msgstr "Toutes versions" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "État" @@ -542,7 +542,7 @@ msgstr "État" msgid "Any" msgstr "Toutes" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Type" @@ -648,155 +648,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:739 +#: builds/models.py:745 msgid "Status" msgstr "Statut" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Date" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Succès" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Configuration" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Erreur de configuration" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Sortie" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erreur" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Consigner" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "Jeton de la version" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "Nom de la version" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "Type de la version" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Configuration utilisée dans la compilation" -#: builds/models.py:791 +#: builds/models.py:797 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:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Durée de compilation" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Responsable de la compilation" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Stockage longue durée" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "Identifiant de la tache Celery" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Compiler" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Commande" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Description" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Résultat de la commande" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Code de sortie de la commande" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Heure de début" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Heure de fin" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "Activer la version" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "Cacher la version" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "Rendre cette version publique" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "Rendre cette version privée" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "Mettre cette version par défaut" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "Supprimer la version" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "Règle de priorité" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "Un nombre inférieur (0) correspond à une priorité plus élevée" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "Arguments pour la correspondance" -#: builds/models.py:1192 +#: builds/models.py:1199 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:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "Argument de correspondance prédéfini" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -804,47 +804,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:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "Actions à réaliser sur les versions correspondantes" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "Argument de l'action" -#: builds/models.py:1215 +#: builds/models.py:1222 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:1222 +#: builds/models.py:1229 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:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "Version activée" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "Version masquée" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "Confidentialité de la version définie comme publique" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "Confidentialité de la version définie comme privée" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "Version définie comme par défaut" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "Version supprimée" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "Règle de correspondance" @@ -1041,11 +1041,6 @@ msgstr "Adresse courriel non vérifiée" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "Type de dépôt \"{repo_type}\" inconnu" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1061,7 +1056,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "La commande s'est terminée de manière incorrect" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" "Un environnement de compilation est en cours d'exécution pour cette version" @@ -1261,7 +1256,7 @@ msgstr "Devenir un membre Gold" msgid "Sign Up" msgstr "Inscription" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1284,36 +1279,36 @@ msgstr "Corps de la réponse" msgid "Status code" msgstr "Code HTTP" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Échange {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "Webhook entrant de GitHub" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Webhook entrant de Bitbucket" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "Webhook entrant de GitLab" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Webhook entrant pour une API générique" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Type d’intégration" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Information du fournisseur" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "Secret utilisé pour valider les données du webhook" @@ -1702,11 +1697,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:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "Adresse email ou nom d'utilisateur" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "L'utilisateur %(username)s n'existe pas" @@ -2153,35 +2148,47 @@ msgstr "Mettre à jour les projets" msgid "Verify your email address" msgstr "Vérifiez votre adresse e-mail" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization Name" +msgid "Organization updated" +msgstr "Nom de l'organisation" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization deleted" +msgstr "Jeton de l'organisation" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "Propriétaire supprimé" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "Cet utilisateur est le dernier utilisateur, il ne peut être retiré" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "Équipe ajoutée" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "Équipe supprimée" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "L'équipe a été mise à jour" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "Les projets de l'équipe ont été mis à jour" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "Le membre a été ajouté à l'équipe" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "Le membre a été retiré de l'équipe" @@ -2365,29 +2372,29 @@ msgstr "Versions privées" msgid "Visibility" msgstr "Visibilité" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Nom de projet invalide, il y a déjà un projet portant ce nom" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Nom du projet invalide" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "Pour construire une requête de téléversement vous aurez besoin de" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2395,120 +2402,120 @@ msgstr "" "Pour construire à partir de requête de téléversement, votre webhook de dépot " "doit envoyer des évenements." -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "Description courte de ce projet" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Il existe déjà une traduction \"{lang}\" pour le projet {proj}." -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" "La longueur de chaque étiquette doit être inférieure ou égale à 100 " "caractères." -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "L'utilisateur %(username)s est déjà un mainteneur" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "Les données doivent être un objet JSON valide." -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" @@ -3069,10 +3076,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" #: projects/notifications.py:20 -#, fuzzy -#| msgid "Build pull requests for this project" msgid "Builds skipped for this project" -msgstr "Pull request de compilation pour ce projet" +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -3088,22 +3093,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Type de dépôt" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -3160,33 +3171,33 @@ msgstr "Le seul nom de fichier autorisé est {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Les seuls noms de fichiers autorisés sont {filenames}." -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Paramètres du projet mis à jour" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Projet supprimé" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3195,116 +3206,116 @@ msgstr "" "Il y a eu un problème avec votre compte {service}, merci de le reconnecter " "sur la page de vos services liés." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, 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:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -4380,10 +4391,8 @@ msgstr "Trop de requêtes" #: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 #: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 -#, fuzzy -#| msgid "Too many requests" msgid "Bad request" -msgstr "Trop de requêtes" +msgstr "" #: templates/errors/dashboard/4xx.html:16 msgid "Your request is either unsupported or we didn't understand it." @@ -6144,5 +6153,6 @@ msgstr "" "GitHub, celle-ci se trouve dans Paramètres > Applications > " "Applications OAuth Autorisées." -#~ msgid "Unknown message" -#~ msgstr "Message inconnu" +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "Type de dépôt \"{repo_type}\" inconnu" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.mo b/readthedocs/locale/gl/LC_MESSAGES/django.mo index a8768773ab7..f3fdb95dd46 100755 Binary files a/readthedocs/locale/gl/LC_MESSAGES/django.mo and b/readthedocs/locale/gl/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index 59501502f18..6c7b0ccf3ee 100644 --- a/readthedocs/locale/gl/LC_MESSAGES/django.po +++ b/readthedocs/locale/gl/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +23,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -158,7 +158,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O proxecto con {slug_name}={value} non é válido como subproxecto" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Xa existe un subproxecto con este alias" @@ -204,8 +204,8 @@ msgstr "Produciuse un fallo de autenticación" msgid "Log out" msgstr "Saír" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "Convite enviado" @@ -234,7 +234,7 @@ msgstr "ID do usuario" msgid "Username" msgstr "Nome de usuario" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -260,7 +260,7 @@ msgstr "ID da organización" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Acción" @@ -494,7 +494,7 @@ msgstr "Solicitude de extracción/fusión" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Estado" @@ -503,7 +503,7 @@ msgstr "Estado" msgid "Any" msgstr "Calquera" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Tipo" @@ -612,155 +612,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:739 +#: builds/models.py:745 msgid "Status" msgstr "Estado" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Satisfactorio" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Definicións" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Produciuse un erro na definición" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Saída" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erro" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Remisión" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "Nome da versión" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "Tipo de versión" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Configuración utilizada na construción" -#: builds/models.py:791 +#: builds/models.py:797 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:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Tamaño da construción" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Construtor" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Almacenamento en frío" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "ID da tarefa de Celery" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Construción" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Orde" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrición" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Saída da orde" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Código de saída da orde" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Hora de inicio" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Hora de finalización" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "Activar a versión" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "Agochar a versión" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "Facer pública a versión" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "Facer privada a versión" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "Definir a versión como predeterminada" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "Eliminar a versión" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "Regra de prioridade" -#: builds/models.py:1181 +#: builds/models.py:1188 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:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "Argumento de coincidencia" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "Valor usado para que a regra coincida coa versión" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "Argumento de coincidencia predefinido" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -768,47 +768,47 @@ msgstr "" "Argumento de coincidencia definido por nós, úsase se non é «None», se non, " "usarase «match_arg»." -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "Acción para aplicar ás versións coincidentes" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "Argumento de acción" -#: builds/models.py:1215 +#: builds/models.py:1222 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:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "Tipo de versión á que se debe aplicar a regra" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "Versión activada" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "Versión agochada" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "Versión definida como privacidade pública" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "Versión definida como privacidade privada" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "Versión definida como predeterminada" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "Versión eliminada" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "Regra coincidente" @@ -1003,11 +1003,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "Tipo de repositorio «{repo_type}» descoñecido" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1022,7 +1017,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "A orde saíu de xeito anómalo" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Agora está a executarse un contorno de construción para esta versión" @@ -1220,7 +1215,7 @@ msgstr "Fágase subscritor Ouro" msgid "Sign Up" msgstr "Rexistrarse" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "Produciuse un erro ao conectarse a Stripe. Ténteo de novo nuns minutos" @@ -1241,36 +1236,36 @@ msgstr "Corpo da resposta" msgid "Status code" msgstr "Código de estado" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Intercambio {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "Punto de ancoraxe entrante de GitHub" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Punto de ancoraxe entrante de Bitbucket" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "Punto de ancoraxe entrante de GitLab" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Punto de ancoraxe entrante de API xenérica" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Tipo de integración" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Datos do provedor" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "Segredo usado para validar a carga útil da ancoraxe web" @@ -1658,11 +1653,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:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "Enderezo de correo ou nome de usuario" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "O usuario %(username)s non existe" @@ -2122,35 +2117,47 @@ msgstr "Actualizar os proxectos" msgid "Verify your email address" msgstr "Verifique o seu enderezo de correo-e" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization Name" +msgid "Organization updated" +msgstr "Nome da organización" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization Name" +msgid "Organization deleted" +msgstr "Nome da organización" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "O propietario foi retirado" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "O usuario é o último propietario, non é posíbel retiralo" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "Equipo engadido" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "Equipo eliminado" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "Equipo actualizado" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "Proxectos do equipo actualizados" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "Membro engadido ao equipo" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "Membro retirado do equipo" @@ -2334,29 +2341,29 @@ msgstr "Versións privadas" msgid "Visibility" msgstr "Visibilidade" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "O nome do proxecto non é válido, xa existe un proxecto con ese nome" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "O nome de proxecto non é válido" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "Para construír a partir de solicitudes de extracción necesita" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2364,119 +2371,119 @@ msgstr "" "Para construír a partir de solicitudes de extracción, a ancoraxe web do seu " "repositorio debe enviar eventos de solicitude de extracción." -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "Breve descrición deste proxecto" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Xa hai unha tradución a «{lang}» para o proxecto {proj}." -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuario %(username)s xa é un mantedor" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "A carga útil debe ser un obxecto JSON válido." -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1127 +#: projects/forms.py:1140 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:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" @@ -3050,10 +3057,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" #: projects/notifications.py:20 -#, fuzzy -#| msgid "Build pull requests for this project" msgid "Builds skipped for this project" -msgstr "Construír solicitudes de extracción para este proxecto" +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -3069,22 +3074,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Tipo de repositorio" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -3140,33 +3151,33 @@ msgstr "O único nome de ficheiro permitido é {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de ficheiro permitidos son {filenames}." -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Actualizáronse os axustes do proxecto" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Proxecto eliminado" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "Actualizáronse os engadidos do proxecto" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3175,116 +3186,116 @@ msgstr "" "Houbo un problema coa súa conta de {service}, tente volver conectar a súa " "conta na súa páxina de servizos conectados." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, 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:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -4356,10 +4367,8 @@ msgstr "Demasiadas solicitudes" #: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 #: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 -#, fuzzy -#| msgid "Too many requests" msgid "Bad request" -msgstr "Demasiadas solicitudes" +msgstr "" #: templates/errors/dashboard/4xx.html:16 msgid "Your request is either unsupported or we didn't understand it." @@ -6108,3 +6117,7 @@ msgstr "" "servizo, tamén debe visitar o seu provedor de Git para eliminar a conexión " "OAuth de Read the Docs. En GitHub, atópase en Axustes > Aplicacións > " "Aplicacións OAuth autorizadas." + +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "Tipo de repositorio «{repo_type}» descoñecido" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index b65ee4ba386..31a509131b8 100755 Binary files a/readthedocs/locale/he/LC_MESSAGES/django.mo and b/readthedocs/locale/he/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index d02d882cd73..0c8b577767d 100644 --- a/readthedocs/locale/he/LC_MESSAGES/django.po +++ b/readthedocs/locale/he/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Yaron Shahrabani , 2018-2019,2022-2024\n" "Language-Team: Hebrew (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,7 +21,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -156,7 +156,7 @@ msgstr "כבר קיים מיזם עם השם המפושט „{0}”." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "מיזם עם {slug_name}={value} אינו תקף כתת־מיזם" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "כבר קיים תת־מיזם עם הכינוי הזה" @@ -206,8 +206,8 @@ msgstr "האימות נכשל" msgid "Log out" msgstr "יציאה" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "נשלחה הזמנה" @@ -236,7 +236,7 @@ msgstr "מזהה משתמש" msgid "Username" msgstr "שם משתמש" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -262,7 +262,7 @@ msgstr "מזהה ארגון" msgid "Organization slug" msgstr "שם ארגון מפושט" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "פעולה" @@ -494,7 +494,7 @@ msgstr "בקשת משיכה/דחיפה" msgid "All versions" msgstr "כל הגרסאות" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "מצב" @@ -503,7 +503,7 @@ msgstr "מצב" msgid "Any" msgstr "כלשהו" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "סוג" @@ -605,153 +605,153 @@ msgstr "נתונים שנוצרו בזמן הבנייה על ידי ה־doctool msgid "Inject new addons js library for this version" msgstr "הזרקת ספריית js של תוספים לגרסה הזאת" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "מצב" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "תאריך" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "הצלחה" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "התקנה" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "שגיאת התקנה" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "פלט" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "שגיאה" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "ביצוע" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "שם גרסה מפושט" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "שם גרסה" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "סוג גרסה" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "הגדרות המשמשות את הבנייה" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "נתיב קובץ הגדרות בנייה מותאם אישית שמשמש את הבנייה הזאת" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "אורך הבנייה" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "בונה" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "אחסון קר" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "מזהה משימת Celery" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "בנייה" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "פקודה" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "תיאור" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "פלט פקודה" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "קוד היציאה של הפקודה" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "מועד התחלה" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "מועד סיום" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "הפעלת גרסה" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "הסתרת גרסה" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "החצנת הגרסה" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "הפרטת הגרסה" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "הגדרת גרסה כברירת מחדל" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "מחיקת גרסה" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "עדיפות כלל" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "מספר נמוך יותר (0) משמעו עדיפות גבוהה יותר" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "ארגומנט התאמה" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "ערך שמשמש את הכלל כדי למצוא גרסה" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "ארגומנט התאמה שהוגדר מראש" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -759,47 +759,47 @@ msgstr "" "ארגומנט התאמה שהוגדר על ידינו, הוא משמש אם אינו ריק (None), אחרת ייעשה שימוש " "ב־match_arg." -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "פעולה שתחול על גרסות תואמות" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "ארגומנט של פקודה" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "ערך שמשמש את הפקודה לביצוע הפעולה" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "סוג הגרסה עליה יחול הכלל" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "גרסה הופעלה" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "גרסה הוסתרה" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "הגרסה הוגדרה לפרטיות ציבורית" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "הגרסה הוגדרה לפרטיות פרטית" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "הגרסה הוגדרה כברירת מחדל" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "גרסה נמחקה" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "כלל תואם" @@ -995,11 +995,6 @@ msgstr "כתובת הדוא״ל לא אומתה" msgid "New beta dashboard" msgstr "לוח בקרה ניסיוני חדש" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "סוג המאגר „{repo_type}” אינו ידוע" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1014,7 +1009,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "הפקודה יצאה באופן חריג" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "יש כרגע סביבת בנייה רצה לגרסה זו" @@ -1208,7 +1203,7 @@ msgstr "העברה לחברות זהב" msgid "Sign Up" msgstr "הרשמה" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "אירעה שגיאה בהתחברות ל־Stripe, נא לנסות שוב בעוד כמה דקות" @@ -1229,36 +1224,36 @@ msgstr "גוף התגובה" msgid "Status code" msgstr "קוד מצב" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "תחלופה {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "התלייה נכנסת מ־GitHub" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "התלייה נכנסת מ־Bitbucket" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "התלייה נכנסת מ־GitLab" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "התלייה נכנסת ב־API גנרי" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "סוג השילוב" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "נתוני ספק" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "סוד ששמשמש לאמת את מטען ההתליה" @@ -1643,11 +1638,11 @@ msgstr "שם הארגון שגוי: לא נוצר שם מפושט." msgid "Organization %(name)s already exists" msgstr "הארגון %(name)s כבר קיים" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "כתובת דוא״ל או שם משתמש" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "המשתמש %(username)s לא קיים" @@ -2097,35 +2092,47 @@ msgstr "עדכון מיזמים" msgid "Verify your email address" msgstr "נא לאמת את כתובת הדוא״ל שלך" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization Name" +msgid "Organization updated" +msgstr "שם הארגון" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Translation deleted" +msgid "Organization deleted" +msgstr "תרגום נמחק" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "הוסרו בעלים" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "המשתמש הוא הבעלים האחרונים, לא ניתן להסיר" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "נוספה קבוצה" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "נמחקה קבוצה" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "עודכנה קבוצה" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "מיזמי הצוות עודכנו" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "נוספו חברים לצוות" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "חברים הוסרו מהצוות" @@ -2309,147 +2316,147 @@ msgstr "גרסאות פרטיות" msgid "Visibility" msgstr "חשיפה" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "מאגר לא מחובר" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "שם מיזם שגוי, כבר קיים מיזם בשם הזה" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "שם המיזם שגוי" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" "זיהינו שהמיזם הזה ציבורי, תצוגות מקדימות של בקשות דחיפה מוגדרות לציבוריות." -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "כדי לבנות מבקשות דחיפה יש" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "לבנות מבקשות דחיפה התליית המאגר שלך צריכה לשלוח אירועי בקשת דחיפה." -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "בניות מבקשות דחיפה לא נתמכות" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "צריך קודם להוסיף שירות מקושר" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "לא נמצאו שירותים מקושרים" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "רק בעלי הארגון יכולים ליצור מיזמים חדשים כשכניסה אחודה מופעלת." -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "מופעלת כניסה אחודה לארגון" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "צריך להיות בצוות עם הרשאות ניהול כדי להוסיף מיזם חדש לארגון שלך." -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "נדרשת הרשאת הנהלה" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "אי אפשר להגדיר מיזמים ידנית כשכניסה אחודה מופעלת בארגון שלך." -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "תיאור קצר של המיזם הזה" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "הגדרה זו התקבלה בירושה מגרסת ההורה." -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "כבר קיים תרגום ל„{lang}” של המיזם {proj}." -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "אורכה של כל תגית חייבת להיות באורך של 100 תווים ומטה." -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "הפעלת תוספים" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "להציג התראה על בניות מבקשות משיכה" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "להציג התראה על גרסאות לא יציבות ועדכניות ללא בדיקה" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "התבנית המותאמת אישית בחלונית הצפה נחוצה בעת בחירת תבנית מותאמת אישית." -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "המשתמש %(username)s כבר ברמת מתחזק" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "המטען חייב להיות עצם JSON תקני." -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "מיזם זה מוגדר עם שיטת גרסאות שאינה תומכת בתרגומים." -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" @@ -3012,10 +3019,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" #: projects/notifications.py:20 -#, fuzzy -#| msgid "Build skipped for this project" msgid "Builds skipped for this project" -msgstr "הבנייה דולגה למיזם הזה" +msgstr "הבניות למיזם הזה נפסחו" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -3031,24 +3036,30 @@ msgid "Error while checking out the repository" msgstr "שגיאה במשיכת (checkout) המאגר" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "סוג מאגר" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "קובץ ההגדרות של Sphinx חסר" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "נמצאו מגוון קובצי הגדרות של Sphinx" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "הקובץ המצופה לא נמצא" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "המאגר נעול" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" -msgstr "" +msgstr "תוספי Read the Docs יופעלו כברירת מחדל ב־7 באוקטובר" #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" @@ -3099,33 +3110,33 @@ msgstr "שם הקובץ היחידי שמותר הוא {filename}." msgid "The only allowed filenames are {filenames}." msgstr "שמות הקבצים היחידים שמותרים הם {filenames}." -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "הגדרות המיזם עודכנו" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "המיזם נמחק" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "תוספי המיזם עודכנו" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "גרסה נוצרה" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "גרסה עודכנה" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." -msgstr "" +msgstr "גילינו קובץ הגדרות במאגר שלך והתחלנו את הבנייה של המיזם הראשון שלך." -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3134,116 +3145,116 @@ msgstr "" "קרתה תקלה עם החשבון שלך אצל {service}, כדאי לנסות לחבר את החשבון שלך מחדש " "בעמוד השירותים המחוברים שלך." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "תת־מיזם נוצר" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "תת־מיזם עודכן" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "תת־מיזם נמחק" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "משתמש נמחק" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "התראה נוצרה" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "התראה נמחקה" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "התלייה נוצרה" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "התלייה עודכנה" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "התלייה נמחקה" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "תרגום נוצר" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "תרגום נמחק" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "הפניה נוצרה" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "הפניה עודכנה" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "הפניה נמחקה" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "שם תחום נוצר" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "שם תחום עודכן" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "שם תחום נמחק" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "שילוב נוצר" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "שילוב נמחק" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "משתנה סביבה נוצר" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "משתנה סביבה נמחק" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "כלל אוטומטציה הועבר" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "כלל אוטומציה נמחק" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "כלל אוטומציה נוצר" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "כלל אוטומציה עודכן" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "הגדרות בקשות הדחיפה עודכנו" @@ -3779,10 +3790,8 @@ msgstr "" "אם שכחת את הסיסמה שלך, ניתן לאפס אותה." #: templates/account/login.html:78 -#, fuzzy -#| msgid "Organization single sign-on enabled" msgid "Log in using single sign-on" -msgstr "מופעלת כניסה אחודה לארגון" +msgstr "כניסה דרך כניסה אחודה (SSO)" #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 @@ -4316,14 +4325,12 @@ msgstr "יותר מדי בקשות" #: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 #: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 -#, fuzzy -#| msgid "Too many requests" msgid "Bad request" -msgstr "יותר מדי בקשות" +msgstr "בקשה פגומה" #: templates/errors/dashboard/4xx.html:16 msgid "Your request is either unsupported or we didn't understand it." -msgstr "" +msgstr "הבקשה שלך לא נתמכת או לא ברורה מספיק." #: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 #: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 @@ -6030,5 +6037,6 @@ msgstr "" "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." -#~ msgid "Unknown message" -#~ msgstr "הודעה לא ידועה" +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "סוג המאגר „{repo_type}” אינו ידוע" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.mo b/readthedocs/locale/hu/LC_MESSAGES/django.mo index 12c5115e19f..01fbcebb7f4 100755 Binary files a/readthedocs/locale/hu/LC_MESSAGES/django.mo and b/readthedocs/locale/hu/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index 7d53fbe0d65..5ba6777c794 100644 --- a/readthedocs/locale/hu/LC_MESSAGES/django.po +++ b/readthedocs/locale/hu/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +20,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -155,7 +155,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -201,8 +201,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -231,7 +231,7 @@ msgstr "" msgid "Username" msgstr "Felhasználónév" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -257,7 +257,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -489,7 +489,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Állapot" @@ -498,7 +498,7 @@ msgstr "Állapot" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "típus" @@ -600,199 +600,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Dátum" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Sikeres" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Beállítás" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Beállítási hiba" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Kimenet" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Hiba" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Kilépési kód" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Megerősít" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "A build-hez használt konfiguráció" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Build hossza" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Builder" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Hűtőház" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Build" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Parancs" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Leírás" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Parancs kimenete" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Parancs kilépési kódja" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Kezdés" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Befejezés" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -986,11 +986,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr " \"{repo_type}\" tároló típus ismeretlen" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1002,7 +997,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "A parancs rendellenesen fejeződött be" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Az építési környezet jelenleg ezen a verzión fut" @@ -1184,7 +1179,7 @@ msgstr "" msgid "Sign Up" msgstr "Regisztráció" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1205,36 +1200,36 @@ msgstr "Válasz test" msgid "Status code" msgstr "Állapotkód" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Csere {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "GitHub bejövő webhurok" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Bitbucket bejövő webhurok" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "GitLab bejövő webhurok" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Általános API bejövő webhurok" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Integráció típusa" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Szolgáltatói adatok" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1614,11 +1609,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2021,35 +2016,47 @@ msgstr "" msgid "Verify your email address" msgstr "E-mail cím ellenőrzése" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Szervezet" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Szervezet" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2233,146 +2240,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Érvénytelen projektnév, ilyen nevű projekt már létezik" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Érvénytelen projektnév" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Már van egy \"{lang}\" fordítás a {proj} projektben." -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 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:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" @@ -2907,10 +2914,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Nincs letöltés ehhez a projekthez." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2926,22 +2931,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Tároló típusa" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2993,33 +3004,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Projekt beállításai frissítve" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Projekt törölve" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3028,116 +3039,116 @@ msgstr "" "Probléma merült fel a {service} fiókjával, próbáljon újra csatlakozni a kapcsolt szolgáltatások oldalon." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -5703,3 +5714,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr " \"{repo_type}\" tároló típus ismeretlen" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index 7e88a6d3396..88d364fc985 100644 --- a/readthedocs/locale/id_ID/LC_MESSAGES/django.po +++ b/readthedocs/locale/id_ID/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -202,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Username" msgstr "Nama pengguna" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -258,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -490,7 +490,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "" @@ -499,7 +499,7 @@ msgstr "" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Jenis" @@ -601,199 +601,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Tanggal" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Sukses" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Keluaran" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Galat" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Perintah" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Deskripsi" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Perintah keluaran" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Perintah kode keluar" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Waktu mulai" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Waktu selesai" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -987,11 +987,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1003,7 +998,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1183,7 +1178,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1204,36 +1199,36 @@ msgstr "" msgid "Status code" msgstr "Kode status" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Penyedia data" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1613,11 +1608,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2020,35 +2015,47 @@ msgstr "" msgid "Verify your email address" msgstr "Verifikasi alamat surel anda" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Organisasi" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Organisasi" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2232,146 +2239,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" @@ -2898,10 +2905,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Tidak ada unduhan pada proyek ini." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2917,22 +2922,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Tipe repositori" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2983,149 +2994,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Pengaturan proyek telah diperbarui" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Proyek dihapus" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.mo b/readthedocs/locale/it/LC_MESSAGES/django.mo index 86f5415be23..b5bcf32c73b 100755 Binary files a/readthedocs/locale/it/LC_MESSAGES/django.mo and b/readthedocs/locale/it/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index aeb495c82a3..accf8c71250 100644 --- a/readthedocs/locale/it/LC_MESSAGES/django.po +++ b/readthedocs/locale/it/LC_MESSAGES/django.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +32,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -167,7 +167,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -213,8 +213,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -243,7 +243,7 @@ msgstr "Codice utente" msgid "Username" msgstr "Nome utente" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -269,7 +269,7 @@ msgstr "Codice organizzazione" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Azione" @@ -501,7 +501,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Stato" @@ -510,7 +510,7 @@ msgstr "Stato" msgid "Any" msgstr "Qualsiasi" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Tipo" @@ -613,199 +613,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Successo" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Setup" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Errore durante il setup" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Canale di Uscita" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Errore" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Codice di uscita" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Commit" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Configurazione usata nella build" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Lunghezza della compilazione" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Compilatore" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Cold Storage" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Compilazione" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Comando" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrizione" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Risultato del comando" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Codice di uscita del comando" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Ora di inizio" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Ora di uscita" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -999,11 +999,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "Tipo del repository \"{repo_type}\" sconosciuto" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1015,7 +1010,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "Il comando è terminato anormalmente" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Un ambiente di build sta compilando questa versione" @@ -1197,7 +1192,7 @@ msgstr "" msgid "Sign Up" msgstr "Iscriviti" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1218,36 +1213,36 @@ msgstr "Response body" msgid "Status code" msgstr "Codice Stato:" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Cambia {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "Webhook per GitHub" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Webhook per Bitbucket" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "Webhook per GitLab" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Webhook per API generiche" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Tipo di integrazione" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Provider data" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1628,11 +1623,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2035,35 +2030,47 @@ msgstr "" msgid "Verify your email address" msgstr "Verifica il tuo indirizzo email" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Organizzazione" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Organizzazione" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2247,147 +2254,147 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Nome di progetto invalido: uno esiste già con quel nome" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Nome progetto non valido" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "C'è già una traduzione \"{lang}\" per il progetto {proj}." -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" @@ -2926,10 +2933,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Nessun download per questo progetto." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2945,22 +2950,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Tipo del repository" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -3011,33 +3022,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Impostazioni di progetto aggiornate" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Progetto eliminato" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3046,116 +3057,116 @@ msgstr "" "C'è un problema con il tuo {service} account, prova a riconnettere il tuo " "account alla pagina dei servizi collegati." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -4202,10 +4213,8 @@ msgstr "Troppe richieste" #: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 #: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 -#, fuzzy -#| msgid "Too many requests" msgid "Bad request" -msgstr "Troppe richieste" +msgstr "" #: templates/errors/dashboard/4xx.html:16 msgid "Your request is either unsupported or we didn't understand it." @@ -5764,3 +5773,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "Tipo del repository \"{repo_type}\" sconosciuto" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index 819ac882149..2f500673c55 100644 --- a/readthedocs/locale/ja/LC_MESSAGES/django.po +++ b/readthedocs/locale/ja/LC_MESSAGES/django.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +32,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -167,7 +167,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -213,8 +213,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -243,7 +243,7 @@ msgstr "" msgid "Username" msgstr "ユーザー名" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -269,7 +269,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -501,7 +501,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "状態" @@ -510,7 +510,7 @@ msgstr "状態" msgid "Any" msgstr "すべて" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "種類" @@ -612,199 +612,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "ステータス" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "日付" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "成功" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "設定" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "設定エラー" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "出力" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "エラー" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "終了コード" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "コミット" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "バージョン名" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "バージョンの種類" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "ビルドに使用される構成" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "ビルドの長さ" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "ビルダ" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "コールドストレージ" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "CeleryのタスクID" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "ビルド" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "コマンド" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "説明" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "コマンド出力" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "コマンド終了コード" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "開始時間" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "終了時間" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -998,11 +998,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1014,7 +1009,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "コマンドが不正に終了しました" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "このバージョンで現在動作しているビルド環境" @@ -1193,7 +1188,7 @@ msgstr "" msgid "Sign Up" msgstr "サインアップ" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1214,36 +1209,36 @@ msgstr "レスポンスボディ" msgid "Status code" msgstr "ステータスコード" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "GitHubからのwebhook" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Bitbucketからのwebhook" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "GitLabからのwebhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "一般的なAPIからのwebhook" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1623,11 +1618,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2030,35 +2025,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "組織" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "組織" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2242,146 +2249,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "無効なプロジェクト名" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "\"{lang}\" 言語の翻訳はすでに {proj} プロジェクトに存在します。" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "それぞれのタグの長さは 100 文字以下でなくてはなりません。" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" @@ -2912,10 +2919,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "このプロジェクトにはダウンロードできるファイルはありません" +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2931,22 +2936,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "リポジトリの種類" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2997,33 +3008,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "プロジェクト設定を更新しました" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "プロジェクトを削除しました" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3032,116 +3043,116 @@ msgstr "" "あなたの {service} アカウントに問題が起きました。接続中の" "サービスページでアカウントの再接続をしてください。" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 899ca5379ae..cf66563da1d 100644 --- a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po +++ b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -155,7 +155,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -201,8 +201,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -231,7 +231,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -257,7 +257,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -489,7 +489,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "상태" @@ -498,7 +498,7 @@ msgstr "상태" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "종류" @@ -600,199 +600,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "날짜" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "성공" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "설치" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "설치 오류" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "결과물" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "오류" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "커밋" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "빌드 길이" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "빌더" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "빌드" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "명령어" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "설명" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "시작 시간" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "종료 시간" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -986,11 +986,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1002,7 +997,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "명령어가 비정상적으로 종료됨" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1181,7 +1176,7 @@ msgstr "" msgid "Sign Up" msgstr "회원가입" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1202,36 +1197,36 @@ msgstr "응답 본문" msgid "Status code" msgstr "상태 코드" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1611,11 +1606,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2018,35 +2013,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "조직" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "조직" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2230,146 +2237,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2897,10 +2904,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "이 프로젝트에서 다운로드할 항목이 없습니다." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2916,22 +2921,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "저장소 종류" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2982,149 +2993,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "프로젝트 삭제됨" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.mo b/readthedocs/locale/lt/LC_MESSAGES/django.mo index 6fc70650df5..bf7d90c1225 100755 Binary files a/readthedocs/locale/lt/LC_MESSAGES/django.mo and b/readthedocs/locale/lt/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 8d591d6fd16..39130823eaf 100644 --- a/readthedocs/locale/lt/LC_MESSAGES/django.po +++ b/readthedocs/locale/lt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +22,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -157,7 +157,7 @@ msgstr "Projekto žetonas „{0}“ jau yra." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projektas su {slug_name}={value} netinkamas kaip subprojektas" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Subprojektas su tokiu pavadinimu jau yra" @@ -203,8 +203,8 @@ msgstr "Autentifikacijos klaida" msgid "Log out" msgstr "Atsijungti" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "Pakvietimas išsiųstas" @@ -233,7 +233,7 @@ msgstr "Naudotojo ID" msgid "Username" msgstr "Naudotojo vardas" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -259,7 +259,7 @@ msgstr "Organizacijos ID" msgid "Organization slug" msgstr "Organizacijos žetonas" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Veiksmas" @@ -493,7 +493,7 @@ msgstr "Paimti/sulieti užklausą" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Būsena" @@ -502,7 +502,7 @@ msgstr "Būsena" msgid "Any" msgstr "Bet kas" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Tipas" @@ -605,153 +605,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:739 +#: builds/models.py:745 msgid "Status" msgstr "Būsena" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Sėkmė" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Nustatymai" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Nustatymų klaida" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Išvestis" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Klaida" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Baigimo kodas" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Patvirtinti" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "Versijos žetonas" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "Versijos pavadinimas" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "Versijos tipas" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Kūrime naudojama konfigūracija" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "Savas kūrimo konfigūracijos failas, naudotas šiam kūrimui" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Kūrimo ilgis" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Kūrėjas" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Šalta laikmena" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "Užduoties id" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Kurti" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Komanda" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Aprašymas" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Komandos išvestis" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Komandos pabaigos kodas" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Pradžios laikas" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Pabaigos laikas" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "Aktyvuoti versiją" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "Slėpti versiją" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "Daryti versiją vieša" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "Daryti versiją privačia" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "Nustatyti versiją kaip numatytąją" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "Trinti versiją" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "Taisyklės prioritetas" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "Mažesnis skaičius (0) reiškia aukštesnį prioritetą" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "Atitikmens argumentas" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "Reikšmė naudojama versijos atitikimo taisyklei" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "Pradinis atitikimo argumentas" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -759,47 +759,47 @@ msgstr "" "Mūsų apibrėžtas atitikimo argumentas. Jis naudojamas, jei ne Jokio. " "Priešingu atveju naudojamas match_arg." -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "Veiksmas, taikomas atitinkančioms versijoms" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "Veiksmo argumentas" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "Reikšmė, naudojama veiksmo atlikimui" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "Tipas versijos, kuriai turi būti taikoma taisyklė" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "Versija aktyvuota" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "Versija paslėpta" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "Versijai nustatytas viešas privatumas" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "Versijai nustatytas privatus privatumas" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "Versija nustatyta kaip numatytoji" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "Versija ištrinta" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "Atitinkanti taisyklė" @@ -994,11 +994,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "Nežinomas repozitorijos tipas „{repo_type}“" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1013,7 +1008,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "Komanda nenormaliai baigta" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Šiai versijai šiuo metu veikia kūrimo aplinka" @@ -1208,7 +1203,7 @@ msgstr "Tapkite auksiniu nariu" msgid "Sign Up" msgstr "Prisiregistruoti" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1230,36 +1225,36 @@ msgstr "Atsakymo turinys" msgid "Status code" msgstr "Būsenos kodas" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Exchange {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "GitHub įeinantis webhook" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Bitbucket įeinantis webhook" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "GitLab įeinantis webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Bendras API įeinantis webhook" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Integracijos tipas" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Tiekėjo duomenys" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "Paslaptis, naudojama krovinio patikrinimui" @@ -1646,11 +1641,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:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "E-pašto adresas arba naudotojo vardas" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "Naudotojas %(username)s neegzistuoja" @@ -2086,35 +2081,47 @@ msgstr "" msgid "Verify your email address" msgstr "Patvirtinti jūsų e-pašto adresą" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization Name" +msgid "Organization updated" +msgstr "Organizacijos pavadinimas" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization deleted" +msgstr "Organizacijos žetonas" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2298,146 +2305,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Netinkamas projekto pavadinimas, projektas tokiu pavadinimu jau yra" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Netinkamas projekto pavadinimas" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Jau yra projekto {proj} vertimo kalba „{lang}“." -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" @@ -2970,10 +2977,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Nėra atsisiuntimų šiam projektui." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2989,22 +2994,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Repozitorijos tipas" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -3055,33 +3066,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Projekto nustatymai pakeisti" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Projektas ištrintas" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3090,116 +3101,116 @@ msgstr "" "Yra problemų su jūsų {service} paskyra, bandykite prijungti iš naujo jūsų prijungtų paslaugų puslapyje." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -4244,10 +4255,8 @@ msgstr "" #: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 #: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 -#, fuzzy -#| msgid "Invitation request" msgid "Bad request" -msgstr "Pakvietimo užklausa" +msgstr "" #: templates/errors/dashboard/4xx.html:16 msgid "Your request is either unsupported or we didn't understand it." @@ -5802,3 +5811,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "Nežinomas repozitorijos tipas „{repo_type}“" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 57f1ef6e8e9..fc276570d9b 100644 --- a/readthedocs/locale/nb/LC_MESSAGES/django.po +++ b/readthedocs/locale/nb/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +21,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -202,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Username" msgstr "Brukernavn" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -258,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -490,7 +490,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Tilstand" @@ -499,7 +499,7 @@ msgstr "Tilstand" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Type" @@ -601,199 +601,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Dato" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Suksess" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Oppsett" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Oppsettsfeil" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Utdata" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Feil" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Commit" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Byggelengde" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Bygger" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Kald lagring" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Bygg" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Kommando" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beskrivelse" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Kommandoresultat" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Kommando avslutningskode" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Starttid" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Sluttid" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -987,11 +987,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1003,7 +998,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1182,7 +1177,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1203,36 +1198,36 @@ msgstr "" msgid "Status code" msgstr "" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1612,11 +1607,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2019,35 +2014,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Organisasjon" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Organisasjon" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2231,146 +2238,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2900,10 +2907,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Ingen nedlastninger er tilgjengelig for dette prosjektet." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2919,22 +2924,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Repotype" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2986,149 +2997,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index b9db056e5af..8afed323b04 100644 --- a/readthedocs/locale/nl/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl/LC_MESSAGES/django.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +27,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -162,7 +162,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -208,8 +208,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -238,7 +238,7 @@ msgstr "" msgid "Username" msgstr "Gebruikersnaam" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -264,7 +264,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -496,7 +496,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Status" @@ -505,7 +505,7 @@ msgstr "Status" msgid "Any" msgstr "Allemaal" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Soort" @@ -608,199 +608,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Gelukt" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Installatie" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Installatiefout" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Resultaat" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fout" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Afsluitcode" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Commit" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "De bij het samenstellen gebruikte configuratie" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Samenstelduur" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Samensteller" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Lange bewaring" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Samenstellen" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Opdracht" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Omschrijving" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Opdrachtuitvoer" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Opdrachtafsluitcode" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Begintijd" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Eindtijd" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -994,11 +994,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1010,7 +1005,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "Commando abnormaal gestopt" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Een bouw omgeving is momenteel actief voor deze versie" @@ -1193,7 +1188,7 @@ msgstr "" msgid "Sign Up" msgstr "Registreren" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1214,36 +1209,36 @@ msgstr "Antwoordinhoud" msgid "Status code" msgstr "Statuscode" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "{0} uitwisselen" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "GitHub inkomende webhook" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Bitbucket inkomende webhook" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "GitLab inkomende webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Algemene api inkomende webhook" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Soort integratie" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Dienstgegevens" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1623,11 +1618,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2030,35 +2025,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Organisatie" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Organisatie" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2242,146 +2249,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Ongeldige project naam, er bestaat al een project met deze naam" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Ongeldige projectnaam" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2906,10 +2913,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Geen downloads voor dit project." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2925,22 +2930,26 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 -msgid "Sphinx configuration file is missing" +msgid "Repository type not suported" msgstr "" #: projects/notifications.py:112 +msgid "Sphinx configuration file is missing" +msgstr "" + +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2992,149 +3001,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Projectinstellingen bijgewerkt" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Project verwijderd" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index 1866bc9c30d..4ec08555827 100644 --- a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +23,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -158,7 +158,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -204,8 +204,8 @@ msgstr "" msgid "Log out" msgstr "Uitloggen" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "Uitnodiging verstuurd" @@ -234,7 +234,7 @@ msgstr "Gebruikers ID" msgid "Username" msgstr "Gebruikersnaam" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -260,7 +260,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Actie" @@ -492,7 +492,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Staat" @@ -501,7 +501,7 @@ msgstr "Staat" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Type" @@ -604,199 +604,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Succesvol" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Opbouw" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Opbouwfout" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Resultaat" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fout" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Exit code" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Commit" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Gebruikte configuratie voor de bouw" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Bouwlengte" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Bouwer" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Koude opslag" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Build" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Commando" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Beschrijving" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Resultaat van commando" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Exit code van commando" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Starttijd" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Eindtijd" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -990,11 +990,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1006,7 +1001,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "Commando abnormaal gestopt" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Er draait momenteel een bouwomgeving voor deze versie" @@ -1188,7 +1183,7 @@ msgstr "" msgid "Sign Up" msgstr "Inschrijven" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1209,36 +1204,36 @@ msgstr "Response body" msgid "Status code" msgstr "Statuscode" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Uitwisseling {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "Inkomende GitHub webhook" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Inkomende Bitbucket webhook" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "Inkomende GitLab webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Inkomende webhook voor generieke API" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Integratiesoort" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Providergegevens" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1619,11 +1614,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2026,35 +2021,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Organisatie" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Organisatie" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2238,147 +2245,147 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" "Ongeldige projectnaam, er bestaat al een project met exact dezelfde naam" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Ongeldige projectnaam" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Er is al een \"{lang}\"-vertaling voor het {proj}-project." -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" @@ -2920,22 +2927,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Repository-type" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2986,149 +2999,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index b516310602c..9f72922d8d9 100644 --- a/readthedocs/locale/pl/LC_MESSAGES/django.po +++ b/readthedocs/locale/pl/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +28,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -163,7 +163,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -209,8 +209,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -239,7 +239,7 @@ msgstr "" msgid "Username" msgstr "Nazwa użytkownika" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -265,7 +265,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -497,7 +497,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Stan" @@ -506,7 +506,7 @@ msgstr "Stan" msgid "Any" msgstr "Dowolny" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Typ" @@ -608,199 +608,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Sukces" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Ustawienia" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Błąd ustawień" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Wyjście" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Błąd" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Commit" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Konfiguracja użyta w buildzie" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Długość buildu" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Builder" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Build" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Komenda" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Opis" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Wyjście komendy" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Kod wyjścia komendy" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Czas początku" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Czas końca" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -994,11 +994,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1010,7 +1005,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "Komenda zakończyła się nieprawidłowo" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Środowisko buildu jest już uruchomione dla tej wersji" @@ -1189,7 +1184,7 @@ msgstr "" msgid "Sign Up" msgstr "Rejestracja" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1210,36 +1205,36 @@ msgstr "" msgid "Status code" msgstr "Kod odpowiedzi" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "Nadchodzący webhook GitHub" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Nadchodzący webhook Bitbucket" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "Nadchodzący webhook GitLab" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1621,11 +1616,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2028,35 +2023,47 @@ msgstr "" msgid "Verify your email address" msgstr "Zweryfikuj swój adres email" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Organizacja" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Organizacja" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2240,146 +2247,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Niepoprawna nazwa projektu" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2904,10 +2911,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Brak plików do pobrania dla tego projektu." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2923,22 +2928,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Typ repozytorium" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2989,149 +3000,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Zaktualizowano ustawienia projektu" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Projekt usunięty" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 1bff41995a7..08be2e1e1ce 100755 Binary files a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo and b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index e6a002c194b..8e3f0cd013e 100644 --- a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rafael Fontenelle , 2020,2022-2024\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/readthedocs/" @@ -36,7 +36,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -171,7 +171,7 @@ msgstr "Um projeto com slug \"{0}\" já existe." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O projeto com {slug_name}={value} não é válido como subprojeto" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Um subprojeto com este alias já existe" @@ -223,8 +223,8 @@ msgstr "Falha de autenticação" msgid "Log out" msgstr "Sair" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "Convite enviado" @@ -253,7 +253,7 @@ msgstr "ID do usuário" msgid "Username" msgstr "Usuário" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -279,7 +279,7 @@ msgstr "ID da organização" msgid "Organization slug" msgstr "Slug da organização" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Ação" @@ -513,7 +513,7 @@ msgstr "Pull/merge request" msgid "All versions" msgstr "Todas as versões" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Estado" @@ -522,7 +522,7 @@ msgstr "Estado" msgid "Any" msgstr "Qualquer" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Tipo" @@ -626,155 +626,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:739 +#: builds/models.py:745 msgid "Status" msgstr "Status" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Sucesso" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Configuração" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Erro de configuração" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Saída" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erro" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Commit" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "Slug de versão" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "Nome da versão" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "Tipo da versão" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Configuração usada na construção" -#: builds/models.py:791 +#: builds/models.py:797 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:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Tamanho da construção" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Builder" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Armazenamento a frio" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "ID da tarefa Celery" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Construção" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Comando" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Descrição" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Saída do comando" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Código de saída do comando" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Horário de início" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Horário de término" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "Ativar versão" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "Ocultar versão" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "Tornar pública a versão" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "Tornar privada a versão" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "Definir versão como padrão" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "Excluir versão" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "Prioridade da regra" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "Um número menor que (0) significa uma prioridade mais alta" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "Argumento correspondência" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "Valor usado para a regra corresponder à versão" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "Argumento correspondência predefinido" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -782,47 +782,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:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "Ação para aplicar às versões correspondentes" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "Argumento ação" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "Valor usado para a ação realizar uma operação" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "Tipo da versão à qual a regra deve ser aplicada" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "Versão ativada" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "Versão oculta" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "Versão definida com privacidade pública" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "Versão definida com privacidade privada" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "Versão definida como padrão" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "Versão excluída" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "Regra correspondida" @@ -1018,11 +1018,6 @@ msgstr "Endereço de e-mail não verificado" msgid "New beta dashboard" msgstr "Novo painel beta" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "Tipo de repositório \"{repo_type}\" desconhecido" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1038,7 +1033,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "O comando encerrado de forma anormal" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Um ambiente de construção está atualmente em execução para esta versão" @@ -1235,7 +1230,7 @@ msgstr "Torne-se um membro Gold" msgid "Sign Up" msgstr "Cadastrar" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1257,36 +1252,36 @@ msgstr "Corpo da resposta" msgid "Status code" msgstr "Código de status" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Troca {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "Webhook para o GitHub" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Webhook para o Bitbucket" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "Webhook para o GitLab" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Webhook para a API genérica" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Tipo de integração" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Dados do provedor" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "Segredo usado para validar a carga útil do webhook" @@ -1675,11 +1670,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:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 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:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "Usuário %(username)s não existe" @@ -2139,35 +2134,47 @@ msgstr "Atualizar projetos" msgid "Verify your email address" msgstr "Verifique seu endereço de e-mail" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization Name" +msgid "Organization updated" +msgstr "Nome da organização" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Translation deleted" +msgid "Organization deleted" +msgstr "Tradução excluída" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "Dono removido" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "O usuário é o último dono, não pode ser removido" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "Equipe adicionada" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "Equipe excluída" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "Equipe atualizada" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "Projetos da equipe atualizados" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "Membro adicionado à equipe" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "Membro removido da equipe" @@ -2351,19 +2358,19 @@ msgstr "Versões privadas" msgid "Visibility" msgstr "Visibilidade" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "Nenhum repositório conectado" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Nome do projeto inválido. Já existe um projeto com esse nome" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Nome de projeto inválido" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." @@ -2371,11 +2378,11 @@ msgstr "" "Detectamos que este projeto é público, as prévias de pull request estão " "definidas como públicas." -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "Para construir a partir de pull requests, você precisa de uma " -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2383,20 +2390,20 @@ msgstr "" "Para construir a partir de pull requests, o webhook do seu repositório " "precisa enviar eventos de pull request." -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "Sem suporte a construção a partir de pull requests" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "Você deve adicionar um serviço conectado " -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "Nenhum serviço conectado encontrado" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." @@ -2404,11 +2411,11 @@ msgstr "" "Somente os donos da organização podem criar novos projetos quando o logon " "único estiver ativado." -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "Logon único da organização ativado" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." @@ -2416,11 +2423,11 @@ msgstr "" "Você deve fazer parte de uma equipe com permissões de administrador para " "adicionar um novo projeto à sua organização." -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "Permissão de administrador necessária" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." @@ -2428,39 +2435,39 @@ msgstr "" "Os projetos não podem ser configurados manualmente quando o logon único está " "ativado para sua organização." -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "Descrição curta deste projeto" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "Essa configuração é herdada da tradução mãe." -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Há há uma tradução \"{lang}\" para o projeto {proj}." -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "Ativar addons" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "Mostrar uma notificação em construções de pull requests" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" "Mostrar uma notificação em versões não estáveis e mais recentes (latest)" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." @@ -2468,16 +2475,16 @@ msgstr "" "O padrão personalizado de classificação do menu flutuante é necessário ao " "selecionar um padrão personalizado." -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuário %(username)s já é um mantenedor" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "A carga útil deve ser um objeto JSON válido." -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." @@ -2485,27 +2492,27 @@ msgstr "" "Este projeto está configurado com um esquema de versionamento que não " "oferece suporte a traduções." -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "Apenas um domínio pode ser canônico por vez." -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" @@ -3084,10 +3091,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "Expor esta variável de ambiente em construções de PR?" #: projects/notifications.py:20 -#, fuzzy -#| msgid "Build skipped for this project" msgid "Builds skipped for this project" -msgstr "Construção ignorada neste projeto" +msgstr "Construções ignoradas para este projeto" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -3103,24 +3108,31 @@ msgid "Error while checking out the repository" msgstr "Erro ao verificar o repositório" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Tipo de repositório" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "O arquivo de configuração do Sphinx está ausente" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "Vários arquivos de configuração do Sphinx encontrados" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "Arquivo esperado não encontrado" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "Repositório bloqueado" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" +"Read the Docs Addons estará ativado por padrão a partir de 7 de outubro" #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" @@ -3174,33 +3186,35 @@ msgstr "O único nome de arquivo permitido é {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de arquivos permitidos são {filenames}." -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Configurações do projeto atualizadas" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Projeto excluído" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "Addons do projeto atualizados" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "Versão criada" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "Versão atualizada" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" +"Detectamos um arquivo de configuração em seu repositório e iniciamos a " +"primeira construção do seu projeto." -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3209,116 +3223,116 @@ msgstr "" "Há um problema com sua conta do {service}, tente reconectar sua conta na sua " "página de serviços conectados." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "Subprojeto criado" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "Subprojeto atualizado" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "Subprojeto excluído" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "Usuário excluído" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, 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:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "Notificação criada" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "Notificação excluída" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "Webhook criado" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "Webhook atualizado" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "Webhook excluído" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "Tradução criada" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "Tradução excluída" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "Redirecionamento criado" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "Redirecionamento atualizado" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "Redirecionamento excluído" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "Domínio criado" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "Domínio atualizado" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "Domínio excluído" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "Integração criada" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "Integração excluída" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "Variável ambiente criada" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "Variável ambiente excluída" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "Regra de automação movida" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "Regra de automação excluída" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "Regra de automação criada" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "Regra de automação atualizada" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "As configurações de pull request foram atualizadas" @@ -3872,10 +3886,8 @@ msgstr "" "a>." #: templates/account/login.html:78 -#, fuzzy -#| msgid "Organization single sign-on enabled" msgid "Log in using single sign-on" -msgstr "Logon único da organização ativado" +msgstr "Faça login usando logon único" #: templates/account/password_change.html:5 #: templates/account/password_change.html:9 @@ -4416,14 +4428,12 @@ msgstr "Número excessivo de solicitações" #: templates/errors/dashboard/4xx.html:6 templates/errors/dashboard/4xx.html:11 #: templates/errors/proxito/4xx.html:7 templates/errors/proxito/4xx.html:11 -#, fuzzy -#| msgid "Too many requests" msgid "Bad request" -msgstr "Número excessivo de solicitações" +msgstr "Solicitação inválida" #: templates/errors/dashboard/4xx.html:16 msgid "Your request is either unsupported or we didn't understand it." -msgstr "" +msgstr "Sua solicitação não é suportada ou não a entendemos." #: templates/errors/dashboard/500.html:5 templates/errors/dashboard/5xx.html:5 #: templates/errors/proxito/500.html:5 templates/errors/proxito/5xx.html:5 @@ -6187,5 +6197,6 @@ msgstr "" "excluir a conexão OAuth do Read the Docs. No GitHub, isso está localizado em " "Settings > Applications > Authorized OAuth Apps." -#~ msgid "Unknown message" -#~ msgstr "Mensagem desconhecida" +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "Tipo de repositório \"{repo_type}\" desconhecido" diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.mo b/readthedocs/locale/ru/LC_MESSAGES/django.mo index 38ac0e2a05d..71c096300e5 100755 Binary files a/readthedocs/locale/ru/LC_MESSAGES/django.mo and b/readthedocs/locale/ru/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.po b/readthedocs/locale/ru/LC_MESSAGES/django.po index f843a30d149..c13eaf812bd 100644 --- a/readthedocs/locale/ru/LC_MESSAGES/django.po +++ b/readthedocs/locale/ru/LC_MESSAGES/django.po @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +38,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -173,7 +173,7 @@ msgstr "Проект с URL \"{0}\" уже существует." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект с {slug_name}={value} недействителен в качестве подпроекта" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Подпроект с таким псевдонимом уже существует" @@ -219,8 +219,8 @@ msgstr "Ошибка авторизации" msgid "Log out" msgstr "Выйти" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "Приглашение отправлено" @@ -249,7 +249,7 @@ msgstr "Идентификатор пользователя" msgid "Username" msgstr "Имя пользователя" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -275,7 +275,7 @@ msgstr "Идентификатор организации" msgid "Organization slug" msgstr "URL организации" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Действие" @@ -507,7 +507,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Состояние" @@ -516,7 +516,7 @@ msgstr "Состояние" msgid "Any" msgstr "Любая" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Тип" @@ -618,199 +618,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "Статус" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Дата" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Успешно" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Настройки" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Ошибка настройки" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Вывод" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Ошибка" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Коммит" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "URL версии" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "Имя версии" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "Тип версии" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Конфигурация, использованная в сборке" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Длина сборки" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Сборщик" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Холодное хранение" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "Идентификатор задачи Celery" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Сборка" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Команда" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Описание" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Вывод команды" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Код завершения команды" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Начальное время" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Конечное время" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "Активировать версию" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "Скрыть версию" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "Сделать версию общедоступной" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "Сделать версию приватной" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "Установить версию по умолчанию" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "Удалить версию" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "Приоритет правила" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "Версия активирована" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "Версия скрыта" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "Версия настроена на публичную конфиденциальность" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "Версия настроена на приватную конфиденциальность" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "Версия установлена по умолчанию" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "Версия удалена" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "Соответствующее правило" @@ -1006,11 +1006,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "Неизвестный тип репозитория: «{repo_type}»" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1025,7 +1020,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "Команда завершилась со сбоем" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Среда сборки в настоящее время запущена для этой версии" @@ -1212,7 +1207,7 @@ msgstr "" msgid "Sign Up" msgstr "Регистрация" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1233,36 +1228,36 @@ msgstr "Тело ответа" msgid "Status code" msgstr "Код состояния" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Обмен {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "Входящий веб-обработчик GitHub" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Входящий веб-обработчик Bitbucket" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "Входящий веб-обработчик GitLab" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Входящий веб-обработчик Generic API" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Тип интеграции" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Данные провайдера" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1644,11 +1639,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2051,35 +2046,47 @@ msgstr "" msgid "Verify your email address" msgstr "Подтвердите ваш email адрес" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization updated" +msgstr "URL организации" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization deleted" +msgstr "URL организации" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2263,146 +2270,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Неверное название проекта, или проект с таким названием уже существует" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Недопустимое имя проекта" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Уже существует перевод “{lang}” для проекта {proj}." -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Длина каждой метки не должна превышать 100 символов." -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" @@ -2940,10 +2947,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Для этого проекта скачивать нечего." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2959,22 +2964,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Тип репозитория" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -3027,33 +3038,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Обновлены настройки проекта" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Проект удалён" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3062,116 +3073,116 @@ msgstr "" "Возникла проблема с вашей учётной записью {service}, попробуйте повторно " "подключить её на странице подключённых служб." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -5817,3 +5828,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "Неизвестный тип репозитория: «{repo_type}»" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index 00b19376fb6..55b15855969 100644 --- a/readthedocs/locale/sk/LC_MESSAGES/django.po +++ b/readthedocs/locale/sk/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +22,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -157,7 +157,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -203,8 +203,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -233,7 +233,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -259,7 +259,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -491,7 +491,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Stav" @@ -500,7 +500,7 @@ msgstr "Stav" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Typ" @@ -602,199 +602,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Dátum" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Úspech" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Nastavenia" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Chyba pri nastavení" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Výstup" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Chyba" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Popis" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -988,11 +988,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1004,7 +999,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1183,7 +1178,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1204,36 +1199,36 @@ msgstr "" msgid "Status code" msgstr "" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1613,11 +1608,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2020,35 +2015,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Organizácia" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Organizácia" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2232,146 +2239,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2913,22 +2920,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Typ repozitára" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2979,149 +2992,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.mo b/readthedocs/locale/tr/LC_MESSAGES/django.mo index b68980c752a..2e46896ecba 100755 Binary files a/readthedocs/locale/tr/LC_MESSAGES/django.mo and b/readthedocs/locale/tr/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index f7ce59f81c7..43358f3a451 100644 --- a/readthedocs/locale/tr/LC_MESSAGES/django.po +++ b/readthedocs/locale/tr/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +21,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -202,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Username" msgstr "Kullanıcı adı" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -258,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -490,7 +490,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Durum" @@ -499,7 +499,7 @@ msgstr "Durum" msgid "Any" msgstr "" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Tür" @@ -601,199 +601,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Tarih" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Başarılı" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Kurulum" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Kurulum hatası" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Çıktı" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Hata" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "İşle" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Oluşturmada kullanılan yapılandırma" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Oluşturma Uzunluğu" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "Oluşturucu" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "Uzak Depolama" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Oluştur" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Komut" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Tanım" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Komut çıktısı" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Komut çıkış kodu" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Başlama zamanı" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Bitiş zamanı" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -987,11 +987,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "Depo türü \"{repo_type}\" bilinmiyor" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1003,7 +998,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "Komuttan anormal olarak çıkıldı" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "Bu sürüm için şu anda bir oluşturma ortamı çalışıyor" @@ -1187,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "Kaydol" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1208,36 +1203,36 @@ msgstr "Yanıtlanan gövde" msgid "Status code" msgstr "Durum kodu" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "{0} değiştir" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "GitHub gelen web kancası" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Bitbucket gelen web kancası" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "GitLab gelen web kancası" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "Genel API gelen web kancası" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "Bütünleştirme türü" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "Sağlayıcı verileri" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1619,11 +1614,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2026,35 +2021,47 @@ msgstr "" msgid "Verify your email address" msgstr "E-posta adresinizi doğrulayın" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Kuruluş" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Kuruluş" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2238,146 +2245,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "Geçersiz proje adı, bir proje zaten bu adla var" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "Geçersiz proje adı" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "{proj} projesi için zaten bir \"{lang}\" çevirisi var." -#: projects/forms.py:574 +#: projects/forms.py:577 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:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1136 +#: projects/forms.py:1149 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:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" @@ -2911,10 +2918,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Bu proje için indirmeler yok." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2930,22 +2935,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Depo türü" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2996,33 +3007,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "Proje ayarları güncellendi" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "Proje silindi" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3031,116 +3042,116 @@ msgstr "" "{service} hesabınızla ilgili bir sorun var, bağlı " "hizmetler sayfanızda hesabınızı yeniden bağlamayı deneyin." -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -5744,3 +5755,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "Depo türü \"{repo_type}\" bilinmiyor" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index 8b294910f46..57762ba3c7b 100644 --- a/readthedocs/locale/uk/LC_MESSAGES/django.po +++ b/readthedocs/locale/uk/LC_MESSAGES/django.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +29,7 @@ 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:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -164,7 +164,7 @@ msgstr "Проект зі слагом \"{0}\" вже існує." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект із {slug_name}={value} недійсний як підпроект" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "Підпроект із цим псевдонімом уже існує" @@ -210,8 +210,8 @@ msgstr "Помилка автентифікації" msgid "Log out" msgstr "Вийти" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "Запрошення надіслане" @@ -240,7 +240,7 @@ msgstr "Ідентифікатор користувача" msgid "Username" msgstr "Ім'я користувача" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -266,7 +266,7 @@ msgstr "ідентифікатор організації" msgid "Organization slug" msgstr "Слаг Організації" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "Дія" @@ -500,7 +500,7 @@ msgstr "Запит на витяг/злиття" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Стан" @@ -509,7 +509,7 @@ msgstr "Стан" msgid "Any" msgstr "Будь-що" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Тип" @@ -614,201 +614,201 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "Статус" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Дата" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Успішно" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Установка" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Помилка установки" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Вивід" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Помилка" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "Здійснити" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "Слаг версії" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "Ім'я версії" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "Тип версії" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "Конфігурація, використана в збірці" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" "Шлях до файлу конфігурації спеціальної збірки, який використовується в цій " "збірці" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "Довжина збірки" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "холодне зберігання" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "Ідентифікатор завдання із селери" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "Будувати" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "Команда" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Опис" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "Вивід команди" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "Код виходу команди" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "Час початку" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "Час закінчення" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -1002,11 +1002,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1018,7 +1013,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1197,7 +1192,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1218,36 +1213,36 @@ msgstr "" msgid "Status code" msgstr "Код стану" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1627,11 +1622,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2034,35 +2029,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization updated" +msgstr "Слаг Організації" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization deleted" +msgstr "Слаг Організації" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2246,146 +2253,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2914,10 +2921,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "Нема завантажень для цього проекту." +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2933,22 +2938,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Тип сховища" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2999,149 +3010,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index 40ad3cd1b88..d834481027c 100644 --- a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po +++ b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +21,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -202,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -258,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -490,7 +490,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "Trạng thái" @@ -499,7 +499,7 @@ msgstr "Trạng thái" msgid "Any" msgstr "Bất kỳ" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "Kiểu" @@ -601,199 +601,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "Ngày tháng" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "Thành công" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "Cài đặt" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "Lỗi cài đặt" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "Đầu ra" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "Lỗi" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "Miêu tả" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -987,11 +987,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1003,7 +998,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "" @@ -1182,7 +1177,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1203,36 +1198,36 @@ msgstr "" msgid "Status code" msgstr "" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1612,11 +1607,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2019,35 +2014,47 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization" +msgid "Organization updated" +msgstr "Tổ chức" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization" +msgid "Organization deleted" +msgstr "Tổ chức" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2231,146 +2238,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2912,22 +2919,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "Kiểu repository" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2978,149 +2991,149 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index 0937dee8cf0..6642a181573 100644 --- a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po @@ -33,7 +33,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +44,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -179,7 +179,7 @@ msgstr "网址标识为「{0}」的项目已存在。" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "带有 {slug_name}={value} 的项目不能作为子项目。" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "存在具有此名称的子项目" @@ -225,8 +225,8 @@ msgstr "认证失败" msgid "Log out" msgstr "退出登录" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "" @@ -255,7 +255,7 @@ msgstr "用户 ID" msgid "Username" msgstr "用户名" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -281,7 +281,7 @@ msgstr "组织 ID" msgid "Organization slug" msgstr "组织网址标识" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "" @@ -513,7 +513,7 @@ msgstr "" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "状态" @@ -522,7 +522,7 @@ msgstr "状态" msgid "Any" msgstr "任何" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "类型" @@ -624,199 +624,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "状态" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "日期" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "成功" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "安装" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "安装错误" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "输出" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "错误" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "退出码" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "提交" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "版本网址标识" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "项目名称" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "项目类型" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "在构建中使用的配置" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "构建长度" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "构建者" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "冷存储" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "构建" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "命令" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "说明" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "命令输出" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "命令退出码" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "开始时间" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "结束时间" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -1010,11 +1010,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1026,7 +1021,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "程序终止异常" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "当前版本的创建环境正在运行" @@ -1205,7 +1200,7 @@ msgstr "" msgid "Sign Up" msgstr "注册" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1226,36 +1221,36 @@ msgstr "响应报文主体" msgid "Status code" msgstr "状态码" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "Exchange {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "GitHub 进向 webhook" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Bitbucket 进向 webhook" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "GitLab 进向 webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "通用 API 进向 webhook" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "集成类型" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "提供者数据" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1635,11 +1630,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2043,35 +2038,47 @@ msgstr "" msgid "Verify your email address" msgstr "验证你的邮箱地址" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization updated" +msgstr "组织网址标识" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization deleted" +msgstr "组织网址标识" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2255,146 +2262,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "无效的项目名称,项目名称已存在" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "项目名称无效" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "每个标签的长度必须小于等于 100 个字符。" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2923,10 +2930,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "本项目没有下载项。" +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2942,22 +2947,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "代码库类型" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -3008,33 +3019,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "项目设置已更新" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "项目已删除" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3043,116 +3054,116 @@ msgstr "" "您的 {service} 账号出现了问题,尝试重新连接 已连接服务页面" "上的账号。" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo b/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo index c35da18541d..4c26049e345 100755 Binary files a/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo and b/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index fea8a6d14d7..95e16c67ee5 100644 --- a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-10 10:53+0000\n" +"POT-Creation-Date: 2024-10-01 14:17+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,7 +30,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:717 #: projects/filters.py:196 projects/models.py:1479 search/models.py:27 #: templates/base.html:266 msgid "Version" @@ -165,7 +165,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:890 projects/forms.py:617 +#: api/v3/serializers.py:890 projects/forms.py:620 msgid "A subproject with this alias already exists" msgstr "" @@ -211,8 +211,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:207 projects/views/private.py:567 +#: audit/models.py:91 organizations/views/private.py:148 +#: organizations/views/private.py:209 projects/views/private.py:582 msgid "Invitation sent" msgstr "邀請已送出" @@ -241,7 +241,7 @@ msgstr "使用者 ID" msgid "Username" msgstr "使用者名稱" -#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: audit/models.py:138 builds/models.py:95 builds/models.py:711 #: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1473 #: redirects/models.py:48 msgid "Project" @@ -267,7 +267,7 @@ msgstr "組織單位 ID" msgid "Organization slug" msgstr "組織單位 Slug 名稱" -#: audit/models.py:180 builds/models.py:1208 +#: audit/models.py:180 builds/models.py:1215 msgid "Action" msgstr "動作" @@ -499,7 +499,7 @@ msgstr "拉取/合併請求" msgid "All versions" msgstr "" -#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 +#: builds/filters.py:48 builds/models.py:139 builds/models.py:733 msgid "State" msgstr "狀態" @@ -508,7 +508,7 @@ msgstr "狀態" msgid "Any" msgstr "任何" -#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:723 msgid "Type" msgstr "類型" @@ -610,199 +610,199 @@ msgstr "" msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:739 +#: builds/models.py:745 msgid "Status" msgstr "" -#: builds/models.py:746 integrations/models.py:145 +#: builds/models.py:752 integrations/models.py:145 msgid "Date" msgstr "日期" -#: builds/models.py:747 +#: builds/models.py:753 msgid "Success" msgstr "成功" -#: builds/models.py:752 +#: builds/models.py:758 msgid "Setup" msgstr "安裝" -#: builds/models.py:753 +#: builds/models.py:759 msgid "Setup error" msgstr "安裝錯誤" -#: builds/models.py:754 +#: builds/models.py:760 msgid "Output" msgstr "輸出" -#: builds/models.py:755 templates/builds/build_detail.html:261 +#: builds/models.py:761 templates/builds/build_detail.html:261 msgid "Error" msgstr "錯誤" -#: builds/models.py:756 +#: builds/models.py:762 msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:761 projects/models.py:1490 +#: builds/models.py:767 projects/models.py:1490 msgid "Commit" msgstr "送交" -#: builds/models.py:767 +#: builds/models.py:773 msgid "Version slug" msgstr "版本 Slug 名稱" -#: builds/models.py:773 +#: builds/models.py:779 msgid "Version name" msgstr "版本名稱" -#: builds/models.py:779 builds/models.py:1221 +#: builds/models.py:785 builds/models.py:1228 msgid "Version type" msgstr "版本類型" -#: builds/models.py:786 +#: builds/models.py:792 msgid "Configuration used in the build" msgstr "該建置使用的組態" -#: builds/models.py:791 +#: builds/models.py:797 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:805 msgid "Build Length" msgstr "建置長度" -#: builds/models.py:802 +#: builds/models.py:808 msgid "Builder" msgstr "產生器" -#: builds/models.py:809 +#: builds/models.py:815 msgid "Cold Storage" msgstr "冷儲存" -#: builds/models.py:815 +#: builds/models.py:821 msgid "Celery task id" msgstr "Celery 工作事項 ID" -#: builds/models.py:1124 +#: builds/models.py:1131 msgid "Build" msgstr "建置" -#: builds/models.py:1129 +#: builds/models.py:1136 msgid "Command" msgstr "命令" -#: builds/models.py:1130 builds/models.py:1185 oauth/models.py:130 +#: builds/models.py:1137 builds/models.py:1192 oauth/models.py:130 #: organizations/models.py:64 projects/models.py:252 redirects/models.py:106 #: templates/core/project_details.html:78 msgid "Description" msgstr "說明" -#: builds/models.py:1131 +#: builds/models.py:1138 msgid "Command output" msgstr "命令輸出" -#: builds/models.py:1132 +#: builds/models.py:1139 msgid "Command exit code" msgstr "命令結束代碼" -#: builds/models.py:1134 +#: builds/models.py:1141 msgid "Start time" msgstr "開始時間" -#: builds/models.py:1135 +#: builds/models.py:1142 msgid "End time" msgstr "結束時間" -#: builds/models.py:1163 +#: builds/models.py:1170 msgid "Activate version" msgstr "啟用版本" -#: builds/models.py:1164 +#: builds/models.py:1171 msgid "Hide version" msgstr "隱藏版本" -#: builds/models.py:1165 +#: builds/models.py:1172 msgid "Make version public" msgstr "讓版本公開" -#: builds/models.py:1166 +#: builds/models.py:1173 msgid "Make version private" msgstr "讓版本藏私" -#: builds/models.py:1167 +#: builds/models.py:1174 msgid "Set version as default" msgstr "將版本設為預設值" -#: builds/models.py:1168 +#: builds/models.py:1175 msgid "Delete version" msgstr "刪除版本" -#: builds/models.py:1180 +#: builds/models.py:1187 msgid "Rule priority" msgstr "" -#: builds/models.py:1181 +#: builds/models.py:1188 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1198 msgid "Match argument" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1199 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1196 +#: builds/models.py:1203 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1198 +#: builds/models.py:1205 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1209 +#: builds/models.py:1216 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1214 +#: builds/models.py:1221 msgid "Action argument" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1222 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1229 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1387 +#: builds/models.py:1394 msgid "Version activated" msgstr "" -#: builds/models.py:1388 +#: builds/models.py:1395 msgid "Version hidden" msgstr "" -#: builds/models.py:1390 +#: builds/models.py:1397 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1393 +#: builds/models.py:1400 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1395 +#: builds/models.py:1402 msgid "Version set as default" msgstr "" -#: builds/models.py:1396 +#: builds/models.py:1403 msgid "Version deleted" msgstr "" -#: builds/models.py:1401 +#: builds/models.py:1408 msgid "Matched rule" msgstr "" @@ -996,11 +996,6 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:82 -#, python-brace-format -msgid "Repository type \"{repo_type}\" unknown" -msgstr "未知的儲存庫類型「{repo_type}」" - #: doc_builder/environments.py:349 msgid "" "\n" @@ -1012,7 +1007,7 @@ msgstr "" msgid "Command exited abnormally" msgstr "指令異常退出" -#: doc_builder/environments.py:619 +#: doc_builder/environments.py:620 msgid "A build environment is currently running for this version" msgstr "用於該版本的建置環境正在執行" @@ -1193,7 +1188,7 @@ msgstr "" msgid "Sign Up" msgstr "註冊" -#: gold/views.py:201 subscriptions/views.py:196 +#: gold/views.py:189 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1214,36 +1209,36 @@ msgstr "回應本文" msgid "Status code" msgstr "狀態代碼" -#: integrations/models.py:174 +#: integrations/models.py:175 #, python-brace-format msgid "Exchange {0}" msgstr "交換 {0}" -#: integrations/models.py:272 +#: integrations/models.py:273 msgid "GitHub incoming webhook" msgstr "GitHub Incoming Webhook" -#: integrations/models.py:273 +#: integrations/models.py:274 msgid "Bitbucket incoming webhook" msgstr "Bitbucket Incoming Webhook" -#: integrations/models.py:274 +#: integrations/models.py:275 msgid "GitLab incoming webhook" msgstr "GitLab Incoming Webhook" -#: integrations/models.py:275 +#: integrations/models.py:276 msgid "Generic API incoming webhook" msgstr "通用 API Incoming Webhook" -#: integrations/models.py:286 +#: integrations/models.py:287 msgid "Integration type" msgstr "整合類型" -#: integrations/models.py:291 +#: integrations/models.py:292 msgid "Provider data" msgstr "提供者資料" -#: integrations/models.py:300 +#: integrations/models.py:301 msgid "Secret used to validate the payload of the webhook" msgstr "" @@ -1623,11 +1618,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:708 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:721 msgid "Email address or username" msgstr "" -#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:723 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:736 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2030,35 +2025,47 @@ msgstr "" msgid "Verify your email address" msgstr "驗證電子信箱位址" -#: organizations/views/private.py:157 +#: organizations/views/private.py:120 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization updated" +msgstr "組織單位 Slug 名稱" + +#: organizations/views/private.py:130 +#, fuzzy +#| msgid "Organization slug" +msgid "Organization deleted" +msgstr "組織單位 Slug 名稱" + +#: organizations/views/private.py:159 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:162 +#: organizations/views/private.py:164 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:171 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:181 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:190 +#: organizations/views/private.py:192 msgid "Team updated" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:197 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:209 +#: organizations/views/private.py:211 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:216 +#: organizations/views/private.py:218 msgid "Member removed from team" msgstr "" @@ -2242,146 +2249,146 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:88 +#: projects/forms.py:91 msgid "No connected repository" msgstr "" -#: projects/forms.py:109 +#: projects/forms.py:112 msgid "Invalid project name, a project already exists with that name" msgstr "無效的專案名稱,此專案名稱已經存在" -#: projects/forms.py:114 +#: projects/forms.py:117 msgid "Invalid project name" msgstr "無效的專案名稱" -#: projects/forms.py:227 +#: projects/forms.py:230 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:250 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:259 +#: projects/forms.py:262 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:274 +#: projects/forms.py:277 msgid "Pull request builds not supported" msgstr "" -#: projects/forms.py:337 +#: projects/forms.py:340 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:341 +#: projects/forms.py:344 msgid "No connected services found" msgstr "" -#: projects/forms.py:347 +#: projects/forms.py:350 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:350 projects/forms.py:372 +#: projects/forms.py:353 projects/forms.py:375 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:355 projects/forms.py:377 +#: projects/forms.py:358 projects/forms.py:380 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:358 projects/forms.py:380 +#: projects/forms.py:361 projects/forms.py:383 msgid "Admin permission required" msgstr "" -#: projects/forms.py:369 +#: projects/forms.py:372 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:448 projects/models.py:254 +#: projects/forms.py:451 projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/forms.py:470 +#: projects/forms.py:473 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:545 +#: projects/forms.py:548 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "已有用於專案 {proj} 的「{lang}」翻譯。" -#: projects/forms.py:574 +#: projects/forms.py:577 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "各個標記的長度必須小於或等於 100 字元。" -#: projects/forms.py:664 +#: projects/forms.py:667 msgid "Enable Addons" msgstr "" -#: projects/forms.py:666 +#: projects/forms.py:669 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:669 +#: projects/forms.py:672 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:695 +#: projects/forms.py:708 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:727 +#: projects/forms.py:740 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:812 +#: projects/forms.py:825 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:845 +#: projects/forms.py:858 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1024 +#: projects/forms.py:1037 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1127 +#: projects/forms.py:1140 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1131 +#: projects/forms.py:1144 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1136 +#: projects/forms.py:1149 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1141 +#: projects/forms.py:1154 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1145 +#: projects/forms.py:1158 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" @@ -2910,10 +2917,8 @@ msgid "Expose this environment variable in PR builds?" msgstr "" #: projects/notifications.py:20 -#, fuzzy -#| msgid "No downloads for this project." msgid "Builds skipped for this project" -msgstr "該專案中無可下載的內容。" +msgstr "" #: projects/notifications.py:34 projects/notifications.py:72 #: projects/notifications.py:85 @@ -2929,22 +2934,28 @@ msgid "Error while checking out the repository" msgstr "" #: projects/notifications.py:99 +#, fuzzy +#| msgid "Repository type" +msgid "Repository type not suported" +msgstr "儲存庫類型" + +#: projects/notifications.py:112 msgid "Sphinx configuration file is missing" msgstr "" -#: projects/notifications.py:112 +#: projects/notifications.py:125 msgid "Multiple Sphinx configuration files found" msgstr "" -#: projects/notifications.py:126 +#: projects/notifications.py:139 msgid "Expected file not found" msgstr "" -#: projects/notifications.py:138 +#: projects/notifications.py:151 msgid "Repository locked" msgstr "" -#: projects/notifications.py:152 +#: projects/notifications.py:165 msgid "Read the Docs Addons will be enabled by default on October 7th" msgstr "" @@ -2995,33 +3006,33 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:195 +#: projects/views/private.py:203 msgid "Project settings updated" msgstr "已更新專案設定" -#: projects/views/private.py:207 +#: projects/views/private.py:215 msgid "Project deleted" msgstr "已刪除專案" -#: projects/views/private.py:221 +#: projects/views/private.py:229 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:272 +#: projects/views/private.py:280 msgid "Version created" msgstr "" -#: projects/views/private.py:277 +#: projects/views/private.py:285 msgid "Version updated" msgstr "" -#: projects/views/private.py:389 +#: projects/views/private.py:401 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:462 +#: projects/views/private.py:477 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3030,116 +3041,116 @@ msgstr "" "您的 {service} 帳號有問題,請嘗試在已串聯的服務頁面上重" "新串聯帳號。" -#: projects/views/private.py:520 +#: projects/views/private.py:535 msgid "Subproject created" msgstr "" -#: projects/views/private.py:524 +#: projects/views/private.py:539 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:529 +#: projects/views/private.py:544 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:572 +#: projects/views/private.py:587 msgid "User deleted" msgstr "" -#: projects/views/private.py:583 +#: projects/views/private.py:598 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:648 +#: projects/views/private.py:663 msgid "Notification created" msgstr "" -#: projects/views/private.py:653 +#: projects/views/private.py:668 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:688 +#: projects/views/private.py:703 msgid "Webhook created" msgstr "" -#: projects/views/private.py:698 +#: projects/views/private.py:713 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:723 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:763 +#: projects/views/private.py:778 msgid "Translation created" msgstr "" -#: projects/views/private.py:768 +#: projects/views/private.py:783 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:811 +#: projects/views/private.py:826 msgid "Redirect created" msgstr "" -#: projects/views/private.py:815 +#: projects/views/private.py:830 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:845 +#: projects/views/private.py:860 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:878 +#: projects/views/private.py:893 msgid "Domain created" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:913 msgid "Domain updated" msgstr "" -#: projects/views/private.py:913 +#: projects/views/private.py:928 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:958 +#: projects/views/private.py:973 msgid "Integration created" msgstr "" -#: projects/views/private.py:985 +#: projects/views/private.py:1000 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1033 +#: projects/views/private.py:1048 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" -#: projects/views/private.py:1065 +#: projects/views/private.py:1080 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1069 +#: projects/views/private.py:1084 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1094 +#: projects/views/private.py:1109 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1110 +#: projects/views/private.py:1125 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1120 +#: projects/views/private.py:1135 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1124 +#: projects/views/private.py:1139 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1312 +#: projects/views/private.py:1327 msgid "Pull request settings have been updated" msgstr "" @@ -5681,3 +5692,7 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#, python-brace-format +#~ msgid "Repository type \"{repo_type}\" unknown" +#~ msgstr "未知的儲存庫類型「{repo_type}」" diff --git a/setup.cfg b/setup.cfg index 671268da4ac..aaf02c7acea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.8.0 +version = 11.8.1 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "11.8.0" +current_version = "11.8.1" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False