diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff9d464b0cc..ad2955e2ae3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +Version 11.0.0 +-------------- + +This release removes support for VCS systems other than Git. See more in our blog here: https://about.readthedocs.com/blog/2024/02/drop-support-for-subversion-mercurial-bazaar/ + +:Date: June 11, 2024 + + +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11392 `__) +* `@rffontenelle `__: Unbreak strings to proper extraction for translation (`#11389 `__) +* `@stsewd `__: Update common (`#11382 `__) +* `@stsewd `__: Update docker compose files (`#11380 `__) +* `@humitos `__: Release 10.27.0 (`#11378 `__) +* `@humitos `__: VCS: remove code for old VCS support (`#11377 `__) + Version 10.27.0 --------------- diff --git a/docs/conf.py b/docs/conf.py index a6af1ce893a..da091227893 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "10.27.0" +version = "11.0.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 43f07b82122..fe0a45bc258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "10.27.0", + "version": "11.0.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 4331775b639..f5bd9f8c2fd 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "10.27.0" +__version__ = "11.0.0" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.mo b/readthedocs/locale/ar/LC_MESSAGES/django.mo index 91c0e351e19..6270849e50c 100755 Binary files a/readthedocs/locale/ar/LC_MESSAGES/django.mo and b/readthedocs/locale/ar/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index c476e861ccb..e5519809db0 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Mustafa , 2020\n" "Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/" @@ -25,8 +25,9 @@ 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/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "الإصدار" @@ -144,39 +145,39 @@ msgstr "" msgid "Privacy Policy" msgstr "سياسة الخصوصية" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -205,8 +206,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -222,8 +223,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "المستخدم" @@ -235,8 +236,9 @@ msgstr "" msgid "Username" msgstr "اسم المستخدم" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "المشروع" @@ -248,7 +250,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "المنظمة" @@ -260,7 +262,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -443,7 +445,7 @@ msgstr "فرع" msgid "Tag" msgstr "وسم" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "غير معروف" @@ -467,37 +469,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "فعّال" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "الوضعية" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "النوع" @@ -505,7 +511,7 @@ msgstr "النوع" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -522,291 +528,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "معرّف" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "اسم مطوّل" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "مدعوم" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "بني" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "تم الرفع" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "مستوي الخصوصية" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "مستوي الخصوصية لهذه النسخة" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "صنع الألة" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "التاريخ" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "نجاح" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "إعداد" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "إعداد خاطئ" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "الناتج" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "خطأ" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "تقديم" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "طول البناء" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "أمر البناء {pk} للبناء {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -924,7 +915,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -968,35 +959,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "الصفحة الرئيسية" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "إضافة للقائمة البيضاء" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "الملف الشخصي لـ %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1049,13 +1035,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "تاريخ النشر" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "تاريخ التعديل" @@ -1063,7 +1049,7 @@ msgstr "تاريخ التعديل" msgid "Level" msgstr "" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1253,25 +1239,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1458,14 +1439,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "الاسم" @@ -1481,51 +1462,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "الإسم الكامل" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "وصف المشروع" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "" @@ -1575,50 +1556,50 @@ msgstr "" msgid "Admin" msgstr "" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "الفريق" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1643,11 +1624,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1706,24 +1687,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2055,35 +2031,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2159,123 +2135,111 @@ msgstr "مباشر" msgid "Deleted" msgstr "حُذف" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "للعامة" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "خاص" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2339,78 +2303,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2426,202 +2394,202 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "عنوان المستودع" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "نوع المستودع" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "الصفحة الرئيسية للمشروع" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "الإصدار الإفتراضي" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "رمز الإحصائيات" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2629,303 +2597,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "مميز" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "اللغة" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "لغة البرمَجة" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "المسار" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "النطاق" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3009,31 +2973,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3207,131 +3171,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "الكتالانية" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "الإنجليزية" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "الإسبانية" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "الفرنسية" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "الروسية" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "الألمانية" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "الفياتنامية" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "اليابانية" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "الأوكرانية" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "الإيطالية" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "الكورية" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3423,7 +3391,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5547,3 +5515,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.mo b/readthedocs/locale/ca/LC_MESSAGES/django.mo index 4df83139f7f..6552cf0b957 100755 Binary files a/readthedocs/locale/ca/LC_MESSAGES/django.mo and b/readthedocs/locale/ca/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index 2351924184a..ac9b562e10c 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: dplanella , 2017\n" "Language-Team: Catalan (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,8 +21,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versió" @@ -140,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -201,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -218,8 +219,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Usuari" @@ -231,8 +232,9 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Projecte" @@ -244,7 +246,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organització" @@ -256,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -439,7 +441,7 @@ msgstr "Branca" msgid "Tag" msgstr "Etiqueta" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Desconegut" @@ -463,37 +465,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Actiu" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Estat" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Qualsevol" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Tipus" @@ -501,7 +507,7 @@ msgstr "Tipus" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -518,291 +524,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identificador" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Nom detallat" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Suportat" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Construït" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Carregat" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Nivell privat" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Nivell de provacitat d'aquesta Versió." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Tipus de documentació" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Amb èxit" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Configuració" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Error de configuració" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Sortida" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Error" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "publica" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Construeix" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Ordre" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Codi de sortida de l'ordre" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Hora d'inici" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Hora de finalització" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -920,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -964,35 +955,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Pàgina d'inici" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "A la llista blanca" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Perfil de %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1045,13 +1031,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Data de publicació" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Data de modificació" @@ -1059,7 +1045,7 @@ msgstr "Data de modificació" msgid "Level" msgstr "" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1249,25 +1235,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1454,14 +1435,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Usuaris" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Nom" @@ -1477,51 +1458,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Nom complet" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "URL SSH" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "URL HTML" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "" @@ -1571,50 +1552,50 @@ msgstr "" msgid "Admin" msgstr "Admin" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1639,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1702,24 +1683,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2051,35 +2027,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2155,123 +2131,111 @@ msgstr "Live" msgid "Deleted" msgstr "Eliminat" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Públic" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privat" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2335,78 +2299,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2422,54 +2390,54 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL del repositori" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Tipus de repositori" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Pàgina inicial del projecte" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "URL canònica" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Versió senzilla" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2479,148 +2447,148 @@ msgstr "" "versió a l'arrel del domini. Useu-lo amb precaució i activeu-lo només si " "mai voleu tenir diverses versions dels vostres documents." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Versió per defecte" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "La versió del vostre projecte que / redirigeix a " -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Branca per defecte" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Codi d'Analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2628,37 +2596,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Destacat" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Projectes relacionats" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2666,267 +2634,263 @@ msgstr "" "L'idioma en què es publicarà la documentació del projecte. Nota: això " "afectarà la URL del projecte" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "El model ha de tenir un slug" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Camí" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL on enviar el webhook" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3010,31 +2974,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3208,131 +3172,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Anglès" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Castellà" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norueg" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francès" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Rus" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Alemany" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Gallec" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonès" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucranià" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3424,7 +3392,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "S'ha trobat un laberint" @@ -5214,10 +5182,8 @@ msgstr "Afeigiu una adreça de correu on enviar les notificacions" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Noves notificacions de correu" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5300,10 +5266,8 @@ msgstr "Escolliu quin projecte voleu afegir com a traducció." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Traduccions" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5324,10 +5288,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Edita els mantenidors" +msgstr "Afegeix mantenidor" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5561,3 +5523,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.mo b/readthedocs/locale/de/LC_MESSAGES/django.mo index 33427c13214..f47564110aa 100755 Binary files a/readthedocs/locale/de/LC_MESSAGES/django.mo and b/readthedocs/locale/de/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 0163ff5c509..54775425604 100644 --- a/readthedocs/locale/de/LC_MESSAGES/django.po +++ b/readthedocs/locale/de/LC_MESSAGES/django.po @@ -7,10 +7,10 @@ # Felix Henninger , 2016 # Jannis Leidel , 2012,2014 # Jonas Obrist , 2012 -# Justin “Justman10000” Nogossek, 2023 -# Justin “Justman10000” Nogossek, 2022 -# Justin “Justman10000” Nogossek, 2022 -# Justin “Justman10000” Nogossek, 2022-2023 +# Justin Nogossek, 2023 +# Justin Nogossek, 2022 +# Justin Nogossek, 2022 +# Justin Nogossek, 2022-2023 # e57e0b6693d8a26d2bd54bd8ef3c1815, 2014,2017 # Manuel Kaufmann , 2023 # f82ebdce6c7af46e12742407f341268c_9e4b487, 2020 @@ -24,9 +24,9 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" -"Last-Translator: Justin “Justman10000” Nogossek, 2023\n" +"Last-Translator: Justin Nogossek, 2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" "language/de/)\n" "Language: de\n" @@ -35,8 +35,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Version" @@ -154,39 +155,39 @@ msgstr "Bereitgestellt von" msgid "Privacy Policy" msgstr "Datenschutz-Bestimmungen" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Ungültiger Projektname \"{0}\": kein Slug generiert." -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Projekt mit Slug \"{0}\" existiert bereits." -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projekt mit {slug_name}={value} ist als Unterprojekt nicht gültig" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "Ein Unterprojekt mit diesem Alias ​​existiert bereits" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -215,8 +216,8 @@ msgstr "Authentifizierung fehlgeschlagen" msgid "Log out" msgstr "Abmelden" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "Einladung verschickt" @@ -232,8 +233,8 @@ msgstr "Einladung angenommen" msgid "Invitation declined" msgstr "Einladung abgelehnt" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Benutzer" @@ -245,8 +246,9 @@ msgstr "Benutzer-ID" msgid "Username" msgstr "Benutzername" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -258,7 +260,7 @@ msgstr "Projekt-ID" msgid "Project slug" msgstr "Projektslug" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organisation" @@ -270,7 +272,7 @@ msgstr "Organisations-ID" msgid "Organization slug" msgstr "Organisationsslug" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Aktion" @@ -455,7 +457,7 @@ msgstr "Branch" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Unbekannt" @@ -479,37 +481,41 @@ msgstr "SemVer-Versionen" msgid "Custom match" msgstr "Benutzerdefinierte Übereinstimmung" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Aktiv" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Build fehlgeschlagen" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Status" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Beliebig" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Typ" @@ -517,7 +523,7 @@ msgstr "Typ" msgid "States" msgstr "Zustände" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "Datenschutz" @@ -534,298 +540,283 @@ msgstr "Benutzerdefinierte Übereinstimmung sollte nicht leer sein." msgid "Invalid Python regular expression." msgstr "Ungültiger regulärer Python-Ausdruck." -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identifikation" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Name" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Kürzel" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Unterstützt" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "Status des PR/MR, der dieser Version zugeordnet ist." -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Erstellt" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Hochgeladen" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Sicherheitsstufe" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Datenschutzniveau für diese Version." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "Versteckt" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" "Diese Version aus dem Versionsmenü (Flyout) und den Suchergebnissen " "ausblenden?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Maschine erstellt" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "Hat PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "Hat ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "Hat HTML-Zip" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Dokumentationstyp" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "Art der Dokumentation, mit der die Version erstellt wurde." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" "Daten, die zur Erstellungszeit vom Doctool generiert werden (`readthedocs-" "build.yaml`)." -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Version {version} von {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "Status" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Erfolgreich" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Konfiguration" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Konfigurationsfehler" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Ausgabe" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fehler" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Exit code" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Übernehmen" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "Versionsslug" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "Versionsname" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "Versionstyp" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Im Build verwendete Konfiguration" -#: builds/models.py:799 +#: builds/models.py:791 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:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Buildlänge" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Builder" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "Celery-Aufgaben-ID" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "{project} für {usernames} erstellen ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Build" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Befehl" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Befehlsausgabe" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Exit-Code des Befehls" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Startzeit" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Endzeit" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Build-Befehl {pk} für Build {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "Version aktivieren" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "Version ausblenden" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "Version öffentlich setzen" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "Version privat setzen" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "Version als Standard festlegen" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 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:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "Aktion, die auf übereinstimmende Versionen angewendet werden soll" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "Art der Version, auf die die Regel angewendet werden soll" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -943,7 +934,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -987,36 +978,31 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Webseite" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Siehe bezahlte Werbung" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" "Wenn diese Option deaktiviert ist, sehen Sie weiterhin Community-Anzeigen." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Auf weiße Liste gesetzt" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Gesperrt" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Profil von %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1069,13 +1055,13 @@ msgstr "Kein Projekt gefunden." msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Veröffentlichungsdatum" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Modifizierungsdatum" @@ -1083,7 +1069,7 @@ msgstr "Modifizierungsdatum" msgid "Level" msgstr "Level" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1295,25 +1281,20 @@ msgid "Secret used to validate the payload of the webhook" msgstr "" "Geheimnis, das zur Validierung der Nutzdaten des Webhooks verwendet wird" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} für {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "Vom Benutzer" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "An Benutzer" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "E-Mail" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "Ablaufdatum" @@ -1502,14 +1483,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Benutzer" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Name" @@ -1525,51 +1506,51 @@ msgstr "Avatar Bild URL" msgid "URL to organization page" msgstr "URL zur Organisationsseite" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "VCS-Anbieter" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Verbundenes Konto" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Vollständiger Name" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Beschreibung des Projekts" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL des Avatarbildes des Besitzers" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "URL des Repository-Klons" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Privates Repository" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "Standardzweig des Repositorys" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Hat Admin-Rechte" @@ -1621,50 +1602,50 @@ msgstr "" msgid "Admin" msgstr "Administration" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Team" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "Zugang" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1689,11 +1670,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "E-Mail-Adresse oder Benutzername" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1752,24 +1733,19 @@ msgstr "Stripe Abonnement" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "Insgesamt" @@ -2105,35 +2081,35 @@ msgstr "Projekte aktualisieren" msgid "Verify your email address" msgstr "Bestätigen Sie ihre Email-Adresse" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "Besitzer entfernt" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 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:168 msgid "Team added" msgstr "Team hinzugefügt" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "Team gelöscht" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "Team aktualisiert" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "Team-Projekte aktualisiert" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "Mitglied zum Team hinzugefügt" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "Mitglied aus dem Team entfernt" @@ -2209,123 +2185,111 @@ msgstr "Live" msgid "Deleted" msgstr "Gelöscht" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Öffentlich" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privat" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "Versteckte Versionen" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "Sichtbare Versionen" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "Öffentliche Versionen" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "Private Versionen" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2389,81 +2353,89 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, fuzzy, python-brace-format +#| msgid "To build from pull requests you need a " +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "Um aus Pull Requests zu bauen, benötigen Sie eine" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, fuzzy, python-brace-format +#| msgid "" +#| "To build from pull requests your repository's webhook needs to send pull " +#| "request events. " msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" "Um aus Pull-Requests zu erstellen, muss der Webhook Ihres Repositorys Pull-" "Request-Ereignisse senden." -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "Der Benutzer %(username)s ist bereits ein Maintainer" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" @@ -2479,54 +2451,54 @@ msgstr "Unterprojekt" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "Kurze Beschreibung dieses Projekts" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Repository-URL" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "URL des gehosteten Dokumentations-Repositorys" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Repository-Typ" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Projektstartseite" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Die Startseite des Projekts" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Kanonische URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Einzelversion" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2537,50 +2509,50 @@ msgstr "" "Verwenden Sie dies mit Vorsicht, schalten Sie es nur ein, wenn Sie nie mehrere Versionen Ihrer Dokumente haben werden." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Standard-Version" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Die Projektversion zu der Zugriffe auf „/“ weitergeleitet werden" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Standard-Branch" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "Pull-Requests für dieses Projekt erstellen" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." @@ -2588,25 +2560,25 @@ msgstr "" "Weitere Informationen in unserer Dokumentation." -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Analytics-Code" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2614,11 +2586,11 @@ msgstr "" "Tracking-ID von Google Analytics (z.B. UA-22345342-1). Dies " "kann das Laden Ihrer Seite verlangsamen." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "Analysen deaktivieren" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2626,65 +2598,65 @@ msgstr "" "Deaktivieren Sie Google Analytics für dieses Projekt vollständig (erfordert " "Neuaufbau-Dokumentation)" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "Alternative Buildschlangen ID" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "Maximal erlaubte gleichzeitige Builds für dieses Projekt" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Bezahlte Werbung zulassen" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Versionswarnung anzeigen" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "Warnbanner in nicht stabilen oder neuesten Versionen anzeigen." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2692,37 +2664,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Hervorgehoben" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Verwandte Projekte" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Sprache" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2730,23 +2702,23 @@ msgstr "" "Die Sprache, in der die Projektdokumentation wiedergegeben wird. Hinweis: " "Dies wirkt sich auf die URL Ihres Projekts aus." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "Die primäre Programmiersprache, in der das Projekt geschrieben ist." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " @@ -2756,67 +2728,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Weitere Informationen zu Sphinx-Erbauern." -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "projekt" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Modell muss einen Kürzel haben" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "Unterprojektverschachtelung wird nicht unterstützt" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Pfad" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "Build ID" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "erstellt" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "geändert" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "Bauen ausgelöst" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "Bauen bestanden" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL, an die der Webhook versandt wird" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "Ereignisse zum Abonnieren" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check der Dokumentation nach, welche Ersetzungen " "möglich sind." -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Domain" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "Diese Domain wurde automatisch erstellt" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "Diese Domäne ist ein CNAME für das Projekt" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" "Diese Domäne ist die primäre, von der aus die Dokumentation bereitgestellt " "wird" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Für diese Domain immer HTTPS verwenden" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "Anzahl der Angriffe auf diese Domain" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Wenn hsts_max_age > 0, setzen Sie das Flag includeSubDomains mit dem HSTS-" "Header" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" @@ -3087,19 +3055,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Projekt gelöscht" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3108,12 +3076,12 @@ 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3292,131 +3260,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katalanisch" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Englisch" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spanisch" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brasilianisches Portugiesisch" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norwegisch (Bokmål)" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Französisch" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russisch" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Deutsch" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galicisch" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamesisch" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Traditionelles Chinesisch" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japanisch" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrainisch" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italienisch" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Koreanisch" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "Benutzerdefinierte Domain" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "SLA untersützen" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "Suchanalyse" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "Gleichzeitige Builds" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3512,7 +3484,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Labyrinth gefunden" @@ -5486,10 +5458,8 @@ msgstr "Fügen Sie eine E-Mail-Adresse zur Benachrichtigung hinzu" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "Email Notifications" msgid "Add Email Notification" -msgstr "E-Mail Benachrichtigungen" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5575,10 +5545,8 @@ msgstr "" #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Übersetzungen" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5599,10 +5567,8 @@ msgstr "Betreuer hinzufügen" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Add maintainer" msgid "Add Maintainer" -msgstr "Betreuer hinzufügen" +msgstr "Entwickler hinzufügen" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5856,3 +5822,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index 0e1b2eb246c..c5f4f044274 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,8 +18,9 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "" @@ -137,39 +138,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -198,8 +199,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -215,8 +216,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "" @@ -228,8 +229,9 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "" @@ -241,7 +243,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "" @@ -253,7 +255,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -436,7 +438,7 @@ msgstr "" msgid "Tag" msgstr "" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "" @@ -460,37 +462,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "" @@ -498,7 +504,7 @@ msgstr "" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -515,291 +521,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -917,7 +908,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -961,35 +952,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1042,13 +1028,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "" @@ -1056,7 +1042,7 @@ msgstr "" msgid "Level" msgstr "" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1246,25 +1232,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1451,14 +1432,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "" @@ -1474,51 +1455,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "" @@ -1568,50 +1549,50 @@ msgstr "" msgid "Admin" msgstr "" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1636,11 +1617,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1699,24 +1680,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2048,35 +2024,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2152,123 +2128,111 @@ msgstr "" msgid "Deleted" msgstr "" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2332,78 +2296,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2419,202 +2387,202 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2622,303 +2590,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3002,31 +2966,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3200,131 +3164,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3416,7 +3384,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index bde736c1681..886b5e0b50a 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 53987c5a3ef..c59da761a9e 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -4,11 +4,12 @@ # # Translators: # Adolfo Jayme-Barrientos, 2014 -# Adolfo Jayme-Barrientos, 2014 +# Adolfo Jayme Barrientos, 2014 # Alberto Apollaro , 2019 # Darío Hereñú, 2015,2019 # Darío Hereñú, 2015 # Darío Hereñú, 2019,2022 +# Edgar Ramírez Mondragón, 2024 # Edward Villegas-Pulgarin , 2018 # Edward Villegas-Pulgarin , 2018 # Eric Holscher, 2012,2014 @@ -28,9 +29,9 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" -"Last-Translator: Sergio, 2023\n" +"Last-Translator: Edgar Ramírez Mondragón, 2024\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" "language/es/)\n" "Language: es\n" @@ -40,8 +41,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " "1 : 2;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -75,7 +77,7 @@ msgstr "Este campo es obligatorio." #: api/v2/serializers.py:393 msgid "Object does not exist." -msgstr "" +msgstr "El objeto no existe." #: api/v2/serializers.py:395 #, python-brace-format @@ -159,39 +161,39 @@ msgstr "Alojado por" msgid "Privacy Policy" msgstr "Política de privacidad" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nombre de proyecto no válido \"{0}\": no se generó ningún slug." -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "El proyecto con slug \"{0}\" ya existe." -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "El proyecto con {slug_name}={value} no es válido como subproyecto" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "Ya existe un subproyecto con este alias" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -218,27 +220,27 @@ msgstr "Autenticación fallida" #: audit/models.py:88 msgid "Log out" -msgstr "" +msgstr "Cerrar sesión" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "Invitación enviada" #: audit/models.py:94 msgid "Invitation revoked" -msgstr "" +msgstr "Invitación revocada" #: audit/models.py:97 msgid "Invitation accepted" -msgstr "" +msgstr "Invitación aceptada" #: audit/models.py:100 msgid "Invitation declined" -msgstr "" +msgstr "Invitación rechazada" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Usuario" @@ -250,8 +252,9 @@ msgstr "ID de usuario" msgid "Username" msgstr "Nombre de usuario" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Proyecto" @@ -263,7 +266,7 @@ msgstr "ID de Proyecto" msgid "Project slug" msgstr "Slug de proyecto" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organización" @@ -275,7 +278,7 @@ msgstr "ID de Organización" msgid "Organization slug" msgstr "Slug de Organización" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Acción" @@ -311,39 +314,39 @@ msgstr "contraseña compartida" #: audit/templates/audit/list_logs.html:16 msgid "User authenticated" -msgstr "" +msgstr "Usuario autenticado" #: audit/templates/audit/list_logs.html:20 msgid "User failed to authenticate" -msgstr "" +msgstr "Autenticación del usuario falló" #: audit/templates/audit/list_logs.html:24 msgid "User logged out" -msgstr "" +msgstr "El usuario cerró sesión" #: audit/templates/audit/list_logs.html:28 msgid "User visited a page" -msgstr "" +msgstr "El usuario visitó una página" #: audit/templates/audit/list_logs.html:32 msgid "User downloaded a document" -msgstr "" +msgstr "El usuario descargó un documento" #: audit/templates/audit/list_logs.html:36 msgid "User sent an invitation" -msgstr "" +msgstr "El usuario envió una invitación" #: audit/templates/audit/list_logs.html:40 msgid "User revoked an invitation" -msgstr "" +msgstr "El usuario revocó una invitación" #: audit/templates/audit/list_logs.html:44 msgid "User accepted an invitation" -msgstr "" +msgstr "El usuario aceptó una invitación" #: audit/templates/audit/list_logs.html:48 msgid "User declined an invitation" -msgstr "" +msgstr "El usuario rechazó una invitación" #: audit/templates/audit/list_logs.html:55 #: templates/core/build_list_detailed.html:21 @@ -366,11 +369,11 @@ msgstr "" #: audit/templates/audit/list_logs.html:73 #: audit/templates/audit/list_logs.html:94 msgid "project:" -msgstr "" +msgstr "proyecto:" #: audit/templates/audit/list_logs.html:78 msgid "page:" -msgstr "" +msgstr "página:" #: audit/templates/audit/list_logs.html:84 msgid "to user:" @@ -378,21 +381,21 @@ msgstr "" #: audit/templates/audit/list_logs.html:87 msgid "to email:" -msgstr "" +msgstr "destinatario de correo:" #: audit/templates/audit/list_logs.html:99 #: audit/templates/audit/list_logs.html:106 #: audit/templates/audit/list_logs.html:109 msgid "organization:" -msgstr "" +msgstr "organización:" #: audit/templates/audit/list_logs.html:103 msgid "team:" -msgstr "" +msgstr "equipo:" #: audit/templates/audit/list_logs.html:116 msgid "IP:" -msgstr "" +msgstr "IP:" #: audit/templates/audit/list_logs.html:123 msgid "No activity logged yet" @@ -458,7 +461,7 @@ msgstr "Rama" msgid "Tag" msgstr "Etiqueta" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Desconocido" @@ -482,37 +485,41 @@ msgstr "Versiones SemVer" msgid "Custom match" msgstr "Coincidencia personalizada" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Activo" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilación fallida" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Estado" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Cualquier" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Tipo" @@ -520,7 +527,7 @@ msgstr "Tipo" msgid "States" msgstr "Estados" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "Privacidad" @@ -538,247 +545,232 @@ msgstr "La coincidencia personalizada no debe estar vacía." msgid "Invalid Python regular expression." msgstr "Expresión regular de Python no válida." -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identificador" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Nombre descriptivo" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Indicación" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Soportado" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "Estado del PR/MR asociado a esta versión." -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Compilado" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Cargado" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Nivel de privacidad" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Nivel de privacidad para esta versión." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "Oculto" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" "¿Ocultar esta versión del menú de versiones (desplazamiento flotante) y de " "los resultados de búsqueda?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Máquina creada" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "Tiene PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "Tiene ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "Tiene Zip HTML" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Tipo de documentación" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "Tipo de documentación con la que se construyó la versión." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Versión {version} de {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "Estatus" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Fecha" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Éxito" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Configuración" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Error de configuración" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Salida" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Error" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Código de salida" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Envío" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "Slug de versión" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "Nombre de versión" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "Tipo de versión" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Configuración utilizada en la compilación" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Tamaño de la compilación" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Compilador" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Almacenamiento en frio (Cold Storage)" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "ID de tarea Celery" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Compilar {project} para {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Compilación" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Comando" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Salida del comando" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Código de salida del comando" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Hora de inicio" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Hora de fin" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Comando de construcción {pk} para la compilación {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "Activar versión" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "Ocultar versión" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "Hacer pública la versión" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "Hacer privada la versión" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "Establecer la versión como predeterminada" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" -msgstr "" +msgstr "Eliminar versión" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "Prioridad de regla" -#: builds/models.py:1205 +#: builds/models.py:1181 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:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "Argumento de coincidencia" -#: builds/models.py:1216 +#: builds/models.py:1192 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:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "Argumento de coincidencia predefinido" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -786,47 +778,47 @@ msgstr "" "Argumento de coincidencia definido por nosotros, se usa si no es Ninguno, de " "lo contrario se usará match_arg." -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "Acción para aplicar a versiones coincidentes" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "Argumento de acción" -#: builds/models.py:1239 +#: builds/models.py:1215 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:1246 +#: builds/models.py:1222 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:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "Regla coincidente" @@ -938,13 +930,13 @@ msgstr "¡El nombre de usuario no coincide!" #: core/forms.py:193 msgid "Explanation of the issue" -msgstr "" +msgstr "Explicación del problema" #: core/forms.py:194 msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "Dirección URL" @@ -988,35 +980,30 @@ msgstr "ID" msgid "username" msgstr "nombre de usuario" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Página de inicio" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Ver publicidad pagada" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Si no está marcada, seguirá viendo anuncios de la comunidad." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Añadido a lista blanca" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Prohibido" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "perfil de %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1073,13 +1060,13 @@ msgstr "No se encontraron proyectos." msgid "This project is already Ad-Free." msgstr "Este proyecto ya no tiene publicidad." -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Fecha de publicación" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Fecha de modificación" @@ -1087,7 +1074,7 @@ msgstr "Fecha de modificación" msgid "Level" msgstr "Nivel" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1297,25 +1284,20 @@ msgstr "Datos del proveedor" msgid "Secret used to validate the payload of the webhook" msgstr "Secreto utilizado para validar el payload del webhook" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} para {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "Del usuario" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "Al usuario" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "Correo electrónico" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "Fecha de caducidad" @@ -1506,14 +1488,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Usuarios" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Nombre" @@ -1529,51 +1511,51 @@ msgstr "URL de la imagen de avatar" msgid "URL to organization page" msgstr "URL a la página de la organización" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "Proveedor VCS" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Cuenta conectada" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Nombre completo" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Descripción del proyecto" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL de la imagen de avatar del propietario" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "Dirección URL SSH" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "URL para clonar el repositorio" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "Dirección URL del HTML" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Repositorio privado" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "Rama por defecto del repositorio" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Tiene privilegios de administrador" @@ -1626,50 +1608,50 @@ msgstr "Solo lectura" msgid "Admin" msgstr "Administrador" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "Nombre (descendente)" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" -msgstr "" +msgstr "Todos las organizaciones" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "Ordenar por" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" -msgstr "" +msgstr "Todos los proyectos" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Equipo" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" -msgstr "" +msgstr "Todos los equipos" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "Acceso" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" -msgstr "" +msgstr "Todos los niveles de acceso" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1694,11 +1676,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:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "Nombre de usuario o dirección de correo electrónico" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "El usuario %(username)s no existe" @@ -1757,24 +1739,19 @@ msgstr "" msgid "organization" msgstr "organización" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "{org} propietario {owner}" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "equipo" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Hash" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "Contar" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "Total" @@ -1980,7 +1957,7 @@ msgstr "Crear un Equipo" #: organizations/templates/organizations/organization_choose.html:7 #: organizations/templates/organizations/organization_choose.html:16 msgid "Choose an organization" -msgstr "" +msgstr "Elegir una organización" #: organizations/templates/organizations/organization_choose.html:19 msgid "" @@ -1990,7 +1967,7 @@ msgstr "" #: organizations/templates/organizations/organization_choose.html:45 msgid "You aren't currently a member of any organizations." -msgstr "" +msgstr "Usted no es miembro de ninguna organización actualmente." #: organizations/templates/organizations/organization_create.html:23 msgid "Get Started" @@ -2162,35 +2139,35 @@ msgstr "Actualizar Proyectos" msgid "Verify your email address" msgstr "Verifique su dirección de correo electrónico" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "Propietario eliminado" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 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:168 msgid "Team added" msgstr "Equipo agregado" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "Equipo eliminado" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "Equipo actualizado" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "Proyectos de equipo actualizados" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "Miembro agregado al equipo" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "Miembro eliminado del equipo" @@ -2266,123 +2243,111 @@ msgstr "Live" msgid "Deleted" msgstr "Eliminado" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversión" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Público" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privado" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "Validar y activar" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "Inválido" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "Pendiente" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "Construcción menos reciente" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "Construido con menos frecuencia" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" -msgstr "" +msgstr "Modificados recientemente" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "Modificado menos recientemente" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "Versiones ocultas" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "Versiones visibles" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "Versiones públicas" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "Versiones privadas" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "Visibilidad" @@ -2446,86 +2411,94 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, fuzzy, python-brace-format +#| msgid "To build from pull requests you need a " +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "Para construir a partir de pull requests, necesita un" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, fuzzy, python-brace-format +#| msgid "" +#| "To build from pull requests your repository's webhook needs to send pull " +#| "request events. " msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" "Para compilar a partir de pull requests, el webhook de su repositorio debe " "enviar eventos de pull request." -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "El usuario %(username)s ya es mantenedor" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "El payload debe ser un objeto JSON válido." -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" #: projects/models.py:94 msgid "Main project" -msgstr "" +msgstr "Proyecto principal" #: projects/models.py:100 msgid "Subproject" @@ -2535,54 +2508,54 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "Breve descripción de este proyecto" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Dirección URL del repositorio" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "URL del repositorio de la documentación alojada" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Tipo de repositorio" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Página de inicio del proyecto" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "La página de inicio del proyecto" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Dirección URL canónica" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "URL desde donde se servirá la documentación" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Versión única" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2592,50 +2565,50 @@ msgstr "" "versión, alojado en la raíz del dominio. Úselo con precaución, sólo actívelo " "si nunca tendrá múltiples versiones de sus documentaciones." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Versión predeterminada" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "La versión de su proyecto a la que \"/\" redirecciona" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Rama predeterminada" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "Crear solicitudes de incorporación de cambios para este proyecto" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." @@ -2643,25 +2616,25 @@ msgstr "" "Más información en nuestros documentos." -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidad de las solicitudes de incorporación de cambios" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2669,11 +2642,11 @@ msgstr "" "Identificador de seguimiento de Google Analytics (ej., UA-22345342-1). Esto puede reducir la velocidad de carga de tu página." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "Deshabilitar Analytics" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2681,15 +2654,15 @@ msgstr "" "Deshabilite Google Analytics por completo para este proyecto (requiere " "documentación de reconstrucción)" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Imagen alternativa del contenedor" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Límite de memoria del contenedor" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2697,54 +2670,54 @@ msgstr "" "Límite de memoria en formato Docker - ejemplo: 512m o 1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "El límite de tiempo del contenedor en segundos" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "ID de cola de compilación alternativa" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de compilaciones simultáneas permitidas para este proyecto" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Permitir publicidad pagada" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" "Si no se selecciona, los usuarios seguirán viendo los anuncios de la " "comunidad." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Sin publicidades" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "¿Es spam?" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (no) spam" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Mostrar advertencia de versión" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Mostrar banner de advertencia en versiones no estables o más recientes." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2752,37 +2725,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Destacado" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "¿Debería estar público el tablero del proyecto?" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Proyectos relacionados" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2790,24 +2763,24 @@ msgstr "" "El idioma de la documentación del proyecto tal cual es visualizado. Nota: " "esto afecta a la dirección URL de su proyecto." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Lenguaje de programación" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" "El lenguaje de programación principal en el que el proyecto está escrito." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "Este proyecto ha sido construido con un webhook" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Este proyecto ha sido clonado con éxito" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " @@ -2817,67 +2790,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Más " "información sobre sphinx builders." -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "proyecto" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "El modelo debe tener una indicación" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "No se admite la anidación de subproyectos" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Ruta" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "ID de Compilación" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "Rango de búsqueda de la página" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este archivo de operaciones como la indexación" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "creado" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "modificado" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "Compilación activado" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "Compilación aprobada" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "Dirección URL donde enviar el webhook" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "Secreto utilizado para firmar el payload del webhook" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "Eventos para suscribirse" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "Payload JSON" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check los documentos para conocer las sustituciones disponibles." -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "Este dominio fue creado automáticamente" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "Este dominio es un CNAME para el proyecto" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "Este dominio es el principal desde donde se sirve la documentación" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Usar siempre HTTPS para este dominio" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "Número de veces que se ha pulsado desde este dominio" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Estado del certificado SSL" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "Omitir proceso de validación." -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "Fecha de inicio del proceso de validación." -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" "Establezca una edad máxima personalizada (por ejemplo, 31536000) para el " "encabezado HSTS" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Si hsts_max_age > 0, configure el indicador includeSubDomains con el " "encabezado HSTS" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "Si hsts_max_age > 0, establezca el indicador de precarga con el encabezado " "HSTS" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" @@ -3074,7 +3043,7 @@ msgstr "" #: projects/notifications.py:33 projects/notifications.py:71 #: projects/notifications.py:84 msgid "Error while cloning the repository" -msgstr "" +msgstr "Error al clonar el repositorio" #: projects/notifications.py:46 msgid "Duplicated reserved versions" @@ -3086,11 +3055,11 @@ msgstr "" #: projects/notifications.py:98 msgid "Sphinx configuration file is missing" -msgstr "" +msgstr "No se encontró el archivo de configuración de Sphinx" #: projects/notifications.py:111 msgid "Multiple Sphinx configuration files found" -msgstr "" +msgstr "Se encontraron múltiples archivos de configuración de Sphinx" #: projects/notifications.py:125 msgid "Expected file not found" @@ -3149,19 +3118,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Configuración del proyecto actualizada" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Proyecto borrado" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3170,12 +3139,12 @@ 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:475 +#: projects/views/private.py:513 #, 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:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" @@ -3187,7 +3156,7 @@ msgstr "" #: proxito/exceptions.py:141 msgctxt "Names an object not found in a 404 error" msgid "translation" -msgstr "" +msgstr "traducción" #: redirects/constants.py:4 msgid "302 - Temporary Redirect" @@ -3353,131 +3322,135 @@ msgstr "Este parámetro de consulta es obligatorio" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "Consulta" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "Resultados totales" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalán" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inglés" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Español" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Portugués brasileño" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Noruego bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francés" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Ruso" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Alemán" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Gallego" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Chino tradicional" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonés" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiano" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coreano" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "Dominio personalizado" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "Documentación pública de CDN" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "Configuración SSL personalizada" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "SLA de soporte" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "Documentación privada" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "Incrustar contenido a través de API" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "Análisis de búsqueda" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "Análisis de páginas vistas" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "Construcciones simultáneas" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "Inicio de sesión único (SSO) con Google" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "Direcciones URLs personalizadas" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "Registros de auditoria" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3489,7 +3462,7 @@ msgstr "" #: subscriptions/notifications.py:92 msgid "Your organization has been disabled" -msgstr "" +msgstr "Su organización ha sido deshabilitada" #: subscriptions/templates/subscriptions/subscription_detail.html:7 msgid "Organization Subscription" @@ -3514,7 +3487,7 @@ msgstr "Plan" #: subscriptions/templates/subscriptions/subscription_detail.html:42 msgid "Extra products:" -msgstr "" +msgstr "Productos adicionales:" #: subscriptions/templates/subscriptions/subscription_detail.html:61 msgid "Features:" @@ -3579,7 +3552,7 @@ msgid "" msgstr "" "Hubo un error al conectarse a Stripe, intente nuevamente en unos minutos." -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Hallamos un laberinto" @@ -5582,10 +5555,8 @@ msgstr "Añade una dirección de correo electrónico para notificaciones" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "Email Notifications" msgid "Add Email Notification" -msgstr "Notificaciones por correo electrónico" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5677,10 +5648,8 @@ msgstr "Elige qué proyecto te gustaría añadir como una traducción." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Traducciones" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5701,10 +5670,8 @@ msgstr "Añadir mantenedor" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Add maintainer" msgid "Add Maintainer" -msgstr "Añadir mantenedor" +msgstr "" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5936,7 +5903,7 @@ msgstr "" #: templates/socialaccount/connections.html:37 msgid "Active connections" -msgstr "" +msgstr "Conexiones activas" #: templates/socialaccount/connections.html:40 msgid "The following services are currently connected to your account:" @@ -5968,3 +5935,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversión" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.mo b/readthedocs/locale/eu/LC_MESSAGES/django.mo index 95a216113d7..33219237b63 100755 Binary files a/readthedocs/locale/eu/LC_MESSAGES/django.mo and b/readthedocs/locale/eu/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 4fd874444b9..9034bfdb48e 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Asier Iturralde Sarasola , 2018\n" "Language-Team: Basque (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,8 +21,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Bertsioa" @@ -140,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -201,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -218,8 +219,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Erabiltzailea" @@ -231,8 +232,9 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Proiektua" @@ -244,7 +246,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "" @@ -256,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -439,7 +441,7 @@ msgstr "" msgid "Tag" msgstr "" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Ezezaguna" @@ -463,37 +465,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Aktibo" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Egoera" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Mota" @@ -501,7 +507,7 @@ msgstr "Mota" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -518,291 +524,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identifikadorea" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Bistaratzeko izena" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug-a" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Eraikita" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Igota" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Konfigurazioa" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Errorea konfigurazioan" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Irteera" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Errorea" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -920,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -964,35 +955,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Webgunea" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s erabiltzailearen profila" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1045,13 +1031,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "" @@ -1059,7 +1045,7 @@ msgstr "" msgid "Level" msgstr "" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1249,25 +1235,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1454,14 +1435,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Izena" @@ -1477,51 +1458,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "" @@ -1571,50 +1552,50 @@ msgstr "" msgid "Admin" msgstr "" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1639,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1702,24 +1683,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2051,35 +2027,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2155,123 +2131,111 @@ msgstr "" msgid "Deleted" msgstr "" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2335,78 +2299,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2422,202 +2390,202 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Biltegi mota" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Proiektuaren webgunea" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2625,303 +2593,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3005,31 +2969,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3203,131 +3167,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3419,7 +3387,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.mo b/readthedocs/locale/fr/LC_MESSAGES/django.mo index 23d8dd7a1f3..7e535d6a49f 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 3cc3b884280..2c8469b1911 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -41,7 +41,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Jérémie Tarot , 2022-2023\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" @@ -53,8 +53,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Version" @@ -172,40 +173,40 @@ msgstr "Hébergé par" msgid "Privacy Policy" msgstr "Politique de confidentialité" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nom du projet invalide \"{0}\": pas de jeton généré." -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Un projet avec le slug \"{0}\" existe déjà." -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" "Le projet avec {slug_name}={value} n'est pas valide en tant que sous-projet" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "Un sous-projet avec cet alias existe déjà" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -234,8 +235,8 @@ msgstr "Échec de l'authentification" msgid "Log out" msgstr "Se déconnecter" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "L'invitation est envoyée" @@ -251,8 +252,8 @@ msgstr "Invitation acceptée" msgid "Invitation declined" msgstr "Invitation déclinée" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Utilisateur" @@ -264,8 +265,9 @@ msgstr "Identifiant de l'utilisateur" msgid "Username" msgstr "Nom d'utilisateur" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Projet" @@ -277,7 +279,7 @@ msgstr "Identifiant du projet" msgid "Project slug" msgstr "Jeton du projet" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organisation" @@ -289,7 +291,7 @@ msgstr "Identifiant de l'organisation" msgid "Organization slug" msgstr "Jeton de l'organisation" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Action" @@ -474,7 +476,7 @@ msgstr "Branche" msgid "Tag" msgstr "Étiquette" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Inconnu" @@ -498,37 +500,41 @@ msgstr "versions SemVer" msgid "Custom match" msgstr "Correspondances personnalisées" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Actif" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "Compilation réussie" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilation échouée" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "Normal" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "Requête de tirage/fusion" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "État" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Toutes" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Type" @@ -536,7 +542,7 @@ msgstr "Type" msgid "States" msgstr "États" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "Confidentialité" @@ -554,250 +560,235 @@ msgstr "Les correspondances personnalisées ne devraient pas être vides." msgid "Invalid Python regular expression." msgstr "L'expression régulière en Python est invalide." -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identifiant" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Nom verbeux" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Jeton" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Supporté" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "États des PM/MR associées à la version." -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Compilé" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Chargé" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Niveau de confidentialité" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Niveau de confidentialité de cette version." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "Caché" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" "Cacher cette version du menu de la version (flyout) et chercher dans les " "résultats ?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Crée automatiquement" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "Contient un PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "Contient une ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "Contient un Zip HTML" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Type de documentation" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "Le type de documentation avec laquelle la version a été construite." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" "Données générées à la compilation par doctool (`readthedocs-build.yaml`)." -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Version {version} de {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "Statut" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Date" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Succès" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Configuration" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Erreur de configuration" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Sortie" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erreur" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Consigner" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "Jeton de la version" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "Nom de la version" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "Type de la version" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Configuration utilisée dans la compilation" -#: builds/models.py:799 +#: builds/models.py:791 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:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Durée de compilation" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Responsable de la compilation" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Stockage longue durée" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "Identifiant de la tache Celery" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Compilation de {project} pour {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Compiler" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Commande" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Résultat de la commande" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Code de sortie de la commande" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Heure de début" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Heure de fin" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Exécution de la commande {pk} pour la compilation {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "Activer la version" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "Cacher la version" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "Rendre cette version publique" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "Rendre cette version privée" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "Mettre cette version par défaut" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "Supprimer la version" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "Règle de priorité" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "Un nombre inférieur (0) correspond à une priorité plus élevée" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "Arguments pour la correspondance" -#: builds/models.py:1216 +#: builds/models.py:1192 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:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "Argument de correspondance prédéfini" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -805,47 +796,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:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "Actions à réaliser sur les versions correspondantes" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "Argument de l'action" -#: builds/models.py:1239 +#: builds/models.py:1215 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:1246 +#: builds/models.py:1222 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:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "Version activée" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "Version masquée" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "Confidentialité de la version définie comme publique" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "Confidentialité de la version définie comme privée" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "Version définie comme par défaut" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "Version supprimée" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "Règle de correspondance" @@ -963,7 +954,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -1007,37 +998,32 @@ msgstr "Identifiant" msgid "username" msgstr "nom d'utilisateur" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Page d’accueil" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Voir les annonces sponsorisées" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Si non-coché, vous verrez toujours les publicités de la communauté." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" "Abonnez-vous à notre liste de diffusion, et obtenez des conseils de " "démarrage utiles." -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Liste blanche" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Banni" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Profil de %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1095,13 +1081,13 @@ msgstr "Aucun projet trouvé." msgid "This project is already Ad-Free." msgstr "Ce projet est déjà sans publicité." -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Publié le" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Modifié le" @@ -1109,7 +1095,7 @@ msgstr "Modifié le" msgid "Level" msgstr "Niveau" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1321,25 +1307,20 @@ msgstr "Information du fournisseur" msgid "Secret used to validate the payload of the webhook" msgstr "Secret utilisé pour valider les données du webhook" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} pour {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "De l'utilisateur" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "Vers l'utilisateur" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "E-mail" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "Date d'expiration" @@ -1531,14 +1512,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Utilisateurs" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Nom" @@ -1554,51 +1535,51 @@ msgstr "URL de l'avatar" msgid "URL to organization page" msgstr "URL de la page de l'organisation" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "Fournisseur SGV" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Compte connecté" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Nom complet" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Description du projet" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL de l’image de l’avatar du propriétaire" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "URL SSH" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "URL du clone du dépôt" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "URL HTML" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Dépôt privé" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "VCS" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "Branche par défaut du répertoire" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Possède les droits d’administration" @@ -1652,50 +1633,50 @@ msgstr "En lecture seule" msgid "Admin" msgstr "Admin" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "Nom (descendant)" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "Trier par" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "L'équipe" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "Accès" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1720,11 +1701,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:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "Adresse email ou nom d'utilisateur" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "L'utilisateur %(username)s n'existe pas" @@ -1783,24 +1764,19 @@ msgstr "Abonnement Stripe" msgid "organization" msgstr "organisation" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "{org} propriétaire {owner}" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "équipe" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Empreinte" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "Compteur" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "Total" @@ -2176,35 +2152,35 @@ msgstr "Mettre à jour les projets" msgid "Verify your email address" msgstr "Vérifiez votre adresse e-mail" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "Propriétaire supprimé" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 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:168 msgid "Team added" msgstr "Équipe ajoutée" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "Équipe supprimée" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "L'équipe a été mise à jour" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "Les projets de l'équipe ont été mis à jour" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "Le membre a été ajouté à l'équipe" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "Le membre a été retiré de l'équipe" @@ -2280,123 +2256,111 @@ msgstr "Actif" msgid "Deleted" msgstr "Supprimé" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Public" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privé" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "Validé et actif" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "Invalide" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "En attente" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "Compilé récemment" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "Moins récemment compilé" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "Compilé fréquemment" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "Moins fréquement compilé" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "Modifié récemment" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "Moins récemment modifié" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "Version masquées" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "Versions visibles" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "Versions publiques" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "Versions privées" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "Visibilité" @@ -2460,82 +2424,90 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, fuzzy, python-brace-format +#| msgid "To build from pull requests you need a " +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "Pour construire une requête de téléversement vous aurez besoin de" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, fuzzy, python-brace-format +#| msgid "" +#| "To build from pull requests your repository's webhook needs to send pull " +#| "request events. " msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" "Pour construire à partir de requête de téléversement, votre webhook de dépot " "doit envoyer des évenements." -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "L'utilisateur %(username)s est déjà un mainteneur" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "Les données doivent être un objet JSON valide." -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" @@ -2551,54 +2523,54 @@ msgstr "Sous-projet" msgid "Alias" msgstr "Alias" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "Description courte de ce projet" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL du dépôt" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "URL du dépôt de la documentation hébergée" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Type de dépôt" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Page d’accueil du projet" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "La page d’accueil du projet" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "URL canonique" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "URL à laquelle cette documentation s'attend à être servie" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Version unique" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2609,19 +2581,19 @@ msgstr "" "cette option que si vous n'allez jamais avoir plusieurs versions de " "votre documentation." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Version par défaut" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "La version de votre projet à laquelle / redirige" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Branche par défaut" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2629,32 +2601,32 @@ msgstr "" "Branche vers laquelle \"latest\" pointe. Laisser vide pour utiliser la " "valeur par défaut pour votre SGV." -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "Pull request de compilation pour ce projet" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." @@ -2662,25 +2634,25 @@ msgstr "" "Plus d'information dans notre documentation." -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "Niveau de confidentialité des Pull Requests" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN activé" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Code analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2688,11 +2660,11 @@ msgstr "" "ID de suivi Google Analytics (ex. 1UA-22345342-11). Cela peut " "ralentir les chargements de votre page." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "Désactiver les mesures" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2700,15 +2672,15 @@ msgstr "" "Désactiver entièrement Google Analytics pour ce projet (nécessite de " "recompiler la documentation)" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Image alternative pour le conteneur" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Limite mémoire du conteneur" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2716,55 +2688,55 @@ msgstr "" "Limite de la mémoire au format Docker, par example: 512m ou " "1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "Limite de temps du conteneur en secondes" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "Identifiant alternatif de queue de compilation" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "Nombre maximal de compilations concurrentes sur ce projet" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Autoriser les annonces sponsorisées" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" "Si non-coché, les utilisateurs verront toujours les publicités de la " "communauté." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Sans annonces" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "Est du spam ?" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "Marqué manuellement comme (non) spam" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Afficher l'avertissement de version" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Affiche une bannière d'avertissement sur les versions non stables ou " "anciennes." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "Chemin du fichier .readthedocs.yaml" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2777,19 +2749,19 @@ msgstr "" "code>. Laisser vide pour la valeur par défaut : .readthedocs.yaml." -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "En vedette" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "Passer (désactiver) la compilation de ce projet" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "Retiré de la liste" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2798,19 +2770,19 @@ msgstr "" "the Docs et demande aux moteurs de recherche externes de le supprimer via " "robots.txt" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "Le tableau de bord du projet devrait être public ?" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Projets apparentés" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Langue" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2818,23 +2790,23 @@ msgstr "" "La langue dans laquelle la documentation du projet sera générée. Note: l’URL " "de votre projet sera modifiée en conséquence." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Langage de programmation" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "Le langage de programmation principal dans lequel ce projet est écrit." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "Ce projet a été compilé par un webhook" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Ce projet a bien été cloné" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " @@ -2844,67 +2816,67 @@ msgstr "" "en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Plus de " "détails sur les compilateurs Sphinx." -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "projet" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Le Model nécessite un libellé court" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "L'imbrication de sous-projet n'est pas supportée" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Chemin" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "ID de compilation" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "Classement dans les recherches" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "Ignorer ce fichier pendant les opérations comme l'indexation" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "créé" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "modifié" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "Compilation déclenchée" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "Compilation terminée" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL sur laquelle pointer le webhook" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "Secret utilisé pour signer les données du webhook" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "Souscrire aux évenements" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "Données JSON" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check la documentation pour les substitutions possibles." -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Domaine" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "Ce domain a été créé automatiquement" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "Ce domaine est un CNAME pour le projet" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "Ce domaine est le domaine primaire duquel est servi la documentation" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Utiliser HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Toujours utiliser HTTPS pour ce domaine" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "Nombre de vues sur ce domaine" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "État du certificat SSL" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "Passer le processus de validation." -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "Date de début du processus de validation." -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "Gérer un âge maximal (par ex. 31536000) pour l'entête HSTS" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Si hsts_max_age > 0, configurer l'option includeSubDomains avec l'en-tête " "HSTS" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "Si hsts_max_age > 0, configurer l'option preload avec l'en-tête HSTS" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" @@ -3176,19 +3144,19 @@ 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:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Paramètres du projet mis à jour" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Projet supprimé" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3197,12 +3165,12 @@ 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:475 +#: projects/views/private.py:513 #, 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:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" @@ -3381,131 +3349,135 @@ msgstr "Ce paramètre de recherche est nécessaire" msgid "This query parameter is required" msgstr "Ce paramètre de requête est obligatoire" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "Recherche" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "Résultats totaux" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Anglais" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Espagnol" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Portugais brésilien" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norvégien Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Français" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russe" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Allemand" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galicien" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamien" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Chinois traditionnel" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonais" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrainien" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italien" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coréen" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "Domaine personnalisé" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "documentation publique du CDN" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "Configuration SSL personnalisée" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "Supporte le SLA" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "Documentation privée" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "Inclure du contenu par API" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "Statistiques de recherche" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "Statistiques de visites" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "Compilations concurrentes" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "Authentification unique (SSO) avec Google" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "URL personnalisées" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "Logs d'audit" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3609,7 +3581,7 @@ msgstr "" "Il y a eu une erreur lors de la connection à Stripe, merci de reessayer dans " "quelques minutes." -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Perdu dans le labyrinthe" @@ -5635,10 +5607,8 @@ msgstr "Ajouter une adresse e-mail de notification" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "Email Notifications" msgid "Add Email Notification" -msgstr "Notifications par e-mail" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5731,10 +5701,8 @@ msgstr "Choisissez quel projet vous souhaitez ajouter en tant que traduction." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Traductions" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5755,8 +5723,6 @@ msgstr "Ajouter un mainteneur" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Add maintainer" msgid "Add Maintainer" msgstr "Ajouter un mainteneur" @@ -6036,3 +6002,12 @@ msgstr "" "fournisseur Git afin de supprimer la connexion OAuth de Read the Docs. Sur " "GitHub, celle-ci se trouve dans Paramètres > Applications > " "Applications OAuth Autorisées." + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.mo b/readthedocs/locale/gl/LC_MESSAGES/django.mo index e5c9fc73511..82905b67427 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 70ca266504f..7b7655a0b30 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Manuel Kaufmann , 2023\n" "Language-Team: Galician (http://app.transifex.com/readthedocs/readthedocs/" @@ -23,8 +23,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -142,39 +143,39 @@ msgstr "Aloxado por" msgid "Privacy Policy" msgstr "Directiva de privacidade" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O proxecto con {slug_name}={value} non é válido como subproxecto" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "Xa existe un subproxecto con este alias" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,8 +204,8 @@ msgstr "Produciuse un fallo de autenticación" msgid "Log out" msgstr "Saír" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "Convite enviado" @@ -220,8 +221,8 @@ msgstr "Convite aceptado" msgid "Invitation declined" msgstr "Convite declinado" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Usuario" @@ -233,8 +234,9 @@ msgstr "ID do usuario" msgid "Username" msgstr "Nome de usuario" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Proxecto" @@ -246,7 +248,7 @@ msgstr "ID do proxecto" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organización" @@ -258,7 +260,7 @@ msgstr "ID da organización" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Acción" @@ -443,7 +445,7 @@ msgstr "Póla" msgid "Tag" msgstr "Etiqueta" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Descoñecido" @@ -467,37 +469,41 @@ msgstr "Versións SemVer" msgid "Custom match" msgstr "Coincidencia personalizada" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Activa" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "Construción satisfactoria" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Produciuse un fallo na construción" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "Normal" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "Solicitude de extracción/fusión" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Estado" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Calquera" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Tipo" @@ -505,7 +511,7 @@ msgstr "Tipo" msgid "States" msgstr "Estados" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "Privacidade" @@ -523,253 +529,238 @@ msgstr "A coincidencia personalizada non debe estar baleira." msgid "Invalid Python regular expression." msgstr "Expresión regular de Python incorrecta." -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identificador" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Nome descritivo" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Compatíbel" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" " \n" "Estado da solicitude de extracción/fusión asociada a esta versión." -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Construída" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Subido" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Nivel de privacidade" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Nivel de privacidade desta versión." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "Agochada" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" "Quere agochar esta versión do menú (de desprazamento flotante) de versións " "e dos resultados da busca?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Creada pola máquina" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "Conten un PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "Conten un ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "Conten un Zip HTML" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Tipo de documentación" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "Tipo de documentación coa que se construíu a versión." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" "Datos xerados no momento da construción pola «doctool» (`readthedocs-build." "yaml`)." -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "Inxecta unha nova biblioteca js de engadidos para esta versión" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Versión {version} de {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "Estado" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Satisfactorio" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Definicións" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Produciuse un erro na definición" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Saída" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erro" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Remisión" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "Nome da versión" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "Tipo de versión" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Configuración utilizada na construción" -#: builds/models.py:799 +#: builds/models.py:791 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:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Tamaño da construción" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Construtor" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Almacenamento en frío" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "ID da tarefa de Celery" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Construír {project} para {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Construción" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Orde" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Saída da orde" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Código de saída da orde" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Hora de inicio" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Hora de finalización" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Orde de construción {pk} para a construción {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "Activar a versión" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "Agochar a versión" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "Facer pública a versión" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "Facer privada a versión" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "Definir a versión como predeterminada" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "Eliminar a versión" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "Regra de prioridade" -#: builds/models.py:1205 +#: builds/models.py:1181 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:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "Argumento de coincidencia" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "Valor usado para que a regra coincida coa versión" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "Argumento de coincidencia predefinido" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -777,47 +768,47 @@ msgstr "" "Argumento de coincidencia definido por nós, úsase se non é «None», se non, " "usarase «match_arg»." -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "Acción para aplicar ás versións coincidentes" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "Argumento de acción" -#: builds/models.py:1239 +#: builds/models.py:1215 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:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "Tipo de versión á que se debe aplicar a regra" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "Versión activada" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "Versión agochada" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "Versión definida como privacidade pública" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "Versión definida como privacidade privada" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "Versión definida como predeterminada" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "Versión eliminada" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "Regra coincidente" @@ -935,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -979,36 +970,31 @@ msgstr "ID" msgid "username" msgstr "nome de usuario" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Sitio web" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Ver a publicidade pagada" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Se non se marca, Vde. seguirá a ver anuncios da comunidade." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" "Subscríbase á nosa lista de correo e reciba suxestións útiles de integración." -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Na lista de autorización" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Expulsado" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Perfil de %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1064,13 +1050,13 @@ msgstr "Non se atopou ningún proxecto." msgid "This project is already Ad-Free." msgstr "Este proxecto xa está libre de publicidade." -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Data de publicación" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Data de modificación" @@ -1078,7 +1064,7 @@ msgstr "Data de modificación" msgid "Level" msgstr "Nivel" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1287,25 +1273,20 @@ msgstr "Datos do provedor" msgid "Secret used to validate the payload of the webhook" msgstr "Segredo usado para validar a carga útil da ancoraxe web" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} para {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "Do usuario" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "Ao usuario" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "Correo" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "Data de caducidade" @@ -1496,14 +1477,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Usuarios" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Nome" @@ -1519,51 +1500,51 @@ msgstr "URL da imaxe de avatar" msgid "URL to organization page" msgstr "URL á páxina da organización" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "Provedor de VCS" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Conta conectada" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Nome completo" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Descrición do proxecto" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL da imaxe de avatar do propietario" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "URL SSH" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "URL de clonación do repositorio" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "URL HTML" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Repositorio privado" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "Rama predeterminada do repositorio" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Ten privilexios de administración" @@ -1617,50 +1598,50 @@ msgstr "Só lecura" msgid "Admin" msgstr "Admin" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "Creado recentemente" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "De máis recente creación" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "Nome (descendente)" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "Ordenar por" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Equipo" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "Acceso" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1685,11 +1666,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "A organización %(name)s xa existe" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "Enderezo de correo ou nome de usuario" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "O usuario %(username)s non existe" @@ -1749,24 +1730,19 @@ msgstr "Subscrición a Stripe" msgid "organization" msgstr "organización" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "{org} propietario {owner}" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "equipo" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Resumo (criptográfico)" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "Contar" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "Total" @@ -2154,35 +2130,35 @@ msgstr "Actualizar os proxectos" msgid "Verify your email address" msgstr "Verifique o seu enderezo de correo-e" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "O propietario foi retirado" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 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:168 msgid "Team added" msgstr "Equipo engadido" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "Equipo eliminado" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "Equipo actualizado" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "Proxectos do equipo actualizados" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "Membro engadido ao equipo" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "Membro retirado do equipo" @@ -2258,123 +2234,111 @@ msgstr "Activo" msgid "Deleted" msgstr "Eliminado" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Público" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privado" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "Válido e activo" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "Non válido" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "Pendente" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "Construción recente" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "De máis recente construción" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "Construído con frecuencia" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "De máis frecuente construción" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "Modificado recentemente" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "De máis recente modificación" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "Versións agochadas" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "Versións visíbeis" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "Versións públicas" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "Versións privadas" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "Visibilidade" @@ -2438,81 +2402,89 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, fuzzy, python-brace-format +#| msgid "To build from pull requests you need a " +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "Para construír a partir de solicitudes de extracción necesita" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, fuzzy, python-brace-format +#| msgid "" +#| "To build from pull requests your repository's webhook needs to send pull " +#| "request events. " msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." 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:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuario %(username)s xa é un mantedor" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "A carga útil debe ser un obxecto JSON válido." -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1064 +#: projects/forms.py:1061 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:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" @@ -2528,54 +2500,54 @@ msgstr "Subproxecto" msgid "Alias" msgstr "Alias" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "Breve descrición deste proxecto" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL do repositorio" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "URL do repositorio da documentación aloxada" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Tipo de repositorio" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Páxina de inicio do proxecto" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "O sitio web do proxecto" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "URL canónico" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "URL dende o que se agarda que se sirva a documentación" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Versión única" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2585,19 +2557,19 @@ msgstr "" "servida na raíz do dominio. Use isto con precaución, actíveo só se nunca vai " "ter varias versións dos seus documentos." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Versión predefinida" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "A versión do proxecto á que reenvía /" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Ramificación predefinida" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2605,11 +2577,11 @@ msgstr "" "A que rama apunta a «última». Déixeo en branco para usar o valor " "predeterminado para o seu VCS." -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "Prefixo personalizado da ruta" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2618,11 +2590,11 @@ msgstr "" "proxecto. De xeito predeterminado ofrecemos a documentación na raíz (/) dun " "dominio." -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "Prefixo personalizado da ruta do subproxecto" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2632,11 +2604,11 @@ msgstr "" "xeito predeterminado ofrecemos a documentación de subproxectos baixo o " "prefixo `/projects/`." -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "Construír solicitudes de extracción para este proxecto" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." @@ -2644,25 +2616,25 @@ msgstr "" "Máis información na nosa documentación." -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidade das solicitudes de extracción" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2670,11 +2642,11 @@ msgstr "" "ID de seguimento de Google Analytics (p. ex., UA-22345342-1). " "Isto pode retardar a carga da súa páxina." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "Desactivar Analytics" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2682,15 +2654,15 @@ msgstr "" "Desactivar Google Analytics completamente para este proxecto (require volver " "construír a documentación)" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Imaxe alternativa do contedor" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Límite de memoria do contedor" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2698,53 +2670,53 @@ msgstr "" "Límite de memoria en formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "Límite de tempo do contedor en segundos" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "ID alternativo da cola de construción" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" "Número máximo de construcións simultáneas permitidas para este proxecto" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Permitir a publicidade pagada" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "Se non se marca, os usuarios seguirán a ver os anuncios da comunidade." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Libre de publicidade" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "É correo lixo?" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (non) correo lixo" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Amosar a advertencia de versión" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Amosar o báner de advertencia nas versións non estábeis ou nas máis recentes." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "Ruta a .readthedocs.yaml" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2756,19 +2728,19 @@ msgstr "" "ex. subruta/docs/.readthedocs.yaml. Déixeo en branco para o " "valor predeterminado: .readthedocs.yaml." -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Destacado" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "Omitir (desactivar) a construción deste proxecto" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "Retirado da lista" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2776,19 +2748,19 @@ msgstr "" "A retirada da lista dun proxecto retírao da indexación de busca de Read the " "Docs e pídelle aos buscadores externos que o retiren a través de robots.txt" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "O taboleiro do proxecto debería ser público?" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Proxectos relacionados" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2796,23 +2768,23 @@ msgstr "" "O idioma no que se representa a documentación do proxecto. Nota: isto afecta " "ao URL do proxecto." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Linguaxe de programación" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "A linguaxe de programación principal na que está escrito o proxecto." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "Este proxecto foi construído cunha ancoraxe web" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Este proxecto foi clonado correctamente" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " @@ -2823,67 +2795,67 @@ msgstr "" "DirectoryHTMLBuilder\">Obteña máis información sobre os construtores de " "Sphinx." -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "proxecto" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "Non se admite a anidación de subproxectos" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Ruta" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "ID de construción" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "Clasificación da páxina de busca" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este ficheiro dende operacións como a indexación" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "creado" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "modificado" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "Construción activada" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr " Construción validada" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL ao que enviar o ancoraxe web" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para asinar a carga útil da ancoraxe web" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "Eventos para subscribirse" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check 0, set the includeSubDomains flag with the HSTS header" msgstr "" "Se hsts_max_age > 0, define o sinalador includeSubDomains coa cabeceira HSTS" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "Se hsts_max_age > 0, define o sinalador de precarga coa cabeceira HSTS" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "MkDocs: usar o tema Read the Docs para MkDocs como tema predeterminado" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" "Construír: probar un método alternativo para publicar datos de gran tamaño" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" "Conda: engadir os requisitos básicos de Read the Docs ao ficheiro " "environment.yml" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2971,19 +2939,19 @@ msgstr "" "Sphinx: validar todas as versións (incluídas as privadas) ao contexto html " "ao construír con Sphinx" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2991,92 +2959,92 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" "Taboleiro: permitir que o proxecto use o báner de advertencia de versión." -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" "Sphinx: utilizar a versión máis recente da extensión Read the Docs Sphinx" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "Construción: instale todas as versións máis recentes dos requisitos básicos " "de Read the Docs" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "Buscar: desactivar a busca do lado do servidor" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "Construción: definir a protección de escala antes/após a construción." -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" @@ -3165,19 +3133,19 @@ 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:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Actualizáronse os axustes do proxecto" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "Actualizáronse os engadidos do proxecto" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Proxecto eliminado" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3186,12 +3154,12 @@ 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:475 +#: projects/views/private.py:513 #, 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:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" @@ -3369,131 +3337,135 @@ msgstr "Precisase este parámetro de consulta" msgid "This query parameter is required" msgstr "Precisase este parámetro de consulta" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "Consulta" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inglés" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Español" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Portugués do Brasil" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Noruegués Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francés" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Ruso" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Alemán" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galego" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chinés simplificado" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Chinés tradicional" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Xaponés" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucraíno" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiano" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coreano" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "Dominio personalizado" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "Documentación pública de CDN" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "Configuración SSL personalizada" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "Acordo de nivel de servizo da asistencia" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "Documentación privada" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "Incrustar contido a través de API" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "Análise de buscas" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "Análise de vistas de páxina" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "Construcións simultáneas" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "Identificación única (SSO) con Google" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "URL personalizados" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "Rexistros de auditoría" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "Rexistros de auditoría para cada vista de páxina" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3596,7 +3568,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "Produciuse un erro ao conectarse a Stripe. Ténteo de novo nuns minutos" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Perdido no labirinto" @@ -5610,10 +5582,8 @@ msgstr "Engada un enderezo de correo para as notificacións" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "Email Notifications" msgid "Add Email Notification" -msgstr "Notificacións por correo" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5705,10 +5675,8 @@ msgstr "Escolla o proxecto que quere engadir como tradución." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Traducións" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5729,10 +5697,8 @@ msgstr "Engadir mantedor" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Add maintainer" msgid "Add Maintainer" -msgstr "Engadir mantedor" +msgstr "" #: templates/projects/project_version_detail.html:16 #, python-format @@ -6009,3 +5975,12 @@ 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." + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index 927fa79f9a0..d85f109eed2 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 5eccfa57a0c..296d7dd0661 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+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,8 +21,9 @@ 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/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "גרסה" @@ -140,26 +141,26 @@ msgstr "מתארח בחסות" msgid "Privacy Policy" msgstr "מדיניות פרטיות" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "שם המיזם „{0}” שגוי: לא נוצר שם מפושט." -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "כבר קיים מיזם עם השם המפושט „{0}”." -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "מיזם עם {slug_name}={value} אינו תקף כתת־מיזם" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "כבר קיים תת־מיזם עם הכינוי הזה" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -168,14 +169,14 @@ msgstr "" "הפניות קידומת הוסרו. נא להשתמש בהפנייה מדויקת ‎`/prefix/*`‎ במקום. למידע נוסף: " "{blog_link}." -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" "שם ההפניה sphinx_html השתנה ל־clean_url_to_html. ניתן לפנות אל {blog_link}." -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -205,8 +206,8 @@ msgstr "האימות נכשל" msgid "Log out" msgstr "יציאה" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "נשלחה הזמנה" @@ -222,8 +223,8 @@ msgstr "ההזמנה התקבלה" msgid "Invitation declined" msgstr "ההזמנה נדחתה" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "משתמש" @@ -235,8 +236,9 @@ msgstr "מזהה משתמש" msgid "Username" msgstr "שם משתמש" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "מיזם" @@ -248,7 +250,7 @@ msgstr "מזהה מיזם" msgid "Project slug" msgstr "שם מיזם מפושט" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "ארגון" @@ -260,7 +262,7 @@ msgstr "מזהה ארגון" msgid "Organization slug" msgstr "שם ארגון מפושט" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "פעולה" @@ -443,7 +445,7 @@ msgstr "ענף" msgid "Tag" msgstr "תגית" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "לא ידוע" @@ -467,37 +469,41 @@ msgstr "גרסאות SemVer" msgid "Custom match" msgstr "התאמה משלך" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "פעיל" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "הבנייה הצליחה" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "הבנייה נכשלה" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "רגיל" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "בקשת משיכה/דחיפה" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "מצב" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "כלשהו" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "סוג" @@ -505,7 +511,7 @@ msgstr "סוג" msgid "States" msgstr "מצבים" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "פרטיות" @@ -522,245 +528,230 @@ msgstr "התאמה מותאמת אישית לא אמורה להיות ריקה." msgid "Invalid Python regular expression." msgstr "ביטוי רגולרי של Python שגוי" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "מזהה" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "שם מפורש" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "שם ייצוגי" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "נתמך" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "מצב בקשת הדחיפה/מיזוג שמשויכים לגרסה הזאת." -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "נבנה" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "הועלה" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "רמת פרטיות" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "רמת הפרטיות של הגרסה הזו." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "מוסתר" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "להסתיר את הגרסה הזאת מתפריט הגרסאות (flyout) ומתוצאות החיפוש?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "ביצירת מכונה" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "יש PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "יש ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "יש Zip של HTML" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "סוג התיעוד" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "סוג התיעוד אתו נבנתה הגרסה." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "נתונים שנוצרו בזמן הבנייה על ידי ה־doctool‏ (`readthedocs-build.yaml`)." -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "הזרקת ספריית js של תוספים לגרסה הזאת" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "גרסה {version} של {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "מצב" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "תאריך" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "הצלחה" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "התקנה" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "שגיאת התקנה" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "פלט" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "שגיאה" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "ביצוע" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "שם גרסה מפושט" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "שם גרסה" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "סוג גרסה" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "הגדרות המשמשות את הבנייה" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "נתיב קובץ הגדרות בנייה מותאם אישית שמשמש את הבנייה הזאת" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "אורך הבנייה" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "בונה" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "אחסון קר" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "מזהה משימת Celery" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "בניית {project} עבור {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "בנייה" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "פקודה" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "פלט פקודה" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "קוד היציאה של הפקודה" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "מועד התחלה" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "מועד סיום" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "פקודת בנייה {pk} עבור הבנייה {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "הפעלת גרסה" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "הסתרת גרסה" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "החצנת הגרסה" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "הפרטת הגרסה" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "הגדרת גרסה כברירת מחדל" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "מחיקת גרסה" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "עדיפות כלל" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "מספר נמוך יותר (0) משמעו עדיפות גבוהה יותר" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "ארגומנט התאמה" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "ערך שמשמש את הכלל כדי למצוא גרסה" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "ארגומנט התאמה שהוגדר מראש" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -768,47 +759,47 @@ msgstr "" "ארגומנט התאמה שהוגדר על ידינו, הוא משמש אם אינו ריק (None), אחרת ייעשה שימוש " "ב־match_arg." -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "פעולה שתחול על גרסות תואמות" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "ארגומנט של פקודה" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "ערך שמשמש את הפקודה לביצוע הפעולה" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "סוג הגרסה עליה יחול הכלל" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "גרסה הופעלה" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "גרסה הוסתרה" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "הגרסה הוגדרה לפרטיות ציבורית" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "הגרסה הוגדרה לפרטיות פרטית" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "הגרסה הוגדרה כברירת מחדל" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "גרסה נמחקה" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "כלל תואם" @@ -926,7 +917,7 @@ msgstr "הסבר על הבעיה" msgid "Please provide as much detail as possible." msgstr "נא לספק כמה שיותר פרטים." -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "כתובת" @@ -970,37 +961,32 @@ msgstr "מזהה" msgid "username" msgstr "שם משתמש" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "דף בית" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "הצגת פרסום בתשלום" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "אם הסימון בוטל, עדיין תופענה פרסומות קהילתיות." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" "מומלץ להירשם לרשימת הדיוור שלנו, שם ניתן למצוא עצות מועילות על היכרות עם " "המערכת." -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "ברשימת היתר" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "נחסם" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "הפרופיל של %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "כתובת הדוא״ל לא אומתה" @@ -1056,13 +1042,13 @@ msgstr "לא נמצא מיזם." msgid "This project is already Ad-Free." msgstr "המיזם כבר נטול פרסומות." -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "תאריך פרסום" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "תאריך עריכה" @@ -1070,7 +1056,7 @@ msgstr "תאריך עריכה" msgid "Level" msgstr "רמה" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1275,25 +1261,20 @@ msgstr "נתוני ספק" msgid "Secret used to validate the payload of the webhook" msgstr "סוד ששמשמש לאמת את מטען ההתליה" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} עבור {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "ממשתמש" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "למשתמש" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "דוא״ל" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "תאריך תפוגה" @@ -1483,14 +1464,14 @@ msgstr "להציג תחת סמל הפעמון" msgid "Unknown message" msgstr "הודעה לא ידועה" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "משתמשים" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "שם" @@ -1506,51 +1487,51 @@ msgstr "כתובת תמונה ייצוגית" msgid "URL to organization page" msgstr "כתובת לעמוד הארגון" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "ספק מערכת בקרת גרסאות" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "חשבון מחובר" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "שם מלא" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "תיאור המיזם" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "כתובת התמונה הייצוגית של הבעלים" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "כתובת SSH" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "כתובת שיבוט (clone) המאגר" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "כתובת HTML" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "מאגר פרט" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "מערכת ניהול קוד" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "ענף המאגר כברירת מחדל" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "יש הרשאות ניהול" @@ -1602,50 +1583,50 @@ msgstr "לקריאה בלבד" msgid "Admin" msgstr "מנהל" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "נוצרו לאחרונה" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "נוצרו הפוך מלאחרונה" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "שם (יורד)" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "כל הארגונים" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "מיון לפי" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "כל המיזמים" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "צוות" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "כל הצוותים" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "גישה" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "כל רמות הגישה" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "בעלות" @@ -1670,11 +1651,11 @@ msgstr "שם הארגון שגוי: לא נוצר שם מפושט." msgid "Organization %(name)s already exists" msgstr "הארגון %(name)s כבר קיים" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "כתובת דוא״ל או שם משתמש" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "המשתמש %(username)s לא קיים" @@ -1733,24 +1714,19 @@ msgstr "מינוי ל־Stripe" msgid "organization" msgstr "ארגון" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "{owner} הבעלים של {org}" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "צוות" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "גיבוב" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "כמות" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "סך הכול" @@ -2129,35 +2105,35 @@ msgstr "עדכון מיזמים" msgid "Verify your email address" msgstr "נא לאמת את כתובת הדוא״ל שלך" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "הוסרו בעלים" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "המשתמש הוא הבעלים האחרונים, לא ניתן להסיר" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "נוספה קבוצה" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "נמחקה קבוצה" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "עודכנה קבוצה" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "מיזמי הצוות עודכנו" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "נוספו חברים לצוות" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "חברים הוסרו מהצוות" @@ -2233,123 +2209,111 @@ msgstr "חי" msgid "Deleted" msgstr "נמחק" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "ציבורי" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "פרט" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "תקף ופעיל" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "שגוי" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "ממתין" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "מגוון גרסאות עם תרגומים (///)" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "מגוון גרסאות ללא תרגומים (//)" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "גרסה יחידה ללא תרגומים (/)" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "לפי האלפבית" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "גרסה סמנטית (בתיעוד)" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "אריזת Python‏ (PEP 440 and PEP 425)" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "גרסה לפי תאריך (YYYY.0M.0M)" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "הגדרת תבנית משלך" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "נבנו לאחרונה" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "הראשון שנבנה" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "נבנו בתדירות גבוהה" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "הראשזה שנבנה בתדירות הכי נמוכה" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "נערכו לאחרונה" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "הראשון שהשתנה" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "גרסאות מוסתרות" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "גרסאות גלויות" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "גרסאות ציבוריות" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "גרסאות פרטיות" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "חשיפה" @@ -2414,78 +2378,86 @@ msgstr "" "זיהינו שהמיזם הזה ציבורי, תצוגות מקדימות של בקשות דחיפה מוגדרות לציבוריות." #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, fuzzy, python-brace-format +#| msgid "To build from pull requests you need a " +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "כדי לבנות מבקשות דחיפה יש" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, fuzzy, python-brace-format +#| msgid "" +#| "To build from pull requests your repository's webhook needs to send pull " +#| "request events. " msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "לבנות מבקשות דחיפה התליית המאגר שלך צריכה לשלוח אירועי בקשת דחיפה." -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "כבר קיים תרגום ל„{lang}” של המיזם {proj}." -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "אורכה של כל תגית חייבת להיות באורך של 100 תווים ומטה." -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "הפעלת תוספים" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "להציג התראה על בניות מבקשות משיכה" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "להציג התראה על גרסאות לא יציבות ועדכניות ללא בדיקה" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "התבנית המותאמת אישית בחלונית הצפה נחוצה בעת בחירת תבנית מותאמת אישית." -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "המשתמש %(username)s כבר ברמת מתחזק" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "המטען חייב להיות עצם JSON תקני." -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "מיזם זה מוגדר עם שיטת גרסאות שאינה תומכת בתרגומים." -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" @@ -2501,43 +2473,43 @@ msgstr "תת־מיזם" msgid "Alias" msgstr "כינוי" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "תיאור קצר של המיזם הזה" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "כתובת מאגר" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "כתובת מאגר תיעוד מתארח" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "סוג מאגר" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "דף בית של מיזם" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "דף הבית של המיזם" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "כתובת ידידותית" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "כתובת שמצופה ממנה להציג את התיעוד" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "שיטת גרסאות" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " @@ -2546,11 +2518,11 @@ msgstr "" "משפיע על איך כתובת התיעוד שלך נראית ואם היא תומכת בתרגומים או בריבוי גרסאות. " "החלפת שיטת הגרסאות תפגום בכתובות הנוכחיות שלך." -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "גרסה בודדת" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2560,19 +2532,19 @@ msgstr "" "להשתמש בזהירות רבה, יש להפעיל זאת רק אם אף פעם לא תהיינה יותר גרסות " "של המסמכים שלך." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "גרסת בררת מחדל" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "גרסת המיזם ש־/ יפנה אליה" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "ענף בררת מחדל" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2580,11 +2552,11 @@ msgstr "" "לאיזה ענף מפנה „latest”. יש להשאיר ריק כדי להשתמש בערך בררת המחדל של מערכת " "בקרת הגרסאות שלך." -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "קידומת נתיב מותאמת" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2592,11 +2564,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הגשת תיעוד מהמיזם הזה. כברירת מחדל אנו מגישים תיעוד " "מבסיס (/) שם התחום." -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "קידומת נתיב תת־מיזם מותאמת" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2605,11 +2577,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הערכת בסיס תת־המיזם. כברירת מחדל אנו מגישים תיעוד " "מתת־מיזמים תחת הקידומת `/projects/`." -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "בניית בקשות דחיפה למיזם הזה" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." @@ -2617,11 +2589,11 @@ msgstr "" "מידע נוסף בתיעוד שלנו." -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "רמת פרטיות של בקשות משיכה (PR)" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2629,15 +2601,15 @@ msgstr "" "האם בניות מבקשות הדחיפה האלה תהיינה ציבוריות? אם המאגר שלך ציבורי, " "לא להגדיר את זה לפרטי." -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN פעיל" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "קוד Analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2645,76 +2617,76 @@ msgstr "" "Google Analytics Tracking ID (למשל: UA-22345342-1). עשוי להאט " "את טעינת העמודים שלך." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "השבתת ניתוח" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "השבתת Google Analytics לחלוטין למיזם הזה (דורשת בניית התיעוד מחדש)" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "תמונת מכולה חלופית" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "הגבלת זיכרון למכולה" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" "הגבלת זיכרון בתצורת Docker -- למשל: 512m או 1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "מגבלת זמן למכולה בשניות" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "מזהה תור בנייה חלופי" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "מספר הבניות המקביליות המרבית המורשית למיזם זה" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "לאפשר פרסום בתשלום" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "אם האפשרות לא סומנה, המשתמשים עדיין יראו פרסומות קהילתיות." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "נטול פרסומות" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "ספאם?" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "סומן ידנית כ(לא) ספאם" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "הצגת אזהרת גרסה" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "הצגת כותרת אזהרה בגרסאות בלתי יציבות או latest." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "נתיב אל ‎.readthedocs.yaml" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2726,19 +2698,19 @@ msgstr "" "readthedocs.yaml. אפשר להשאיר ריק כדי לקבל את ערך ברירת המחדל:‎ ." "readthedocs.yaml." -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "מומלץ" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "דילוג (השבתה) על בניית המיזם הזה" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "הוחרג מהרשימה" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2746,42 +2718,42 @@ msgstr "" "החרגת מיזם מהרשימה מסירה אותו ממפתח החיפוש של Read the Docs ומבקשת ממנועי " "חיפוש להסיר אותו דרך robots.txt" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "האם לוח הבקרה של המיזם יהיה ציבורי?" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "מיזמים קשורים" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "שפה" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "השפה בה תיעוד המיזם עבר עיבוד. לתשומת לבך: יש לזה השפעה על כתובת המיזם שלך." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "שפת תכנות" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "שפת התכנות העיקרית בה נכתב המיזם שלך." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "מיזם זה נבנה עם התלייה" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "המיזם הזה שוכפל בהצלחה" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " @@ -2791,67 +2763,67 @@ msgstr "" "html#sphinx.builders.html.DirectoryHTMLBuilder\">מידע נוסף על בנאי sphinx." -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "מיזם" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "לדגם חייב להיות שם ייצוגי" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "אין תמיכה בקינון תת־מיזמים" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "נתיב" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "מזהה בנייה" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "דירוג חיפוש עמוד" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "להתעלם מהקובץ הזה בפעולות כמו סידור באינדקס" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "נוצר" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "נערך" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "בנייה הופעלה" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "בנייה עברה" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "כתובת אליה לשלוח את ההתלייה" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "סוד שמשמש לחתום על המטען של ההתליה" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "אירועים להירשם אליהם" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "מטען JSON" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check תיעוד מה " "ההחלפות המתאימות." -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "שם מתחם" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "שם תחום זה נוצר אוטומטית" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "שם תחום זה הוא CNAME למיזם" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "שם תחום זה הוא הראשי ממנו מוגש התיעוד" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "שימוש ב־HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "תמיד להשתמש ב־HTTPS לשם מתחם זה" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "מספר הפעמים שביקרו בשם מתחם זה" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "מצב אישור SSL" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "דילוג על תהליך אימות." -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "תאריך התחלת תהליך האימות." -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "הגדרת max-age (גיל מרבי, למשל: 31536000) לכותרת ה־HSTS." -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון includeSubDomains יחד עם כותרת ה־HSTS." -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" -"MkDocs: להשתמש בערכת העיצוב של Read the Docs theme עבור MkDocs כברירת המחדל" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "Conda: הוספת דרישות ליבה של Read the Docs לקובץ environment.yml" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" "Sphinx: להעביר את כל הגרסאות (כולל הפרטיות) להקשר ה־html בעת בנייה עם Sphinx" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2957,89 +2924,89 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "חיפוש: השבתת חיפוש בצד השרת" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" @@ -3125,19 +3092,19 @@ msgstr "שם הקובץ היחידי שמותר הוא {filename}." msgid "The only allowed filenames are {filenames}." msgstr "שמות הקבצים היחידים שמותרים הם {filenames}." -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "הגדרות המיזם עודכנו" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "תוספי המיזם עודכנו" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "המיזם נמחק" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3146,12 +3113,12 @@ msgstr "" "קרתה תקלה עם החשבון שלך אצל {service}, כדאי לנסות לחבר את החשבון שלך מחדש " "בעמוד השירותים המחוברים שלך." -#: projects/views/private.py:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" @@ -3331,131 +3298,135 @@ msgstr "משתנה שאילתה זו נחוץ" msgid "This query parameter is required" msgstr "משתנה שאילתה זה נחוץ" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "שאילתה" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "סך כל התוצאות" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "קטלאנית" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "אנגלי" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "ספרדית" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "פורטוגלית ברזילאית" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "נורווגית ספרותית" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "צרפתית" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "רוסית" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "גרמנית" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "גליסית" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "וייטנאמית" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "סינית מפושטת" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "סינית מסורתית" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "יפנית" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "אוקראינית" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "איטלקית" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "קוריאנית" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "שם תחום משלך" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "תיעוד ציבורי ב־CDN (רשת הפצה עננית)" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "הגדרות SSL משלך" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "תמיכה ב־SLA" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "תיעוד פרטי" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "הטמעת תוכן דרך API" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "ניתוחי חיפוש" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "ניתוחי צפיות בעמודים" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "בניות במקביל" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "כניסה אחודה (SSO) עם Google" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "כתובות משלך" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "יומני פיקוח" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "יומני פיקוח על כל הצגה של עמוד" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "מגבלת הפניות" @@ -3558,7 +3529,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "אירעה שגיאה בהתחברות ל־Stripe, נא לנסות שוב בעוד מספר דקות." -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "נמצא מבוך" @@ -5536,10 +5507,8 @@ msgstr "הוספת כתובת דוא״ל לשליחת התראות" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "Email Notifications" msgid "Add Email Notification" -msgstr "התראות בדוא״ל" +msgstr "הוספת התראה בדוא״ל" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5630,10 +5599,8 @@ msgstr "נא לבחור איזה מיזם ברצונך להוסיף כתרגום #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "תרגומים" +msgstr "הוספת תרגום" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5654,10 +5621,8 @@ msgstr "הוספת גורמים מתחזקים" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Add maintainer" msgid "Add Maintainer" -msgstr "הוספת גורמים מתחזקים" +msgstr "הוספת מתחזק" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5923,3 +5888,12 @@ msgstr "" "מספיקה ועליך גם לבקר בהגדרות אצל ספק ה־Git שלך כדי למחוק את חיבור ה־OAuth של " "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.mo b/readthedocs/locale/hu/LC_MESSAGES/django.mo index c5318ef5eb3..209cd5c4fbc 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 fc92ca2871c..8471c64d29b 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Laszlo Matusek , 2021\n" "Language-Team: Hungarian (http://app.transifex.com/readthedocs/readthedocs/" @@ -20,8 +20,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Verzió" @@ -139,39 +140,39 @@ msgstr "" msgid "Privacy Policy" msgstr "Adatvédelmi Szabályzat" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -200,8 +201,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -217,8 +218,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Felhasználó" @@ -230,8 +231,9 @@ msgstr "" msgid "Username" msgstr "Felhasználónév" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "projekt" @@ -243,7 +245,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Szervezet" @@ -255,7 +257,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -438,7 +440,7 @@ msgstr "Elágazás" msgid "Tag" msgstr "Címke" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Ismeretlen" @@ -462,37 +464,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Aktív" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Építés sikertelen" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Állapot" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "típus" @@ -500,7 +506,7 @@ msgstr "típus" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -517,291 +523,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Azonosító" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Bővített név" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Támogatott" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Készült" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Feltötlve" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Adatvédelmi szint" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "A verzió adatvédelmi szintje." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Gépi készítésű" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Dokumentáció típusa" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr " {project} ({pk}) projekt {version} verziójának megtekintése " - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Dátum" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Sikeres" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Beállítás" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Beállítási hiba" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Kimenet" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Hiba" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Kilépési kód" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Megerősít" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "A build-hez használt konfiguráció" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Build hossza" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Builder" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Hűtőház" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Build {project} a következő felhasználóknak: {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Build" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Parancs" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Parancs kimenete" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Parancs kilépési kódja" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Kezdés" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Befejezés" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Build parancs {pk} {build} buildhez" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -919,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -963,35 +954,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Kezdőoldal" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Fizetett hirdetések megtekintése" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Ha nincs kijelölve, a közösségi hirdetések láthatatóak." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Fehérlistázott" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Kitiltott" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)sprofilja" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1044,13 +1030,13 @@ msgstr "Nem található projekt" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Kiadás dátuma" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Módosítás dátuma" @@ -1058,7 +1044,7 @@ msgstr "Módosítás dátuma" msgid "Level" msgstr "Szint" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1251,25 +1237,20 @@ msgstr "Szolgáltatói adatok" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} az {1} -ből" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1456,14 +1437,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Felhasználók" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Név" @@ -1479,51 +1460,51 @@ msgstr "Avatar kép URL" msgid "URL to organization page" msgstr "URL ta szervezet oldalára" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Csatlakoztatott fiók" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Teljes név" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Projekt leírása" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "Tulajdonos avatar képének URL-je" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "tároló klónjának URL-je" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Privát tároló" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "VCS" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Admin jogosult" @@ -1573,50 +1554,50 @@ msgstr "" msgid "Admin" msgstr "Admin" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Csapat" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1641,11 +1622,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1704,24 +1685,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2053,35 +2029,35 @@ msgstr "" msgid "Verify your email address" msgstr "E-mail cím ellenőrzése" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2157,123 +2133,111 @@ msgstr "Élő" msgid "Deleted" msgstr "Törölt" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Nyilvános" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Magán" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2337,78 +2301,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 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:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" @@ -2424,54 +2392,54 @@ msgstr "" msgid "Alias" msgstr "Álnév" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Tároló URL" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "Dokumentáció tároló URL" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Tároló típusa" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Projekt kezdőoldal" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Projekt kezdőoldala" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Kanonikus URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "Ezt dokumentációt működtető URL" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Egyetlen verzió" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2481,74 +2449,74 @@ msgstr "" "domain gyökér könyvtárából kiszolgálva.Használja elővigyázatosan, csak akkor " "kapcsolja be, ha sohanem használ több verziót a dokumentációban." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Alapértelmezett verzió" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "A projekt verziója átirányítva a" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Alapértelmezett ág" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN engedélyezve" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2556,25 +2524,25 @@ msgstr "" "Google Analytics Tracking ID (pl. UA-22345342-1). Ez " "lassíthatja az oldalak betöltését." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Alternatív konténer kép" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Konténer memória korlát" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2582,52 +2550,52 @@ msgstr "" "Memória korlát Docker formátumban -- például: 512m or 1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "Konténer idő korlát másodpercekben" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "Alternatív építési sor azonosító" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Fizetett hirdetések engedélyezése" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "Kijelöletlenül a felhasználók csak a közösségi hirdetéseket látják." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Hirdetés mentes" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Verzió figyelmeztetések megjelenítése" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Figyelmeztető banner megjelenítése a nem stabil és nem a legújabb verziókban." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2635,37 +2603,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Kiemelt" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Kapcsolódó projektek" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Nyelv" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2673,267 +2641,263 @@ msgstr "" "A projektdokumentáció nyelve. Megjegyzés: ez befolyásolja a projekt URL " "címét." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Programnyelv" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "A projekt elsődleges programnyelve." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "A projekt webhoroggal épült fel." -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "A projekt sikeresen klónozva" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "A modellnek érvényes URL-el kell rendelkeznie" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "Alprojekt beágyazása nem támogatott." -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Útvonal" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "Webhook URL" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Tartomány" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "HTTPS használata" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Minden esetben HTTPS használata a tartományhoz" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "A tartomány eléréseinek száma" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3018,19 +2982,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Projekt beállításai frissítve" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Projekt törölve" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3039,12 +3003,12 @@ 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" @@ -3220,131 +3184,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katalán" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Angol" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brazil portugál" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norvég" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francia" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Orosz" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Német" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Gall" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnámi" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Hagyományos kínai" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japán" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrán" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Olasz" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Koreai" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3436,7 +3404,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Labirintus talált" @@ -5342,10 +5310,8 @@ msgstr "" #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Fordítások" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5364,10 +5330,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Maintainers" msgid "Add Maintainer" -msgstr "Karbantartók" +msgstr "" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5598,3 +5562,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.mo b/readthedocs/locale/id_ID/LC_MESSAGES/django.mo index 5bc7f15f51d..84b7c245354 100755 Binary files a/readthedocs/locale/id_ID/LC_MESSAGES/django.mo and b/readthedocs/locale/id_ID/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index a272b1af26a..da9b32f02c6 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rifqi Imaduddin Irfan, 2021\n" "Language-Team: Indonesian (Indonesia) (http://app.transifex.com/readthedocs/" @@ -21,8 +21,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versi" @@ -140,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "Kebijakan Privasi" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -201,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -218,8 +219,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "User" @@ -231,8 +232,9 @@ msgstr "" msgid "Username" msgstr "Nama pengguna" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Proyek" @@ -244,7 +246,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organisasi" @@ -256,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -439,7 +441,7 @@ msgstr "Cabang" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Tak dikenal" @@ -463,37 +465,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Aktif" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Jenis" @@ -501,7 +507,7 @@ msgstr "Jenis" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -518,291 +524,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identifier" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Terunggah" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Level privasi" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Level privasi untuk Versi ini." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Tipe dokumentasi" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Versi {version} dari {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Tanggal" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Sukses" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Keluaran" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Galat" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Perintah" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Perintah keluaran" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Perintah kode keluar" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Waktu mulai" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Waktu selesai" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -920,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -964,35 +955,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Lihat iklan berbayar" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Profil %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1045,13 +1031,13 @@ msgstr "Proyek tidak ditemukan." msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Tanggal publikasi" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Tanggal dimodifikasi" @@ -1059,7 +1045,7 @@ msgstr "Tanggal dimodifikasi" msgid "Level" msgstr "Level" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1250,25 +1236,20 @@ msgstr "Penyedia data" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} untuk {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1455,14 +1436,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Pengguna" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Nama" @@ -1478,51 +1459,51 @@ msgstr "URL gambar avatar" msgid "URL to organization page" msgstr "URL ke halaman organisasi" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Akun yang terhubung" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Nama Lengkap" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Deskripsi proyek" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL gambar avatar pemilik" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Memiliki hak administrasi" @@ -1572,50 +1553,50 @@ msgstr "" msgid "Admin" msgstr "Admin" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Tim" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1640,11 +1621,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1703,24 +1684,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2052,35 +2028,35 @@ msgstr "" msgid "Verify your email address" msgstr "Verifikasi alamat surel anda" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2156,123 +2132,111 @@ msgstr "" msgid "Deleted" msgstr "Terhapus" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversi" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Publik" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privat" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2336,78 +2300,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" @@ -2423,128 +2391,128 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL repositori" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Tipe repositori" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Halaman depan proyek" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Versi bawaan" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Versi proyek anda yang terdapat/mengarah ke" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Cabang bawaan" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Kode pelacakan" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2552,75 +2520,75 @@ msgstr "" "Google Analytics Tracking ID (contoh UA-22345342-1). Ini " "mungkin dapat memperlambat pemuatan halaman anda." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "Jika centang dihilangkan, pengguna akan terus melihat iklan komunitas." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Bebas iklan" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Lihat peringatan versi" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2628,303 +2596,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Proyek terkait" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Bahasa" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Bahasa Pemrograman" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Gunakan HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Selalu menggunakan HTTPS untuk domain ini" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3008,31 +2972,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Pengaturan proyek telah diperbarui" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Proyek dihapus" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3206,131 +3170,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katala" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inggris" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Portugis Brasil" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norwegia Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Prancis" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Rusia" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Jerman" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galisia" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnam" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Tionghoa Sederhana" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Tionghoa Tradisional" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Jepang" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukraina" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italia" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Korea" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3422,7 +3390,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5317,10 +5285,8 @@ msgstr "" #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Terjemahan" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5572,3 +5538,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversi" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.mo b/readthedocs/locale/it/LC_MESSAGES/django.mo index f1228aedf5d..76181a95495 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 4f0605a2ef2..746fec9d5dc 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Eugenia Baldoni, 2024\n" "Language-Team: Italian (http://app.transifex.com/readthedocs/readthedocs/" @@ -32,8 +32,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " "1 : 2;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versione" @@ -151,39 +152,39 @@ msgstr "" msgid "Privacy Policy" msgstr "Privacy Policy" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -212,8 +213,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -229,8 +230,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Utente" @@ -242,8 +243,9 @@ msgstr "Codice utente" msgid "Username" msgstr "Nome utente" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Progetto" @@ -255,7 +257,7 @@ msgstr "Codice progetto" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organizzazione" @@ -267,7 +269,7 @@ msgstr "Codice organizzazione" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Azione" @@ -450,7 +452,7 @@ msgstr "Ramo" msgid "Tag" msgstr "Etichetta" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Sconosciuto" @@ -474,37 +476,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Attivo" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilazione fallita" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Stato" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Qualsiasi" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Tipo" @@ -512,7 +518,7 @@ msgstr "Tipo" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -530,291 +536,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identificatore" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Nome Dettagliato" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Supportato" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Compilato" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Caricato" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Livello Dati Sensibili" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Livello dei dati sensibili per questa Versione." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Creato da una macchina" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Tipo di documentazione" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Versione {version} di {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Successo" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Setup" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Errore durante il setup" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Canale di Uscita" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Errore" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Codice di uscita" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Commit" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Configurazione usata nella build" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Lunghezza della compilazione" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Compilatore" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Cold Storage" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Compilare {project} per {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Compilazione" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Comando" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Risultato del comando" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Codice di uscita del comando" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Ora di inizio" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Ora di uscita" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Comando di compilazione {pk} per build {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -932,7 +923,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -976,35 +967,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Homepage" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Vedi la pubblicità pagata." -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Se non selezionato, si vedranno annunci della community" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "In lista bianca" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Proibito" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Profilo di %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1057,13 +1043,13 @@ msgstr "Nessun progetto trovato." msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Data di pubblicazione" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Data di modifica" @@ -1071,7 +1057,7 @@ msgstr "Data di modifica" msgid "Level" msgstr "Livello" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1264,25 +1250,20 @@ msgstr "Provider data" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} per {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1469,14 +1450,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Utenti" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Nome" @@ -1492,51 +1473,51 @@ msgstr "URL dell'immagine per l'avatar " msgid "URL to organization page" msgstr "URL alla pagina aziendale " -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Conto collegato" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Nome Completo" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Descrizione del progetto" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL dell'immagine per l'avatar " -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "Indirizzo URL SSH" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "URL del Repository da clonare" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "URL HTML" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Repository privato " -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "sistema di versionamento" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Ha dei privilegi dell'amministratore" @@ -1587,50 +1568,50 @@ msgstr "" msgid "Admin" msgstr "Amministrazione" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Team" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1655,11 +1636,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1718,24 +1699,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Hash" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2067,35 +2043,35 @@ msgstr "" msgid "Verify your email address" msgstr "Verifica il tuo indirizzo email" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2171,123 +2147,111 @@ msgstr "Live" msgid "Deleted" msgstr "Eliminato" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Pubblico" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privato" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2351,79 +2315,83 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" @@ -2439,54 +2407,54 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL del Deposito Codice" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "Indirizzo del repository della documentazione" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Tipo del repository" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Homepage del progetto" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Pagina iniziale del progetto" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "URL Canonico" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "URL a cui la documentazione dovrebbe essere servita" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Versione unica" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2497,74 +2465,74 @@ msgstr "" "cautela, attivandola solamente se non intenderai attivare mai " "versioni multiple dei tuoi documenti." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Versione predefinita" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Versione del tuo progetto al quale / redirige" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Ramo predefinito" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN abilitata" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Codice Analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2572,25 +2540,25 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). Questo può " "rallentare il caricamento della pagina." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Immagine container alternativa" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Limite di memoria del container" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2598,53 +2566,53 @@ msgstr "" "Limite di memoria nel formato Docker -- esempio: 512m or " "1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "Limite temporale del container, in secondi" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "ID della coda della build alternativo" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Permetti annunci a pagamento" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" "Se non selezionato, gli utenti continueranno a vedere annunci della " "community." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Senza pubblicità" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Mostra warning di versione" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "Mostra banner di warning nelle versioni non-stable o latest" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2652,37 +2620,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "In Evidenza" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Progetto correlati" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Linguaggio" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2690,269 +2658,265 @@ msgstr "" "Codice della lingua col quale è presentata la documentazione del progetto. " "Nota: condiziona l'URL del tuo progetto. " -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Linguaggio di Programmazione" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" "Il linguaggio di programmazione principale in cui il progetto è stato " "scritto." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "Il progetto è stato compilato con un webhook" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Il progetto è stato clonato con successo" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Il modello deve possedere uno slug" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "L'annidamento di sottprogetti non è supportato" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Percorso" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL al quale inviare «webhook»" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Usa HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "SSL è abilitato per questo dominio" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "Numero delle volte che questo dominio è stato visitato" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3036,19 +3000,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Impostazioni di progetto aggiornate" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Progetto eliminato" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3057,12 +3021,12 @@ msgstr "" "C'è un problema con il tuo {service} account, prova a riconnettere il tuo " "account alla pagina dei servizi collegati." -#: projects/views/private.py:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" @@ -3238,131 +3202,135 @@ msgstr "Questo parametro è obbligatorio" msgid "This query parameter is required" msgstr "Questo parametro è obbligatorio" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalano" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inglese" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spagnolo" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brasiliano Portoghese" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norvegese Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francese" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russo" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Tedesco" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galiziano" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Cinese semplificato" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Giapponese" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucraino" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiano" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coreano" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3455,7 +3423,7 @@ msgid "" msgstr "" "C'è stato un errore nel connettersi a Stripe, riprova tra qualche minuto." -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Trovato Labirinto" @@ -5301,10 +5269,8 @@ msgstr "Aggiungi un indirizzo di posta elettronica per notifica" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Nuove Notifiche Posta Elettronica" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5392,10 +5358,8 @@ msgstr "Scegli quale progetto intendi aggiungere come traduzione." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Traduzioni" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5416,10 +5380,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Modifica Gestori" +msgstr "Aggiungi Gestore" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5659,3 +5621,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.mo b/readthedocs/locale/ja/LC_MESSAGES/django.mo index 3917caf9d7d..25a42066bb9 100755 Binary files a/readthedocs/locale/ja/LC_MESSAGES/django.mo and b/readthedocs/locale/ja/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index c5d22c6bc4c..faf2b11c459 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Noguchi Muneyuki, 2023\n" "Language-Team: Japanese (http://app.transifex.com/readthedocs/readthedocs/" @@ -32,8 +32,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "バージョン" @@ -151,39 +152,39 @@ msgstr "" msgid "Privacy Policy" msgstr "プライバシーポリシー" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -212,8 +213,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -229,8 +230,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "ユーザー" @@ -242,8 +243,9 @@ msgstr "" msgid "Username" msgstr "ユーザー名" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "プロジェクト" @@ -255,7 +257,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "組織" @@ -267,7 +269,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -450,7 +452,7 @@ msgstr "ブランチ" msgid "Tag" msgstr "タグ" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "不明" @@ -474,37 +476,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "有効" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "ビルド失敗" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "状態" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "すべて" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "種類" @@ -512,7 +518,7 @@ msgstr "種類" msgid "States" msgstr "状態" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "プライバシー" @@ -529,291 +535,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "識別子" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "長い名前" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "スラグ" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "サポートされている" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "ビルド済み" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "アップロード" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "プライバシーレベル" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "このバージョンのプライバシーレベル" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "マシンが作成されました" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "ドキュメントの種類" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "{project}の{version} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "ステータス" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "日付" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "成功" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "設定" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "設定エラー" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "出力" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "エラー" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "終了コード" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "コミット" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "バージョン名" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "バージョンの種類" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "ビルドに使用される構成" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "ビルドの長さ" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "ビルダ" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "コールドストレージ" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "CeleryのタスクID" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "ビルド" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "コマンド" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "コマンド出力" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "コマンド終了コード" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "開始時間" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "終了時間" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "ビルド{build} 用のビルドコマンド{pk}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -931,7 +922,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -975,35 +966,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "ホームページ" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "有料広告を見る" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "チェックを外すと、コミュニティ広告が表示されます。" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "ホワイトリスト" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "BANされた" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s のプロファイル" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1056,13 +1042,13 @@ msgstr "プロジェクトが見つかりません" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "公開時刻" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "変更時刻" @@ -1070,7 +1056,7 @@ msgstr "変更時刻" msgid "Level" msgstr "レベル" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1260,25 +1246,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "メールアドレス" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1465,14 +1446,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "ユーザー" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "名前" @@ -1488,51 +1469,51 @@ msgstr "アバターの画像URL" msgid "URL to organization page" msgstr "組織ページへのURL" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "接続されたアカウント" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "フルネーム" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "プロジェクトの説明" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "オーナーのアバター画像のURL" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "リポジトリをcloneするためのURL" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "プライベートリポジトリ" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "管理者権限のある" @@ -1582,50 +1563,50 @@ msgstr "" msgid "Admin" msgstr "管理" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "チーム" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1650,11 +1631,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1713,24 +1694,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "ハッシュ" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2062,35 +2038,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2166,123 +2142,111 @@ msgstr "ライブ" msgid "Deleted" msgstr "削除済み" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "公開" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "プライベート" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2346,78 +2310,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "\"{lang}\" 言語の翻訳はすでに {proj} プロジェクトに存在します。" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "それぞれのタグの長さは 100 文字以下でなくてはなりません。" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" @@ -2433,54 +2401,54 @@ msgstr "" msgid "Alias" msgstr "エイリアス" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "リポジトリURL" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "リポジトリの種類" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "プロジェクトのホームページ" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "プロジェクトのホームページ" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Canonical URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "単一バージョン" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2490,74 +2458,74 @@ msgstr "" "す。もし、今後ずっと複数バージョンのファイルを持つことがない場合のみ、" "これを有効にしてください。十分に注意して使用してください。" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "初期設定のバージョン" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "リダイレクト先のプロジェクトのバージョン" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "デフォルトブランチ" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDNが有効" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Analyticsのコード" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2565,75 +2533,75 @@ msgstr "" "Google AnalyticsのトラッキングID(例: UA-22345342-1)。 これはペー" "ジの読み込みを遅くする場合があります。" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "代わりのコンテナイメージ" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "コンテナに対するメモリ制限" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "代わりのビルドキューID" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2641,304 +2609,300 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "注目" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "関連するプロジェクト" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "言語" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "プロジェクトが描画される言語です。注意: プロジェクトのURLに影響します。" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "プログラミング言語" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "このプロジェクトの主要なプログラミング言語" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "このプロジェクトはWebhookでビルドされました。" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "プロジェクトのcloneに成功しました" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "モデルはスラグを持つ必要があります。" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "ネストしたサブプロジェクトはサポートされていません" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "パス" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "webhookを送るURL" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "ドメイン" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "HTTPSを使用" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "このドメインで常に HTTPS を利用する" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3022,19 +2986,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "プロジェクト設定を更新しました" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "プロジェクトを削除しました" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3043,12 +3007,12 @@ msgstr "" "あなたの {service} アカウントに問題が起きました。接続中の" "サービスページでアカウントの再接続をしてください。" -#: projects/views/private.py:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3222,131 +3186,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "カタルーニャ語" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "英語" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "スペイン語" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "ブラジルポルトガル語" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "ノルウェー語" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "フランス語" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "ロシア語" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "ドイツ語" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "ガリシア語" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "ベトナム語" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "中国語(簡体字)" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "中国語(繁体字)" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "日本語" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "ウクライナ語" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "イタリア語" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "韓国語" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3438,7 +3406,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "迷宮に迷い込んでしまいました" @@ -5239,10 +5207,8 @@ msgstr "通知先のメールアドレスを追加" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "新規メール通知" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5325,10 +5291,8 @@ msgstr "翻訳を追加するプロジェクトを選んでください。" #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "翻訳" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5349,10 +5313,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "メンテナーを編集" +msgstr "メンテナーを追加" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5583,3 +5545,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.mo b/readthedocs/locale/ko_KR/LC_MESSAGES/django.mo index 27fb26e72bb..39266ee72e5 100755 Binary files a/readthedocs/locale/ko_KR/LC_MESSAGES/django.mo and b/readthedocs/locale/ko_KR/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 7afec441e82..52cfb5d1ab8 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Chanyoung Oh , 2016,2018\n" "Language-Team: Korean (Korea) (http://app.transifex.com/readthedocs/" @@ -20,8 +20,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "버전" @@ -139,39 +140,39 @@ msgstr "" msgid "Privacy Policy" msgstr "개인정보 보호 정책" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -200,8 +201,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -217,8 +218,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "사용자" @@ -230,8 +231,9 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "프로젝트" @@ -243,7 +245,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "조직" @@ -255,7 +257,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -438,7 +440,7 @@ msgstr "브랜치" msgid "Tag" msgstr "태그" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "알 수 없음" @@ -462,37 +464,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "활성" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "빌드 실패" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "상태" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "종류" @@ -500,7 +506,7 @@ msgstr "종류" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -517,291 +523,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "식별자" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "지원함" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "빌드됨" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "업로드됨" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "보안 수준" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "이 버전의 보안 수준" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "머신 생성됨" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "문서 종류" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "{project} ({pk})의 버전 {version}" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "날짜" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "성공" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "설치" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "설치 오류" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "결과물" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "오류" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "커밋" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "빌드 길이" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "빌더" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "빌드" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "명령어" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "시작 시간" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "종료 시간" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -919,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -963,35 +954,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "홈페이지" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "유료 광고 보기" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "체크하지 않으면, 커뮤니티 광고를 계속 보게 됩니다." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "허용됨" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "금지됨" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s님의 프로필" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1044,13 +1030,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "게시 날짜" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "수정 날짜" @@ -1058,7 +1044,7 @@ msgstr "수정 날짜" msgid "Level" msgstr "레벨" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1248,25 +1234,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1453,14 +1434,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "사용자" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "이름" @@ -1476,51 +1457,51 @@ msgstr "아바타 이미지 URL" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "연결된 계정" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "이름" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "프로젝트 설명" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "소유자 아바타 이미지 URL" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "저장소 복제 URL" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "비공개 저장소" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "관리 권한 있음" @@ -1570,50 +1551,50 @@ msgstr "" msgid "Admin" msgstr "" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "팀" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1638,11 +1619,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1701,24 +1682,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2050,35 +2026,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2154,123 +2130,111 @@ msgstr "" msgid "Deleted" msgstr "삭제됨" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "공개" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "비공개" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2334,78 +2298,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2421,54 +2389,54 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "저장소 URL" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "저장소 종류" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "프로젝트 홈페이지" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "단일 버전" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2478,148 +2446,148 @@ msgstr "" "다. 문서에 여러 버전이 절대로 존재하지 않을 예정일 경우에만 이 옵션을 " "켜야 합니다. 신중히 사용하세요." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "기본 버전" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "/로 접근했을 때 리디렉션될 프로젝트의 버전" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "기본 브랜치" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "애널리틱스 코드" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2627,303 +2595,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "연관 프로젝트" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "언어" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "경로" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "도메인" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "HTTPS 사용" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3007,31 +2971,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "프로젝트 삭제됨" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3205,131 +3169,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "영어" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "스페인어" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "노르웨이어" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "프랑스어" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "러시아어" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "독일어" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "갈리시아어" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "베트남어" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "중국어 간체" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "중국어 번체" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "일본어" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "우크라이나어" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "이탈리아어" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "한국어" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3421,7 +3389,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5208,10 +5176,8 @@ msgstr "알림을 수신할 이메일 주소를 추가하세요" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "새로운 이메일 알림" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5294,10 +5260,8 @@ msgstr "번역본으로 추가할 프로젝트를 선택하세요." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "번역" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5318,10 +5282,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "관리자 수정" +msgstr "관리자 추가" #: templates/projects/project_version_detail.html:16 #, python-format diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.mo b/readthedocs/locale/lt/LC_MESSAGES/django.mo index 7bf8ddac3cb..f74b2edc529 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 71a92cac65a..06ddbd1ea68 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Tomas Straupis, 2021,2023\n" "Language-Team: Lithuanian (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,8 +22,9 @@ 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/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versija" @@ -141,39 +142,39 @@ msgstr "Talpintojas" msgid "Privacy Policy" msgstr "Privatumo politika" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Netinkamas projekto pavadinimas „{0}“: žetonas nesukurtas." -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Projekto žetonas „{0}“ jau yra." -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projektas su {slug_name}={value} netinkamas kaip subprojektas" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "Subprojektas su tokiu pavadinimu jau yra" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -202,8 +203,8 @@ msgstr "Autentifikacijos klaida" msgid "Log out" msgstr "Atsijungti" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "Pakvietimas išsiųstas" @@ -219,8 +220,8 @@ msgstr "Pakvietimas priimtas" msgid "Invitation declined" msgstr "Pakvietimas atmestas" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Naudotojas" @@ -232,8 +233,9 @@ msgstr "Naudotojo ID" msgid "Username" msgstr "Naudotojo vardas" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Projektas" @@ -245,7 +247,7 @@ msgstr "Projekto ID" msgid "Project slug" msgstr "Projekto žetonas" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organizacija" @@ -257,7 +259,7 @@ msgstr "Organizacijos ID" msgid "Organization slug" msgstr "Organizacijos žetonas" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Veiksmas" @@ -442,7 +444,7 @@ msgstr "Šaka" msgid "Tag" msgstr "Žyma" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Nežinoma" @@ -466,37 +468,41 @@ msgstr "SemVer versijos" msgid "Custom match" msgstr "Sava atitiktis" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Aktyvi" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "Kūrimas sėkmingas" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Kūrimas nepavyko" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "Normalus" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "Paimti/sulieti užklausą" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Būsena" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Bet kas" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Tipas" @@ -504,7 +510,7 @@ msgstr "Tipas" msgid "States" msgstr "Būsenos" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "Privatumas" @@ -521,246 +527,231 @@ msgstr "Sava atitiktis negali būti tuščia." msgid "Invalid Python regular expression." msgstr "Netinkama Python reguliarioji išraiška." -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identifikatorius" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Detalus pavadinimas" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Žetonas" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Palaikoma" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "Su šia versija susijusio PR/MR būsena." -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Sukurta" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Įkelta" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Privatumo lygis" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Šios versijos privatumo lygis." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "Paslėpta" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" "Paslėpti šią versiją iš versijų (išskrendančio) meniu ir paieškos rezultatų?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Automatiškai sukurta" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "Turi PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "Turi ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "Turi HTML Zip" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Dokumentacijos tipas" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "Tipas dokumentacijos, su kuria buvo sukurtas." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "Duomenys, sukurti doctool kūrimo metu (`readthedocs-build.yaml`)." -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "Įterpti naują priedų js biblioteką šiai versijai" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Projekto {project} versija {version} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "Būsena" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Sėkmė" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Nustatymai" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Nustatymų klaida" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Išvestis" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Klaida" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Baigimo kodas" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Patvirtinti" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "Versijos žetonas" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "Versijos pavadinimas" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "Versijos tipas" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Kūrime naudojama konfigūracija" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "Savas kūrimo konfigūracijos failas, naudotas šiam kūrimui" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Kūrimo ilgis" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Kūrėjas" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Šalta laikmena" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "Užduoties id" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Kurti {project} naudotojui {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Kurti" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Komanda" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Komandos išvestis" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Komandos pabaigos kodas" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Pradžios laikas" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Pabaigos laikas" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Kūrimo komanda {pk} kūrimui {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "Aktyvuoti versiją" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "Slėpti versiją" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "Daryti versiją vieša" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "Daryti versiją privačia" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "Nustatyti versiją kaip numatytąją" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "Trinti versiją" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "Taisyklės prioritetas" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "Mažesnis skaičius (0) reiškia aukštesnį prioritetą" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "Atitikmens argumentas" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "Reikšmė naudojama versijos atitikimo taisyklei" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "Pradinis atitikimo argumentas" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -768,47 +759,47 @@ msgstr "" "Mūsų apibrėžtas atitikimo argumentas. Jis naudojamas, jei ne Jokio. " "Priešingu atveju naudojamas match_arg." -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "Veiksmas, taikomas atitinkančioms versijoms" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "Veiksmo argumentas" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "Reikšmė, naudojama veiksmo atlikimui" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "Tipas versijos, kuriai turi būti taikoma taisyklė" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "Versija aktyvuota" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "Versija paslėpta" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "Versijai nustatytas viešas privatumas" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "Versijai nustatytas privatus privatumas" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "Versija nustatyta kaip numatytoji" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "Versija ištrinta" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "Atitinkanti taisyklė" @@ -926,7 +917,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -970,36 +961,31 @@ msgstr "ID" msgid "username" msgstr "naudotojovardas" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Namų puslapis" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Žiūrėti mokamą reklamą" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Išjungus matysite bendruomenės reklamą." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" "Prenumeruokite mūsų sąrašyną ir gaukite naudingus įsitraukimo patarimus." -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Baltam sąraše" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Uždraustas" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s'io profilis" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1055,13 +1041,13 @@ msgstr "Nerastas joks projektas." msgid "This project is already Ad-Free." msgstr "Projektas jau yra be reklamos." -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Publikavimo data" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Keitimo data" @@ -1069,7 +1055,7 @@ msgstr "Keitimo data" msgid "Level" msgstr "Lygis" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1276,25 +1262,20 @@ msgstr "Tiekėjo duomenys" msgid "Secret used to validate the payload of the webhook" msgstr "Paslaptis, naudojama krovinio patikrinimui" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} už {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "Iš naudotojo" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "Naudotojui" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "E-paštas" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "Galiojimo data" @@ -1485,14 +1466,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Naudotojai" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Vardas" @@ -1508,51 +1489,51 @@ msgstr "Avataro piešinio URL" msgid "URL to organization page" msgstr "URL į organizacijos puslapį" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "VCS tiekėjas" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Prisijungusi paskyra" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Pilnas vardas" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Projekto aprašymas" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "Savininko avataro piešinio URL" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "Repozitorijos klono URL" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Privati repozitorija" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "Numatytoji repozitorijos šaka" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Turi admin privilegijas" @@ -1605,50 +1586,50 @@ msgstr "Tik skaitymui" msgid "Admin" msgstr "Admin" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "Paskutiniai sukurti" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "Patys paskutiniai sukurti" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "Pavadinimas (mažėjančiai)" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "Visos organizacijos" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "Rikiuoti pagal" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "Visi projektai" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Komanda" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "Visos komandos" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "Prieiga" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "Visi prieigos lygiai" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "Savininkas" @@ -1673,11 +1654,11 @@ msgstr "Netinkamas organizacijos pavadinimas: nėra sugeneruoto žetono" msgid "Organization %(name)s already exists" msgstr "Organizacija %(name)s jau yra" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "E-pašto adresas arba naudotojo vardas" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "Naudotojas %(username)s neegzistuoja" @@ -1736,24 +1717,19 @@ msgstr "Juostos prenumerata" msgid "organization" msgstr "organizacija" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "{org} savininkas {owner}" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "komanda" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Maiša" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "Skaičius" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "Iš viso" @@ -2118,35 +2094,35 @@ msgstr "" msgid "Verify your email address" msgstr "Patvirtinti jūsų e-pašto adresą" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2222,123 +2198,111 @@ msgstr "Pasiekiamas" msgid "Deleted" msgstr "Ištrintas" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Viešas" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privatus" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2402,78 +2366,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" @@ -2489,54 +2457,54 @@ msgstr "" msgid "Alias" msgstr "Sinonimas" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Repozitorijos URL" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "Internetinės dokumentacijos repozitorijos URL" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Repozitorijos tipas" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Projekto namų puslapis" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Projekto namų puslapis" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Kanoninis URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "URL, iš kurio bus teikiama dokumentacija" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Viena versija" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2546,74 +2514,74 @@ msgstr "" "pateikiamą domeno šaknyje. Naudokite atsargiai, įjunkite tik tada, jei jūs " "niekada neturėsite kelių dokumentacijos versijų." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Numatytoji versija" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Jūsų projekto versija, į kurią rodo /" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Numatytoji šaka" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN įjungtas" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Analitikos kodas" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2621,25 +2589,25 @@ msgstr "" "Google Analytics Tracking ID (pvz. UA-22345342-1). Tai gali " "sulėtinti jūsų puslapių įkėlimą." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Alternatyvus konteinerio atvaizdas" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Konteinerio atminties riba" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2647,51 +2615,51 @@ msgstr "" "Atminties riba Docker formatu -- pavyzdžiui: 512m arba " "1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "Konteinerio laiko limitas sekundėmis" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "Alternatyvaus kūrimo eilės id" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Leisti mokamą reklamą" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "Neįjungus naudotojai vis tiek matys bendruomenės reklamą." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Be reklamų" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Rodyti versijos įspėjimą" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "Rodyti įspėjimo juostą nestabiliose ar paskutinėse versijose." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2699,304 +2667,300 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Siūloma" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Susiję projektai" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Kalba" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "Kalba, kuria kuriama dokumentacija. Pastaba: tai įtakoja jūsų projekto URL." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Programavimo kalba" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "Pirminė programavimo kalba, kuria parašytas projektas." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "Šitas projektas sukurtas su webhook" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Šis projektas buvo sėkmingai klonuotas" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Modelis turi turėti žetoną" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "Subprojektų hierarchijos nepalaikomos" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Kelias" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "sukurta" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "keista" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL, kur bus siunčiami webhooks" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Vardas" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Naudoti HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Visada naudoti HTTPS šiam vardui" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "Kiek kartų buvo pasiektas šis vardas" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3080,19 +3044,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Projekto nustatymai pakeisti" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Projektas ištrintas" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3101,12 +3065,12 @@ msgstr "" "Yra problemų su jūsų {service} paskyra, bandykite prijungti iš naujo jūsų prijungtų paslaugų puslapyje." -#: projects/views/private.py:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" @@ -3283,131 +3247,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katalonų" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Anglų" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Ispanų" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brazilijos portugalų" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norvegijos Bakmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Prancūzų" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Rusų" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Vokiečių" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galų" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamiečių" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Supaprastinta kinų" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Tradicinė kinų" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonų" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrainiečių" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italų" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Korėjiečių" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3499,7 +3467,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Rastas labirintas" @@ -5341,10 +5309,8 @@ msgstr "Pridėkite e-pašto adresą pranešimui" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Nauji E-pašto pranešimai" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5429,10 +5395,8 @@ msgstr "Pasirinkite, kurį projektą norėtumėte pridėti kaip vertimą." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Vertimai" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5453,10 +5417,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Keisti prižiūrėtojus" +msgstr "Pridėti prižiūrėtoją" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5697,3 +5659,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.mo b/readthedocs/locale/nb/LC_MESSAGES/django.mo index a9cab52fd77..c0eef812a76 100755 Binary files a/readthedocs/locale/nb/LC_MESSAGES/django.mo and b/readthedocs/locale/nb/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 232a1853618..1773fb20dbf 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Sigmund Petersen , 2018\n" "Language-Team: Norwegian Bokmål (http://app.transifex.com/readthedocs/" @@ -21,8 +21,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versjon" @@ -140,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -201,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -218,8 +219,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Bruker" @@ -231,8 +232,9 @@ msgstr "" msgid "Username" msgstr "Brukernavn" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Prosjekt" @@ -244,7 +246,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organisasjon" @@ -256,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -439,7 +441,7 @@ msgstr "Gren" msgid "Tag" msgstr "Tagg" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Ukjent" @@ -463,37 +465,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Aktiv" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Tilstand" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Type" @@ -501,7 +507,7 @@ msgstr "Type" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -518,291 +524,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identifikator" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Fullt navn" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Støttet" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Bygget" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Lastet opp" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Tilgangsnivå" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Tilgangsnivå for denne versjonen." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Maskingenerert" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Dokumentasjonstype" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Versjon {version} av {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Dato" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Suksess" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Oppsett" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Oppsettsfeil" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Utdata" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Feil" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Commit" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Byggelengde" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Bygger" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Kald lagring" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Bygg" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Kommando" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Kommandoresultat" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Kommando avslutningskode" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Starttid" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Sluttid" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Byggekommando {pk} for bygg {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -920,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -964,35 +955,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Hjemmeside" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Se betalt reklame" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Hvis ikke valgt vil du fortsatt se reklame." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Hvitelistet" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Utestengt" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s sin profil" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1045,13 +1031,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Publiseringsdato" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Endringsdato" @@ -1059,7 +1045,7 @@ msgstr "Endringsdato" msgid "Level" msgstr "" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1249,25 +1235,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1454,14 +1435,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Brukere" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Navn" @@ -1477,51 +1458,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Fullt navn" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH-URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML-URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "" @@ -1571,50 +1552,50 @@ msgstr "" msgid "Admin" msgstr "Admin" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1639,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1702,24 +1683,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2051,35 +2027,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2155,123 +2131,111 @@ msgstr "Live" msgid "Deleted" msgstr "Slettet" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Offentlig" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privat" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2335,78 +2299,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2422,54 +2390,54 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Repo-URL" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Repotype" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Prosjektets hjemmeside" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Kanonisk URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Enkeltversjon" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2479,148 +2447,148 @@ msgstr "" "servert på roten til domenet. Vær forsiktig og skru kun på dette dersom du " "aldri kommer til å ha flere versjoner av dokumentasjonen din." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Hovedversjon" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Versjonen av prosjektet ditt som / videresendes til" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Hovedgren" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Analytics-kode" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2628,37 +2596,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Aktuell" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Relaterte prosjekter" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Språk" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2666,267 +2634,263 @@ msgstr "" "Språket prosjektdokumentasjonen genereres i. NB: Dette påvirker prosjektets " "URL." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Modellen må ha en slug" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Filsti" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL-en webhooken må kontakte" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3011,31 +2975,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3209,131 +3173,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "engelsk" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "spansk" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norsk bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "fransk" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russisk" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Tysk" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galisisk" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamesisk" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japansk" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrainsk" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3425,7 +3393,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Labyrint funnet" @@ -5215,10 +5183,8 @@ msgstr "Legg til en epostadresse for varsling" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Nye epostvarsler" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5301,10 +5267,8 @@ msgstr "Velg hvilket prosjekt du vil legge til som en oversettelse." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Oversettelser" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5325,10 +5289,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Rediger vedlikeholdere" +msgstr "" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5560,3 +5522,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.mo b/readthedocs/locale/nl/LC_MESSAGES/django.mo index 70d9088b481..2202e40e60e 100755 Binary files a/readthedocs/locale/nl/LC_MESSAGES/django.mo and b/readthedocs/locale/nl/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index 523c5833d9b..727b33b9f98 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Jesse Tan, 2017,2021\n" "Language-Team: Dutch (http://app.transifex.com/readthedocs/readthedocs/" @@ -27,8 +27,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -146,39 +147,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -207,8 +208,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -224,8 +225,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Gebruiker" @@ -237,8 +238,9 @@ msgstr "" msgid "Username" msgstr "Gebruikersnaam" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -250,7 +252,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organisatie" @@ -262,7 +264,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -445,7 +447,7 @@ msgstr "Branch" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Onbekend" @@ -469,37 +471,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Actief" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Bouw activiteit gefaald" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Status" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Allemaal" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Soort" @@ -507,7 +513,7 @@ msgstr "Soort" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -525,291 +531,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identificatienummer" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Uitgebreide naam" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Ondersteund" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Gebouwd" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Privacyniveau" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "De hoeveelheid privacy van deze versie." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Automatisch aangemaakt" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Documentatie soort" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Versie {version} van {project} ({pk}) " - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Gelukt" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Installatie" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Installatiefout" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Resultaat" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fout" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Afsluitcode" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Commit" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "De bij het samenstellen gebruikte configuratie" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Samenstelduur" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Samensteller" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Lange bewaring" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "{project} samenstellen voor {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Samenstellen" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Opdracht" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Opdrachtuitvoer" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Opdrachtafsluitcode" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Begintijd" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Eindtijd" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Samenstelopdracht {pk} van samenstelling {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -927,7 +918,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -971,35 +962,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Startpagina" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Betaalde advertentie bekijken" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Gemeenschapsadvertenties worden nog altijd getoond indien uitgevinkt." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Goedgekeurd" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Verbannen" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s's profiel" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1052,13 +1038,13 @@ msgstr "Geen project gevonden." msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Publicatiedatum" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Aanpassingsdatum" @@ -1066,7 +1052,7 @@ msgstr "Aanpassingsdatum" msgid "Level" msgstr "Niveau" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1260,25 +1246,20 @@ msgstr "Dienstgegevens" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} voor {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1465,14 +1446,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Gebruikers" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Naam" @@ -1488,51 +1469,51 @@ msgstr "URL van profielfoto" msgid "URL to organization page" msgstr "URL naar organisatiepagina" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Verbonden account" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Volledige naam" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Beschrijving van het project" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL van profielfoto van eigenaar" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH-url" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "Kloon-url van repo" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML-url" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Afgeschermde repo" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Heeft beheerdersrechten" @@ -1582,50 +1563,50 @@ msgstr "" msgid "Admin" msgstr "Beheerder" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1650,11 +1631,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1713,24 +1694,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Hash" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2062,35 +2038,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2166,123 +2142,111 @@ msgstr "Live" msgid "Deleted" msgstr "Verwijderd" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Publiek" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privé" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2346,78 +2310,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2433,202 +2401,202 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Repository URL" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Startpagina van project" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "De startpagina van het project" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Enkele versie" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Standaardversie" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN ingeschakeld" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Alternatieve container foto" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Container opslaglimiet" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "Alternatief bouwnummer in wachtrij" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2636,303 +2604,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Gerelateerde projecten" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Taal" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Programmeertaal" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Dit project is succesvol gedupliceerd" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Pad" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Domein" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "HTTPS gebruiken" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Gebruik altijd HTTPS voor dit domein" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "Aantal hits voor dit domein" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3017,31 +2981,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Projectinstellingen bijgewerkt" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Project verwijderd" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3215,131 +3179,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Engels" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spaan" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Frans" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russisch" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Duits" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamees" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japans" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiaans" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Koreaans" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3431,7 +3399,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5311,10 +5279,8 @@ msgstr "Kies welk project uw als een vertaling wilt toevoegen." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Vertalingen" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5335,10 +5301,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Bewerk Onderhouders" +msgstr "Voeg Onderhouder toe" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5575,3 +5539,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.mo b/readthedocs/locale/nl_NL/LC_MESSAGES/django.mo index b6111a025e6..c98309c6769 100755 Binary files a/readthedocs/locale/nl_NL/LC_MESSAGES/django.mo and b/readthedocs/locale/nl_NL/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index d9c266c4fd6..e0d5cc47303 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Valeria Doornkamp , 2023\n" "Language-Team: Dutch (Netherlands) (http://app.transifex.com/readthedocs/" @@ -23,8 +23,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -142,39 +143,39 @@ msgstr "Beheerd door" msgid "Privacy Policy" msgstr "Privacy beleid" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,8 +204,8 @@ msgstr "" msgid "Log out" msgstr "Uitloggen" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "Uitnodiging verstuurd" @@ -220,8 +221,8 @@ msgstr "Uitnodiging geaccepteerd" msgid "Invitation declined" msgstr "Uitnodiging verwijderd" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Gebruiker" @@ -233,8 +234,9 @@ msgstr "Gebruikers ID" msgid "Username" msgstr "Gebruikersnaam" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -246,7 +248,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organisatie" @@ -258,7 +260,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Actie" @@ -441,7 +443,7 @@ msgstr "Branch" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Onbekend" @@ -465,37 +467,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Actief" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Staat" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Type" @@ -503,7 +509,7 @@ msgstr "Type" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -521,291 +527,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Id" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Uitgebreide Naam" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Ondersteund" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Gebouwd" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Privacy-niveau" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Privacy-niveau voor deze Versie." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Machine Aangemaakt" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Version {version} van {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Datum" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Succesvol" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Opbouw" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Opbouwfout" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Resultaat" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Fout" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Exit code" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Commit" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Gebruikte configuratie voor de bouw" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Bouwlengte" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Bouwer" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Koude opslag" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Bouw {project} voor {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Build" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Commando" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Resultaat van commando" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Exit code van commando" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Starttijd" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Eindtijd" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Bouwcommando {pk} voor build {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -923,7 +914,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -967,35 +958,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Homepagina" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Bekijk betaalde advertenties" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Je ziet reclame van de gemeenschap wanneer niet aangevinkt." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Gewhitelist" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Verbannen" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s's profiel" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1048,13 +1034,13 @@ msgstr "Project niet gevonden." msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Publicatiedatum" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Wijzigingsdatum" @@ -1062,7 +1048,7 @@ msgstr "Wijzigingsdatum" msgid "Level" msgstr "Niveau" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1255,25 +1241,20 @@ msgstr "Providergegevens" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} voor {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1460,14 +1441,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Gebruikers" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Naam" @@ -1483,51 +1464,51 @@ msgstr "URL naar avatar-afbeelding" msgid "URL to organization page" msgstr "URL naar organisatiepagina" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Gekoppeld account" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Volledige Naam" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Projectbeschrijving" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL naar avatar-afbeelding van eigenaar" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "Repository kloon URL" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Privé repository" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Heeft admin-rechten" @@ -1578,50 +1559,50 @@ msgstr "" msgid "Admin" msgstr "" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1646,11 +1627,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1709,24 +1690,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2058,35 +2034,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2162,123 +2138,111 @@ msgstr "Live" msgid "Deleted" msgstr "Verwijderd" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Publiekelijk" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privé" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2343,78 +2307,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" @@ -2430,202 +2398,202 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Repository URL" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Repository-type" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Projectstartpagina" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "De startpagina van het project" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2633,303 +2601,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "Het nesten van subprojecten wordt niet ondersteund" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3013,31 +2977,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3211,131 +3175,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3427,7 +3395,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5223,10 +5191,8 @@ msgstr "" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Nieuwe E-mailnotificaties" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5309,10 +5275,8 @@ msgstr "Kies het project dat je wilt gebruiken voor de vertaling." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Edit Translations" msgid "Add Translation" -msgstr "Bewerk Vertalingen" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5333,10 +5297,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Bewerk Onderhouders" +msgstr "Voeg Onderhouder Toe" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5572,3 +5534,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.mo b/readthedocs/locale/pl/LC_MESSAGES/django.mo index 7c9dc3c5a9c..1ecf643edd3 100755 Binary files a/readthedocs/locale/pl/LC_MESSAGES/django.mo and b/readthedocs/locale/pl/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index 3a9ac771e6c..ba434cad83d 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Michal, 2020\n" "Language-Team: Polish (http://app.transifex.com/readthedocs/readthedocs/" @@ -28,8 +28,9 @@ 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/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Wersja" @@ -147,39 +148,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -208,8 +209,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -225,8 +226,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Użytkownik" @@ -238,8 +239,9 @@ msgstr "" msgid "Username" msgstr "Nazwa użytkownika" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -251,7 +253,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organizacja" @@ -263,7 +265,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -446,7 +448,7 @@ msgstr "Gałąź" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Nieznany" @@ -470,37 +472,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Aktywna" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Stan" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Dowolny" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Typ" @@ -508,7 +514,7 @@ msgstr "Typ" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -525,291 +531,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identyfikator" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Pełna nazwa" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Nazwa uproszczona" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Wspierany" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Zbudowany" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Przesłane" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Poziom prywatności" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Poziom prywatności dla tej wersji." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Stworzony maszynowo" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Typ dokumentacji" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Wersja {version} {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Sukces" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Ustawienia" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Błąd ustawień" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Wyjście" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Błąd" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Commit" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Konfiguracja użyta w buildzie" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Długość buildu" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Builder" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Build {project} dla {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Build" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Komenda" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Wyjście komendy" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Kod wyjścia komendy" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Czas początku" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Czas końca" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Komenda buildu {pk} dla buildu {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -927,7 +918,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -971,35 +962,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Strona domowa" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Zobacz płatne reklamy" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Na whiteliście" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Zbanowany" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Profil %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1052,13 +1038,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Data publikacji" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Data modyfikacji" @@ -1066,7 +1052,7 @@ msgstr "Data modyfikacji" msgid "Level" msgstr "Poziom" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1256,25 +1242,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} dla {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1461,14 +1442,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Użytkownicy" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Nazwa" @@ -1484,51 +1465,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Połączone konto" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Imię i nazwisko" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Opis projektu" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Prywatne repozytorium" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Ma uprawnienia administratora" @@ -1580,50 +1561,50 @@ msgstr "" msgid "Admin" msgstr "Administrator" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Zespół" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1648,11 +1629,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1711,24 +1692,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Hash" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2060,35 +2036,35 @@ msgstr "" msgid "Verify your email address" msgstr "Zweryfikuj swój adres email" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2164,123 +2140,111 @@ msgstr "Na żywo" msgid "Deleted" msgstr "Usunięty" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Publiczny" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Prywatny" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2344,78 +2308,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2431,202 +2399,202 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Adres URL repozytorium" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Typ repozytorium" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Strona główna projektu" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Strona domowa projektu" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Kanoniczny adres URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Wersja pojedyncza" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Wersja domyślna" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Gałąź domyślna" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN włączone" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Kod analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2634,303 +2602,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Wyróżniony" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Powiązane projekty" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Język" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Język programowania" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "ścieżka dostępu" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Domena" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Użyj HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3014,31 +2978,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Zaktualizowano ustawienia projektu" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Projekt usunięty" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3212,131 +3176,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Kataloński" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "angielski" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "hiszpański" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "norweski (bokmål)" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "francuski" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "rosyjski" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "niemiecki" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "galicyjski" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "wietnamski" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chiński uproszczony" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Tradycyjny chiński" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japoński" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukraiński" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "włoski" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "koreański" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3428,7 +3396,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5216,10 +5184,8 @@ msgstr "Dodaj adres e-mail dla powiadomień" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Nowe powiadomienia e-mail" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5302,10 +5268,8 @@ msgstr "" #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Tłumaczenia" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5324,10 +5288,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Maintainers" msgid "Add Maintainer" -msgstr "Opiekunowie" +msgstr "" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5558,3 +5520,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 6fd442b0cb5..867dea33b5d 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 f605ac8741b..cbcc46fa29d 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+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,8 +36,9 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Versão" @@ -59,11 +60,11 @@ msgstr "Projeto ao qual esta chave de API concede acesso" #: api/v2/models.py:49 msgid "Build API key" -msgstr "" +msgstr "Chave de API de construção" #: api/v2/models.py:50 msgid "Build API keys" -msgstr "" +msgstr "Chaves de API de construção" #: api/v2/serializers.py:392 msgid "This field is required." @@ -106,7 +107,7 @@ msgstr "Início do projeto" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 #: templates/core/project_bar_base.html:39 msgid "Builds" -msgstr "Compilações" +msgstr "Construções" #: api/v2/templates/restapi/footer.html:84 msgid "On GitHub" @@ -155,26 +156,26 @@ msgstr "Hospedado por" msgid "Privacy Policy" msgstr "Política de privacidade" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nome de projeto \"{0}\" inválido: nenhum slug gerado." -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Um projeto com slug \"{0}\" já existe." -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O projeto com {slug_name}={value} não é válido como subprojeto" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "Um subprojeto com este alias já existe" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -183,7 +184,7 @@ msgstr "" "Redirecionamentos de prefixo foram removidos. Em vez disso, use um " "redirecionamento exato `/prefix/*`. Veja {blog_link}." -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." @@ -191,7 +192,7 @@ msgstr "" "sphinx_html redirecionamento foi renomeado para clean_url_to_html. Veja " "{blog_link}." -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -222,8 +223,8 @@ msgstr "Falha de autenticação" msgid "Log out" msgstr "Sair" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "Convite enviado" @@ -239,8 +240,8 @@ msgstr "Convite aceito" msgid "Invitation declined" msgstr "Convite recusado" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Usuário" @@ -252,8 +253,9 @@ msgstr "ID do usuário" msgid "Username" msgstr "Usuário" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Projeto" @@ -265,7 +267,7 @@ msgstr "ID do projeto" msgid "Project slug" msgstr "Slug do projeto" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organização" @@ -275,9 +277,9 @@ msgstr "ID da organização" #: audit/models.py:172 msgid "Organization slug" -msgstr "Slug da roganização" +msgstr "Slug da organização" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Ação" @@ -416,7 +418,7 @@ msgstr "Instalando" #: builds/constants.py:21 msgid "Building" -msgstr "Compilando" +msgstr "Construindo" #: builds/constants.py:22 msgid "Uploading" @@ -462,7 +464,7 @@ msgstr "Branch" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Desconhecido" @@ -486,37 +488,41 @@ msgstr "Versões SemVer" msgid "Custom match" msgstr "Correspondência personalizada" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Ativo" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" -msgstr "Compilação bem-sucedida" +msgstr "Construção bem-sucedida" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" -msgstr "Compilação falhou" +msgstr "Construção falhou" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "Normal" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "Pull/merge request" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "Todas as versões" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" -msgstr "Situação" +msgstr "Estado" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Qualquer" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Tipo" @@ -524,14 +530,14 @@ msgstr "Tipo" msgid "States" msgstr "Estados" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "Privacidade" #: builds/forms.py:79 #, python-brace-format msgid "{version} is the default version of the project, it should be active." -msgstr "{version} é a versão padrão do projeto, e deve estar ativo." +msgstr "{version} é a versão padrão do projeto, e deve estar ativa." #: builds/forms.py:170 msgid "Custom match should not be empty." @@ -541,250 +547,234 @@ msgstr "A correspondência personalizada não deve estar vazia." msgid "Invalid Python regular expression." msgstr "Expressão regular Python inválida." -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identificador" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Nome completo" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Suportado" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "Estado da PR/MR associada a esta versão" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" -msgstr "Compilado" +msgstr "Construído" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Enviado" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Nível de privacidade" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Nível de privacidade para esta versão" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "Oculta" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" "Ocultar esta versão do menu (flutuante) de versões e resultados de pesquisa?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Criada por máquina" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "Tem PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "Tem ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "Tem Zip de HTML" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Tipo de documentação" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." -msgstr "Tipo de documentação com a qual a versão foi compilada." +msgstr "Tipo de documentação com a qual a versão foi construída." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -"Dados gerados em tempo de compilação pelo doctools (`readthedocs-build." -"yaml`)." +"Dados gerados em tempo de construção pelo doctool (`readthedocs-build.yaml`)." -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "Injetar nova biblioteca js de addons para esta versão" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Versão {version} do {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "Status" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Data" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Sucesso" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" -msgstr "Setup" +msgstr "Configuração" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" -msgstr "Erro de setup" +msgstr "Erro de configuração" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Saída" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Erro" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Commit" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "Slug de versão" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "Nome da versão" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "Tipo da versão" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" -msgstr "Configuração usada na compilação" +msgstr "Configuração usada na construção" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -"Caminho personalizado do arquivo de configuração de compilação nesta " -"compilação" +"Caminho personalizado do arquivo de configuração de construção nesta " +"construção" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" -msgstr "Tamanho da compilação" +msgstr "Tamanho da construção" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Builder" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Armazenamento a frio" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "ID da tarefa Celery" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Compilar {project} para {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" -msgstr "Compilação" +msgstr "Construção" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Comando" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Saída do comando" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Código de saída do comando" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Horário de início" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Horário de término" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Comando de compilação {pk} para compilar {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "Ativar versão" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "Ocultar versão" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "Tornar pública a versão" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "Tornar privada a versão" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "Definir versão como padrão" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "Excluir versão" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "Prioridade da regra" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "Um número menor que (0) significa uma prioridade mais alta" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "Argumento correspondência" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "Valor usado para a regra corresponder à versão" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "Argumento correspondência predefinido" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." @@ -792,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:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "Ação para aplicar às versões correspondentes" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "Argumento ação" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "Valor usado para a ação realizar uma operação" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "Tipo da versão à qual a regra deve ser aplicada" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "Versão ativada" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "Versão oculta" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "Versão definida com privacidade pública" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "Versão definida com privacidade privada" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "Versão definida como padrão" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "Versão excluída" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "Regra correspondida" @@ -848,71 +838,71 @@ msgstr "Falha: {project[name]} ({version[verbose_name]})" #: config/notifications.py:15 msgid "There was an unexpected problem in your config file" -msgstr "" +msgstr "Ocorreu um problema inesperado no seu arquivo de configuração" #: config/notifications.py:28 msgid "Config file not found at default path" -msgstr "" +msgstr "Arquivo de configuração não encontrado no caminho padrão" #: config/notifications.py:41 msgid "Configuration file not found" -msgstr "" +msgstr "Arquivo de configuração não encontrado" #: config/notifications.py:53 msgid "Configuration key not supported in this version" -msgstr "" +msgstr "Chave de configuração não suportada nesta versão" #: config/notifications.py:65 config/notifications.py:79 #: config/notifications.py:179 config/notifications.py:191 msgid "Invalid configuration key" -msgstr "" +msgstr "Chave de configuração inválida" #: config/notifications.py:93 msgid "Invalid configuration version" -msgstr "" +msgstr "Versão de configuração inválida" #: config/notifications.py:105 msgid "Missing configuration option" -msgstr "" +msgstr "Opção de configuração ausente" #: config/notifications.py:117 msgid "Invalid configuration option" -msgstr "" +msgstr "Opção de configuração inválida" #: config/notifications.py:129 config/notifications.py:141 msgid "Invalid APT package name" -msgstr "" +msgstr "Nome de pacote APT inválido" #: config/notifications.py:153 msgid "Invalid Python install method" -msgstr "" +msgstr "Método de instalação Python inválido" #: config/notifications.py:166 msgid "Missing configuration key" -msgstr "" +msgstr "Chave de configuração ausente" #: config/notifications.py:203 msgid "Invalid configuration key: {{key}}" -msgstr "" +msgstr "Chave de configuração inválida: {{key}}" #: config/notifications.py:215 msgid "Invalid syntax in configuration file" -msgstr "" +msgstr "Sintaxe inválida no arquivo de configuração" #: config/notifications.py:230 msgid "Missing required key" -msgstr "" +msgstr "Chave obrigatória ausente" #: config/notifications.py:247 config/notifications.py:261 #: config/notifications.py:276 config/notifications.py:289 #: config/notifications.py:302 config/notifications.py:315 #: config/notifications.py:328 config/notifications.py:341 msgid "Config file validation error" -msgstr "" +msgstr "Erro de validação do arquivo de configuração" #: core/admin.py:38 msgid "user projects" -msgstr "Projetos de usuários" +msgstr "projetos de usuários" #: core/admin.py:46 msgid "has active project" @@ -920,11 +910,11 @@ msgstr "tem projeto ativo" #: core/admin.py:47 msgid "has built project" -msgstr "tem projeto compilado" +msgstr "tem projeto construído" #: core/admin.py:48 msgid "has project with recent builds" -msgstr "tem projeto com compilações recentes" +msgstr "tem projeto com construções recentes" #: core/forms.py:19 msgid "First name" @@ -940,51 +930,51 @@ msgstr "Por favor, digite o seu usuário para confirmar." #: core/forms.py:68 msgid "Username does not match!" -msgstr "Nome de usuário não confere" +msgstr "Nome de usuário não confere!" #: core/forms.py:193 msgid "Explanation of the issue" -msgstr "" +msgstr "Explicação do problema" #: core/forms.py:194 msgid "Please provide as much detail as possible." -msgstr "" +msgstr "Por favor, forneça o máximo possível de detalhes." -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" #: core/forms.py:199 msgid "Is there a specific page this happened?" -msgstr "" +msgstr "Isso aconteceu em uma página específica?" #: core/forms.py:203 msgid "Screenshot or additional file" -msgstr "" +msgstr "Captura de tela ou arquivo adicional" #: core/forms.py:204 msgid "Anything else that would help us solve this issue?" -msgstr "" +msgstr "Mais alguma coisa que nos ajude a resolver esse problema?" #: core/forms.py:209 msgid "Low" -msgstr "" +msgstr "Baixa" #: core/forms.py:210 msgid "Medium" -msgstr "" +msgstr "Média" #: core/forms.py:211 msgid "High" -msgstr "" +msgstr "Alta" #: core/forms.py:213 msgid "Please rate the severity of this event." -msgstr "" +msgstr "Por favor, avalie a gravidade deste evento." #: core/forms.py:233 msgid "This option is only enabled for Gold users." -msgstr "" +msgstr "Esta opção está disponível apenas para usuários Gold." #: core/history.py:66 msgid "ID" @@ -994,49 +984,44 @@ msgstr "ID" msgid "username" msgstr "usuário" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Página inicial" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Ver anúncios pagos" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Caso desmarcado, ainda será exibido anúncios da comunidade." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" "Inscreva-se em nossa lista de e-mails e receba sugestões úteis de " "participação." -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Adicionado à lista permissão" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Banido" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Perfil de %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" -msgstr "" +msgstr "Endereço de e-mail não verificado" #: core/notifications.py:28 msgid "New beta dashboard" -msgstr "" +msgstr "Novo painel beta" #: doc_builder/director.py:81 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" -msgstr "Tiupo de repositório \"{repo_type}\" desconhecido" +msgstr "Tipo de repositório \"{repo_type}\" desconhecido" #: doc_builder/environments.py:349 msgid "" @@ -1051,11 +1036,11 @@ msgstr "" #: doc_builder/environments.py:355 msgid "Command exited abnormally" -msgstr "O comando finalizou de forma anormal" +msgstr "O comando encerrado de forma anormal" #: doc_builder/environments.py:619 msgid "A build environment is currently running for this version" -msgstr "Um ambiente de compilação está atualmente em execução para esta versão" +msgstr "Um ambiente de construção está atualmente em execução para esta versão" #: doc_builder/exceptions.py:20 msgid "Build user exception" @@ -1067,11 +1052,11 @@ msgstr "" #: domains/notifications.py:23 msgid "Pending configuration of custom domain: {{domain}}" -msgstr "" +msgstr "Configuração pendente de domínio personalizado: {{domain}}" #: domains/notifications.py:39 msgid "Validation of custom domain expired: {{domain}}" -msgstr "" +msgstr "A validação do domínio personalizado expirou: {{domain}}" #: gold/forms.py:50 msgid "No project found." @@ -1081,13 +1066,13 @@ msgstr "Nenhum projeto encontrado." msgid "This project is already Ad-Free." msgstr "Este projeto já está livre de anúncios." -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Data de publicação" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Data de modificação" @@ -1095,7 +1080,7 @@ msgstr "Data de modificação" msgid "Level" msgstr "Nível" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1115,8 +1100,8 @@ msgid "" "Gold members may completely remove advertising for all visitors to their " "projects." msgstr "" -"Os membros Gold podem remover completamente a publicidade de todos os " -"visitantes de seus projetos." +"Os membros Gold podem remover anúncios por completo para todos os visitantes " +"de seus projetos." #: gold/templates/gold/projects.html:20 #: gold/templates/gold/subscription_detail.html:52 @@ -1124,7 +1109,7 @@ msgid "" "For small businesses or personal projects, we ask for $5 per month to remove " "ads from a project." msgstr "" -"Para pequenas empresas ou projetos pessoais, pedimos US$ 5 por mês para " +"Para pequenas empresas ou projetos pessoais, pedimos USD $5 por mês para " "remover anúncios de um projeto." #: gold/templates/gold/projects.html:21 @@ -1134,7 +1119,7 @@ msgid "" "order to cover our support and operations costs." msgstr "" "Para projetos de código aberto com suporte corporativo, solicitamos uma " -"assinatura de US$ 50 para cobrir nossos custos de suporte e operações." +"assinatura de USD $50 para cobrir nossos custos de suporte e operações." #: gold/templates/gold/projects.html:24 msgid "Ad-free projects" @@ -1162,11 +1147,11 @@ msgstr "Atualmente, há nenhum projeto sem anúncios." #: gold/templates/gold/projects.html:56 msgid "Make a project ad-free" -msgstr "Retirar anúncios de um projeto" +msgstr "Tornar um projeto sem anúncios" #: gold/templates/gold/projects.html:59 msgid "Choose which project you would like to make ad-free." -msgstr "Escolha qual projeto você gostaria de tornar livre de anúncios" +msgstr "Escolha qual projeto você gostaria de tornar sem anúncios" #: gold/templates/gold/projects.html:64 msgid "Make Project Ad-Free" @@ -1234,7 +1219,7 @@ msgstr "Projetos Gold" #: gold/templates/gold/subscription_detail.html:96 msgid "Choose projects you would like to make ad-free." -msgstr "Escolha projetos que você gostaria de tornar livres de anúncios." +msgstr "Escolha projetos que você gostaria de tornar sem anúncios." #: gold/templates/gold/subscription_detail.html:99 msgid "Select Projects" @@ -1274,7 +1259,7 @@ msgstr "Código de status" #: integrations/models.py:174 #, python-brace-format msgid "Exchange {0}" -msgstr "Exchange {0}" +msgstr "" #: integrations/models.py:272 msgid "GitHub incoming webhook" @@ -1304,25 +1289,20 @@ msgstr "Dados do provedor" msgid "Secret used to validate the payload of the webhook" msgstr "Segredo usado para validar a carga útil do webhook" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} para {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "Do usuário" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "Para usuário" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "E-mail" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "Data de expiração" @@ -1383,144 +1363,145 @@ msgstr "Recusar" #: notifications/exceptions.py:13 msgid "Undefined error" -msgstr "" +msgstr "Erro indefinido" #: notifications/messages.py:84 notifications/messages.py:115 msgid "Unknown problem" -msgstr "" +msgstr "Problema desconhecido" #: notifications/messages.py:101 msgid "Build terminated due inactivity" -msgstr "" +msgstr "Construção encerrada devido a inatividade" #: notifications/messages.py:129 msgid "Maximum concurrency limit reached." -msgstr "" +msgstr "Limite máximo de simultaneidade atingido." #: notifications/messages.py:142 msgid "Build cancelled manually." -msgstr "" +msgstr "Construção cancelada manualmente." #: notifications/messages.py:154 msgid "Build skipped." -msgstr "" +msgstr "Construção ignorada." #: notifications/messages.py:167 msgid "Build terminated due to time out." -msgstr "" +msgstr "Construção encerrada devido ao tempo limite ter sido alcançado." #: notifications/messages.py:180 msgid "Build terminated due to excessive memory consumption." -msgstr "" +msgstr "Construção encerrada devido ao consumo excessivo de memória." #: notifications/messages.py:193 msgid "Build used a deprecated VCS is not supported: {{vcs}}." -msgstr "" +msgstr "A construção usada em um VCS descontinuado não é suportada: {{vcs}}." #: notifications/messages.py:206 msgid "Build terminated due to unknown error." -msgstr "" +msgstr "A construção foi encerrada devido a um erro desconhecido." #: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." -msgstr "" +msgstr "As construções estão temporariamente desativadas para este projeto." #: notifications/messages.py:232 msgid "No HTML content found" -msgstr "" +msgstr "Nenhum conteúdo HTML encontrado" #: notifications/messages.py:244 msgid "Build output directory is not a directory" -msgstr "" +msgstr "O diretório de saída da construção não é um diretório" #: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" -msgstr "" +msgstr "O diretório de saída da construção não contém nenhum arquivo" #: notifications/messages.py:270 msgid "Build output directory contains multiple files" -msgstr "" +msgstr "O diretório de saída da construção contém vários arquivos" #: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" -msgstr "" +msgstr "O arquivo de índice não está presente no diretório de saída HTML" #: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" -msgstr "" +msgstr "Seu projeto está gerando arquivos em um diretório antigo" #: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" -msgstr "" +msgstr "Seu projeto não possui um arquivo .readthedocs.yaml" #: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" -msgstr "" +msgstr "A chave de configuração build.image foi descontinuada" #: notifications/messages.py:339 msgid "Configuration key build.os is required" -msgstr "" +msgstr "A chave de configuração build.os é necessária" #: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" -msgstr "" +msgstr "Há pelo menos um arquivo que excede o limite de tamanho" #: notifications/messages.py:366 msgid "There is no PDF file in output directory" -msgstr "" +msgstr "Não há arquivo PDF no diretório de saída" #: notifications/messages.py:379 msgid "Config key build.commands is in beta" -msgstr "" +msgstr "A chave de configuração build.commands está em beta" #: notifications/messages.py:392 msgid "No TeX files were found" -msgstr "" +msgstr "Nenhum arquivo TeX foi encontrado" #: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" -msgstr "" +msgstr "A opção de configuração de MkDocs docs_dir é inválida" #: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" -msgstr "" +msgstr "Caminho de MkDocs docs_dir não encontrado" #: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" +"A opção de configuração de MkDocs {{extra_config}} é inválida" #: notifications/messages.py:460 msgid "MkDocs configuration file is empty" -msgstr "" +msgstr "O arquivo de configuração de MkDocs está vazio" #: notifications/messages.py:472 msgid "MkDocs configuration file not found" -msgstr "" +msgstr "Arquivo de configuração de MkDocs não encontrado" #: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" -msgstr "" +msgstr "Erro desconhecido ao carregar seu arquivo de configuração de MkDocs" #: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" -msgstr "" +msgstr "Erro de sintaxe em mkdocs.yml" #: notifications/models.py:42 msgid "Show under bell icon" -msgstr "" +msgstr "Mostrar sob o ícone do sino" #: notifications/models.py:86 msgid "Unknown message" -msgstr "" +msgstr "Mensagem desconhecida" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Usuários" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Nome" @@ -1536,73 +1517,73 @@ msgstr "URL da imagem de avatar" msgid "URL to organization page" msgstr "URL da página da organização" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "Provedor VCS" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Conta conectada" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Nome completo" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Descrição do projeto" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" -msgstr "URL do avatar da imagem do proprietário" +msgstr "URL do avatar da imagem do dono" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "URL de SSH" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "URL para clonar o repositório" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "URL do HTML" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Repositório privado" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" -msgstr "" +msgstr "Branch padrão do repositório" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Possui privilégios de administrador" #: oauth/notifications.py:22 oauth/notifications.py:35 msgid "Unable to attach webhook to this project" -msgstr "" +msgstr "Não foi possível anexar o webhook a este projeto" #: oauth/notifications.py:48 msgid "The project doesn't have a valid webhook set up" -msgstr "" +msgstr "O projeto não tem um webhook válido configurado" #: oauth/notifications.py:62 msgid "{{provider_name}} build status report failed" -msgstr "" +msgstr "Falha no relatório de status de construção de {{provider_name}}" #: oauth/notifications.py:77 msgid "Deploy key added successfully" -msgstr "" +msgstr "Chave de implantação adicionada com sucesso" #: oauth/notifications.py:89 msgid "Failed to add deploy key to project" -msgstr "" +msgstr "Falha ao adicionar chave de implantação ao projeto" #: oauth/services/base.py:24 #, python-brace-format @@ -1610,6 +1591,8 @@ msgid "" "Our access to your following accounts was revoked: {provider}. Please, " "reconnect them from your social account connections." msgstr "" +"Nosso acesso às suas seguintes contas foi revogado: {provider}. Por favor, " +"reconecte-as a partir das conexões de sua conta social." #: oauth/utils.py:57 msgid "Webhook activated" @@ -1632,52 +1615,52 @@ msgstr "Somente leitura" msgid "Admin" msgstr "Admin" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" -msgstr "" +msgstr "Criada recentemente" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" -msgstr "" +msgstr "Criada a mais tempo" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" -msgstr "" +msgstr "Nome (descendente)" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" -msgstr "" +msgstr "Todas as organizações" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" -msgstr "" +msgstr "Ordenar por" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" -msgstr "" +msgstr "Todos os projetos" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Equipe" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" -msgstr "" +msgstr "Todas as equipes" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" -msgstr "" +msgstr "Acesso" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" -msgstr "" +msgstr "Todos os níveis de acess" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" -msgstr "" +msgstr "Dono" #: organizations/forms.py:41 organizations/forms.py:98 msgid "Organization Name" @@ -1700,11 +1683,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:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "Endereço de e-mail ou nome de usuário" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "Usuário %(username)s não existe" @@ -1725,7 +1708,7 @@ msgstr "O usuário já é um membro da equipe" #: organizations/models.py:42 #: organizations/templates/organizations/admin/base.html:13 msgid "Owners" -msgstr "Proprietários" +msgstr "Donos" #: organizations/models.py:70 templates/core/project_detail_right.html:61 msgid "Home Page" @@ -1733,11 +1716,11 @@ msgstr "Página inicial" #: organizations/models.py:77 msgid "Never disable" -msgstr "" +msgstr "Nunca desativar" #: organizations/models.py:84 msgid "Disabled" -msgstr "Disabilitado" +msgstr "Desativada" #: organizations/models.py:89 msgid "Artifacts Cleaned" @@ -1745,7 +1728,7 @@ msgstr "Artefatos apagados" #: organizations/models.py:94 msgid "Maximum concurrent builds allowed for this organization" -msgstr "Máximo de compilações simultâneas permitidas para esta organização" +msgstr "Máximo de construções simultâneas permitidas para esta organização" #: organizations/models.py:101 msgid "Stripe customer ID" @@ -1763,24 +1746,19 @@ msgstr "Assinatura Stripe" msgid "organization" msgstr "organização" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "equipe" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Hash" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "Contagem" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "Total" @@ -1948,6 +1926,13 @@ msgid "" " in the organization admin dashboard.\n" " " msgstr "" +"\n" +"  Finalmente, se você quiser convidar sua empresa para se juntar a " +"você,\n" +"  convide alguns membros para compartilhar a documentação abaixo.\n" +"  Mais membros podem ser convidados para sua equipe posteriormente,\n" +"  no painel de administração da organização.\n" +" " #: organizations/templates/organizations/onboard/organization.html:11 msgid "" @@ -1961,10 +1946,19 @@ msgid "" " start by entering your organization details.\n" " " msgstr "" +"\n" +" Antes de adicionar um projeto ou construir uma documentação,\n" +" ajudaremos você a criar uma organização.\n" +" O acesso à sua documentação é limitado apenas àqueles dentro da " +"sua organização\n" +" ou dentro de uma equipe com acesso.\n" +" Ajudaremos a formar uma equipe em breve.\n" +" Comece inserindo os detalhes da sua organização.\n" +" " #: organizations/templates/organizations/onboard/team.html:7 msgid "Create a Team" -msgstr "Crie um Time" +msgstr "Crie uma equipe" #: organizations/templates/organizations/organization_choose.html:7 #: organizations/templates/organizations/organization_choose.html:16 @@ -1976,14 +1970,16 @@ msgid "" "You are a member of several organizations. Select the organization that you " "want to use:" msgstr "" +"Você é membro de diversas organizações. Selecione a organização que você " +"deseja usar:" #: organizations/templates/organizations/organization_choose.html:45 msgid "You aren't currently a member of any organizations." -msgstr "" +msgstr "No momento, você não é membro de nenhuma organização." #: organizations/templates/organizations/organization_create.html:23 msgid "Get Started" -msgstr "" +msgstr "Primeiros passos" #: organizations/templates/organizations/organization_create.html:33 msgid "" @@ -1992,6 +1988,11 @@ msgid "" " organization.\n" " " msgstr "" +"\n" +" Para começar a construir a documentação, primeiro ajudaremos você " +"a criar uma\n" +" organização.\n" +" " #: organizations/templates/organizations/organization_create.html:42 msgid "" @@ -2001,6 +2002,11 @@ msgid "" "with access.\n" " " msgstr "" +"\n" +" O acesso à sua documentação é limitado\n" +" apenas àqueles dentro da sua organização ou dentro de uma " +"equipe com acesso.\n" +" " #: organizations/templates/organizations/organization_create.html:50 msgid "" @@ -2010,29 +2016,34 @@ msgid "" " after a 30 day trial.\n" " " msgstr "" +"\n" +" Não há necessidade de decidir agora, você pode escolher um plano " +"adequado à sua organização\n" +" após um teste de 130 dias.\n" +" " #: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." -msgstr "" +msgstr "Não há equipes estabelecidas atualmente." #: organizations/templates/organizations/organization_invite.html:5 #: organizations/templates/organizations/organization_invite.html:9 msgid "Invite Members" -msgstr "" +msgstr "Convidar membros" #: organizations/templates/organizations/organization_invite.html:13 msgid "Invite members to " -msgstr "" +msgstr "Convide membros para " #: organizations/templates/organizations/organization_invite.html:20 msgid "Let them in" -msgstr "" +msgstr "Deixe-os entrar" #: organizations/templates/organizations/security_log.html:6 #: organizations/templates/organizations/security_log.html:10 msgid "Organization Security Log" -msgstr "" +msgstr "Log de segurança da organização" #: organizations/templates/organizations/security_log.html:19 #, python-format @@ -2040,6 +2051,8 @@ msgid "" "The organization security log allows you to see " "what has happened recently in your organization." msgstr "" +"O log de segurança da organização permite que " +"você veja o que aconteceu recentemente na sua organização." #: organizations/templates/organizations/security_log.html:25 #, python-format @@ -2047,23 +2060,25 @@ msgid "" "Showing logs from the last %(days_limit)s days. You can upgrade your plan to " "increase the time period that is stored." msgstr "" +"Mostrando logs dos últimos %(days_limit)s dias. Você pode atualizar seu " +"plano para aumentar o período de armazenamento." #: organizations/templates/organizations/security_log.html:30 msgid "Showing logs from all time." -msgstr "" +msgstr "Mostrando registros de todos os tempos." #: organizations/templates/organizations/team_create.html:7 #: organizations/templates/organizations/team_create.html:14 #: organizations/templates/organizations/team_create.html:18 #: organizations/templates/organizations/team_list.html:45 msgid "Add Team" -msgstr "Adicionar Time" +msgstr "Adicionar equipe" #: organizations/templates/organizations/team_delete.html:5 #: organizations/templates/organizations/team_delete.html:11 #: organizations/templates/organizations/team_edit.html:21 msgid "Delete Team" -msgstr "Deletar Time" +msgstr "Excluir equipe" #: organizations/templates/organizations/team_delete.html:13 msgid "" @@ -2073,37 +2088,42 @@ msgid "" " Are you sure that it is safe to remove these users?\n" " " msgstr "" +"\n" +" Excluir esta equipe revogará o acesso dos usuários que estavam na " +"equipe.\n" +" Tem certeza de que é seguro remover esses usuários?\n" +" " #: organizations/templates/organizations/team_detail.html:14 #: organizations/templates/organizations/team_edit.html:7 #: organizations/templates/organizations/team_edit.html:14 msgid "Edit Team" -msgstr "Editar Time" +msgstr "Editar equipe" #: organizations/templates/organizations/team_detail.html:19 msgid "Manage Projects" -msgstr "" +msgstr "Manage Projects" #: organizations/templates/organizations/team_detail.html:24 #: organizations/templates/organizations/team_member_create.html:11 msgid "Invite Member" -msgstr "" +msgstr "Convidar membros" #: organizations/templates/organizations/team_edit.html:18 msgid "Update Team" -msgstr "" +msgstr "Atualizar equipe" #: organizations/templates/organizations/team_member_create.html:5 msgid "Add Team Member" -msgstr "" +msgstr "Adicionar membro à equipe" #: organizations/templates/organizations/team_member_create.html:15 msgid "Add Member" -msgstr "" +msgstr "Adicionar membro" #: organizations/templates/organizations/team_project_edit.html:5 msgid "Team's Projects" -msgstr "" +msgstr "Projetos da equipe" #: organizations/templates/organizations/team_project_edit.html:15 msgid "" @@ -2112,10 +2132,14 @@ msgid "" "to.\n" " " msgstr "" +"\n" +" Selecione os projetos aos quais você gostaria que esta equipe " +"tivesse acesso.\n" +" " #: organizations/templates/organizations/team_project_edit.html:22 msgid "Update Projects" -msgstr "" +msgstr "Atualizar projetos" #: organizations/templates/organizations/verify_email.html:5 #: organizations/templates/organizations/verify_email.html:10 @@ -2123,41 +2147,41 @@ msgstr "" msgid "Verify your email address" msgstr "Verifique seu endereço de e-mail" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" -msgstr "" +msgstr "Dono removido" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" -msgstr "" +msgstr "O usuário é o último dono, não pode ser removido" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" -msgstr "Time adicionado" +msgstr "Equipe adicionada" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" -msgstr "Time deletado" +msgstr "Equipe excluída" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" -msgstr "Time atualizado" +msgstr "Equipe atualizada" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" -msgstr "" +msgstr "Projetos da equipe atualizados" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" -msgstr "Membro adicionado ao time" +msgstr "Membro adicionado à equipe" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" -msgstr "Membro removido do time" +msgstr "Membro removido da equipe" #: profiles/views.py:67 msgid "You have successfully deleted your account" -msgstr "" +msgstr "Você excluiu sua conta com sucesso" #: profiles/views.py:140 msgid "Updated your advertising preferences" @@ -2173,27 +2197,27 @@ msgstr "Não" #: projects/admin.py:140 msgid "Not spam (1-{})" -msgstr "" +msgstr "Não é spam (1-{})" #: projects/admin.py:146 msgid "Don't show Ads ({}-{})" -msgstr "" +msgstr "Não mostrar anúncios ({}-{})" #: projects/admin.py:153 msgid "Deny on robots ({}-{})" -msgstr "" +msgstr "Negar acesso a robôs ({}-{})" #: projects/admin.py:160 msgid "Don't show dashboard ({}-{})" -msgstr "" +msgstr "Não mostrar o painel ({}-{})" #: projects/admin.py:167 msgid "Don't serve docs ({}-{})" -msgstr "" +msgstr "Não servir documentação ({}-{})" #: projects/admin.py:174 msgid "Delete project (>={})" -msgstr "" +msgstr "Excluir projeto (>={})" #: projects/constants.py:21 msgid "Sphinx Html" @@ -2213,7 +2237,7 @@ msgstr "Sphinx em página HTML única" #: projects/constants.py:27 msgid "Mkdocs Html Pages" -msgstr "" +msgstr "Págins Html Mkdocs" #: projects/constants.py:28 msgid "Generic" @@ -2227,164 +2251,158 @@ msgstr "Publicado" msgid "Deleted" msgstr "Excluído" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Público" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Privado" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "Válido e ativo" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "Inválido" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" -msgstr "" +msgstr "Pendente" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" -msgstr "" +msgstr "Várias versões com traduções (///)" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" -msgstr "" +msgstr "Várias versões sem traduções (//)" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" -msgstr "" +msgstr "Uma única versão sem traduções (//)" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" -msgstr "" +msgstr "Alfabeticamente" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" -msgstr "" +msgstr "SemVer (Read the Docs)" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" -msgstr "" +msgstr "Empacotamento do Python (PEP 440 e PEP 425)" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" -msgstr "" +msgstr "CalVer (AAAA.0M.0M)" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" -msgstr "" +msgstr "Defina seu próprio padrão" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" -msgstr "" +msgstr "Construída recentemente" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" -msgstr "" +msgstr "Construída a mais tempo" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" -msgstr "" +msgstr "Construída com frequência" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" -msgstr "" +msgstr "Construída com menos frequência" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" -msgstr "" +msgstr "Modificado recentemente" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" -msgstr "" +msgstr "Modificada a mais tempo" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" -msgstr "" +msgstr "Versões ocultas" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" -msgstr "" +msgstr "Versões visíveis" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" -msgstr "" +msgstr "Versões públicas" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" -msgstr "" +msgstr "Versões privadas" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "Visibilidade" #: projects/forms.py:159 #, python-brace-format msgid "You must first add a connected service " -msgstr "" +msgstr "Você deve adicionar um serviço conectado " #: projects/forms.py:163 msgid "No connected services found" -msgstr "" +msgstr "Nenhum serviço conectado encontrado" #: projects/forms.py:169 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" +"Somente os donos da organização podem criar novos projetos quando o logon " +"único estiver ativado." #: projects/forms.py:172 projects/forms.py:194 msgid "Organization single sign-on enabled" -msgstr "" +msgstr "Logon único da organização ativado" #: projects/forms.py:177 projects/forms.py:199 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" +"Você deve fazer parte de uma equipe com permissões de administrador para " +"adicionar um novo projeto à sua organização." #: projects/forms.py:180 projects/forms.py:202 msgid "Admin permission required" -msgstr "" +msgstr "Permissão de administrador necessária" #: projects/forms.py:191 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" +"Os projetos não podem ser configurados manualmente quando o logon único está " +"ativado para sua organização." #: projects/forms.py:242 msgid "Invalid project name, a project already exists with that name" -msgstr "Nome do projeto inválido! Já existe um projeto com esse nome" +msgstr "Nome do projeto inválido. Já existe um projeto com esse nome" #: projects/forms.py:247 msgid "Invalid project name" @@ -2398,150 +2416,170 @@ msgstr "Repositório inválido" #, python-brace-format msgid "" "This setting is inherited from the parent translation." -msgstr "" +msgstr "Essa configuração é herdada da tradução mãe." #: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" +"Detectamos que este projeto é público, as prévias de pull request estão " +"definidas como públicas." #: projects/forms.py:412 -msgid "To build from pull requests you need a " -msgstr "" +#, fuzzy, python-brace-format +#| msgid "To build from pull requests you need a " +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." +msgstr "Para construir a partir de pull requests, você precisa de uma " -#: projects/forms.py:423 +#: projects/forms.py:422 +#, fuzzy, python-brace-format +#| msgid "" +#| "To build from pull requests your repository's webhook needs to send pull " +#| "request events. " msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" +"Para construir a partir de pull requests, o webhook do seu repositório " +"precisa enviar eventos de pull request." -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" -msgstr "" +msgstr "Ativar addons" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" -msgstr "" +msgstr "Mostrar uma notificação em construções de pull requests" -#: projects/forms.py:606 +#: projects/forms.py:603 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:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" +"O padrão personalizado de classificação do menu flutuante é necessário ao " +"selecionar um padrão personalizado." -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" -msgstr "" +msgstr "O usuário %(username)s já é um mantenedor" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." -msgstr "" +msgstr "A carga útil deve ser um objeto JSON válido." -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" +"Este projeto está configurado com um esquema de versionamento que não " +"oferece suporte a traduções." -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." -msgstr "" +msgstr "Apenas um domínio pode ser canônico por vez." -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" #: projects/models.py:94 msgid "Main project" -msgstr "" +msgstr "Projeto principal" #: projects/models.py:100 msgid "Subproject" -msgstr "" +msgstr "Subprojeto" #: projects/models.py:105 msgid "Alias" msgstr "Apelido" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" -msgstr "" +msgstr "Descrição curta deste projeto" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL do repositório" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "URL do repositório da documentação hospedada" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Tipo de repositório" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Página do projeto" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" -msgstr "Página inicial do projeto" +msgstr "A página inicial do projeto" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "URL canônica" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" -msgstr "URL na qual a documentação deverá ser exibida" +msgstr "A URL na qual a documentação deverá ser exibida" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" -msgstr "" +msgstr "Esquema de versionamento" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" +"Isso afeta a aparência do URL da sua documentação e se ela oferece suporte a " +"traduções ou múltiplas versões. Alterar o esquema de versionamento quebrará " +"seus URLs atuais." -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Versão única" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2551,74 +2589,85 @@ msgstr "" "\"lastest\", servida como raiz do domínio. Use isso com cautela, somente " "ative-a se nunca terá múltiplas versões de sua documentação." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Versão padrão" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "A versão do seu projeto para a qual / redireciona" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Branch padrão" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" +"Para qual branch \"latest\" aponta. Deixe em vazio para usar valor padrão " +"para seu VCS." -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" -msgstr "" +msgstr "Prefixo de caminho personalizado" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" +"Um prefixo de caminho personalizado usado ao fornecer documentação deste " +"projeto. Por padrão, fornecemos documentação na raiz (/) de um domínio." -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" -msgstr "" +msgstr "Prefixo de caminho personalizado de subprojeto" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" +"Um prefixo de caminho personalizado usado ao avaliar a raiz de um " +"subprojeto. Por padrão, fornecemos documentação de subprojetos sob o prefixo " +"`/projects/`." -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" -msgstr "" +msgstr "Construir em pull requests para este projeto" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" +"Mais informações em nossa documentação." -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" -msgstr "" +msgstr "Nível de privacidade de pull requests" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" +"As construções de pull requests devem ser públicas? Se o seu " +"repositório for público, não defina isso como privado." -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN ativada" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2626,25 +2675,27 @@ msgstr "" "Tracking ID do Google Analytics (por exemplo, UA-22345342-1). " "Isso pode tornar a página mais lenta." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" -msgstr "" +msgstr "Desativar Analytics" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" +"Desativa completamente o Google Analytics para este projeto (requer " +"reconstruir a documentação)" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Imagem alternativa de contêiner" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Limite de memória do contêiner" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2652,89 +2703,96 @@ msgstr "" "Limite de memória no formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "Tempo limite do contêiner em segundos" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" -msgstr "ID da fila de compilação alternativa" +msgstr "ID da fila alternativa de construção" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" -msgstr "" +msgstr "Máximo de construções simultâneas permitido para este projeto" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Permitir anúncio pago" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "Se desmarcado, os usuários ainda verão anúncios da comunidade." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" -msgstr "Livre de anúncios" +msgstr "Sem anúncios" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" -msgstr "" +msgstr "É spam?" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" -msgstr "" +msgstr "Marcado manualmente como (não) spam" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Mostrar aviso de versão" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "Mostra um banner de aviso em versões não estáveis ou mais recente." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" -msgstr "" +msgstr "Caminho do .readthedocs.yaml" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." "readthedocs.yaml. Leave blank for default value: .readthedocs." "yaml." msgstr "" +"Aviso: recurso experimental. Caminho personalizado a partir " +"do nível raiz do repositório para o seu .readthedocs.yaml como, " +"por exemplo, subcaminho/docs/.readthedocs.yaml. Deixe em branco " +"para usar o valor padrão: .readthedocs.yaml." -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Em destaque" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" -msgstr "" +msgstr "Ignorar (desativar) a construção deste projeto" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" -msgstr "" +msgstr "Não listado" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" +"Tirar este projeto da lista faz que o mesmo não seja exibido na indexação de " +"pesquisa do Read the Docs e solicita que mecanismos de pesquisa externos o " +"removam por meio do robots.txt" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" -msgstr "" +msgstr "O painel do projeto deve ser público?" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Projetos relacionados" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2742,302 +2800,314 @@ msgstr "" "Idioma no qual a documentação do projeto é renderizada. Nota: isso afeta a " "URL do seu projeto." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Linguagem de programação" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "A linguagem de programação primária na qual o projeto foi escrito." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" -msgstr "Este projeto foi compilado com um webhook" +msgstr "Este projeto foi construído com um webhook" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Este projeto foi clonado com sucesso" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" +"Tipo de documentação que você está construindo. Mais informações sobre construtores do Sphinx." -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" -msgstr "" +msgstr "projeto" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Modelo deve ter slug" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "Não há suporte a subprojeto aninhado" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Caminho" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" -msgstr "" +msgstr "ID de construção" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" -msgstr "criada" +msgstr "criado" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" -msgstr "modificada" +msgstr "modificado" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" -msgstr "" +msgstr "Construção acionada" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" -msgstr "" +msgstr "Construção bem-sucedida" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL para onde enviar o webhook" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" -msgstr "" +msgstr "Segredo usado para assinar a carga útil do webhook" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" -msgstr "" +msgstr "Eventos para assinar" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" -msgstr "" +msgstr "Carga útil JSON" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" +"Carga útil JSON a ser enviada ao webhook. Verifique a documentação para substituições disponíveis." -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Domínio" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" -msgstr "" +msgstr "Este domínio foi criado automaticamente" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" -msgstr "" +msgstr "Este domínio é um CNAME para o projeto" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" -msgstr "" +msgstr "Este domínio é o principal de onde a documentação é veiculada" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Sempre usar HTTPS para este domínio" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" -msgstr "Número de vezes que este domínio foi atingido" +msgstr "Número de vezes que este domínio foi acessado" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" -msgstr "" +msgstr "Status do certificado SSL" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." -msgstr "" +msgstr "Ignorar processo de validação." -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." -msgstr "" +msgstr "Data de início do processo de validação." -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" +"Defina uma idade máxima personalizada (por exemplo, 31536000) para o " +"cabeçalho HSTS" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" +"Se hsts_max_age > 0, defina o sinalizador includeSubDomains com o cabeçalho " +"HSTS" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" +"Se hsts_max_age > 0, defina o sinalizador de pré-carregamento com o " +"cabeçalho HSTS" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" -msgstr "" +msgstr "Build: experimente um método alternativo de postar dados grandes" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" +"Conda: Anexe os requisitos principais do Read the Docs ao arquivo " +"environment.yml" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" +"Sphinx: Passe todas as versões (incluindo privadas) para o contexto HTML ao " +"construir com o Sphinx" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." -msgstr "" +msgstr "Proxito: Registre visualizações de páginas 404s." -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" -msgstr "" +msgstr "Proxito: Desativar todas as visualizações de páginas" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" -msgstr "" +msgstr "Padronizar todos os projetos anteriores como True" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" -msgstr "" +msgstr "Padronizar todos os projetos futuros como True" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" -msgstr "" +msgstr "Expor esta variável de ambiente em construções de PR?" #: projects/notifications.py:19 msgid "Build skipped for this project" -msgstr "" +msgstr "Construção ignorada neste projeto" #: projects/notifications.py:33 projects/notifications.py:71 #: projects/notifications.py:84 msgid "Error while cloning the repository" -msgstr "" +msgstr "Erro ao clonar o repositório" #: projects/notifications.py:46 msgid "Duplicated reserved versions" -msgstr "" +msgstr "Versões reservadas duplicadas" #: projects/notifications.py:59 msgid "Error while checking out the repository" -msgstr "" +msgstr "Erro ao verificar o repositório" #: projects/notifications.py:98 msgid "Sphinx configuration file is missing" -msgstr "" +msgstr "O arquivo de configuração do Sphinx está ausente" #: projects/notifications.py:111 msgid "Multiple Sphinx configuration files found" -msgstr "" +msgstr "Vários arquivos de configuração do Sphinx encontrados" #: projects/notifications.py:125 msgid "Expected file not found" -msgstr "" +msgstr "Arquivo esperado não encontrado" #: projects/notifications.py:137 msgid "Repository locked" -msgstr "" +msgstr "Repositório bloqueado" #: projects/validators.py:18 msgid "Enter a valid plain or internationalized domain name value" @@ -3046,7 +3116,7 @@ msgstr "" #: projects/validators.py:30 msgid "The domain name can't be an IP address." -msgstr "" +msgstr "O nome de domínio não pode ser um endereço IP." #: projects/validators.py:58 msgid "Invalid character in the URL" @@ -3061,14 +3131,16 @@ msgid "" "Use a relative path. It should not begin with '/'. The path is relative to " "the root of your repository." msgstr "" +"Use um caminho relativo. Não pode começar com '/'. O caminho é relativo à " +"raiz do seu repositório." #: projects/validators.py:107 msgid "The path cannot end with '/', as it cannot be a directory." -msgstr "" +msgstr "O caminho não pode terminar com '/', pois não pode ser um diretório." #: projects/validators.py:112 msgid "Found invalid sequence in path: '..'" -msgstr "" +msgstr "Sequência inválida encontrada no caminho: '..'" #: projects/validators.py:119 #, python-brace-format @@ -3076,56 +3148,58 @@ msgid "" "Found invalid character. Avoid these characters: {invalid_characters}" msgstr "" +"Caractere inválido encontrado. Evite estes caracteres: " +"{invalid_characters}" #: projects/validators.py:133 #, python-brace-format msgid "The only allowed filename is {filename}." -msgstr "" +msgstr "O único nome de arquivo permitido é {filename}." #: projects/validators.py:141 #, python-brace-format msgid "The only allowed filenames are {filenames}." -msgstr "" +msgstr "Os únicos nomes de arquivos permitidos são {filenames}." -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Configurações do projeto atualizadas" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" -msgstr "" +msgstr "Addons do projeto atualizados" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Projeto excluído" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " "account on your connected services page." msgstr "" -"Há um problema com sua conta do {service}, tente reconectar sua conta na página de serviços conectados." +"Há um problema com sua conta do {service}, tente reconectar sua conta na sua " +"página de serviços conectados." -#: projects/views/private.py:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" -msgstr "" +msgstr "{username} é o último dono, não pode ser removido" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" -msgstr "" +msgstr "subprojeto" #: proxito/exceptions.py:141 msgctxt "Names an object not found in a 404 error" msgid "translation" -msgstr "" +msgstr "tradução" #: redirects/constants.py:4 msgid "302 - Temporary Redirect" @@ -3137,7 +3211,7 @@ msgstr "301 - Redirecionamento Permanente" #: redirects/constants.py:14 msgid "Page Redirect" -msgstr "Redirecionar de página" +msgstr "Redirecionamento de página" #: redirects/constants.py:15 msgid "Exact Redirect" @@ -3145,11 +3219,11 @@ msgstr "Redirecionamento exato" #: redirects/constants.py:16 msgid "Clean URL to HTML (file/ to file.html)" -msgstr "" +msgstr "URL limpa para HTML (arquivo/ para arquivo.html)" #: redirects/constants.py:17 msgid "HTML to clean URL (file.html to file/)" -msgstr "" +msgstr "HTML para URL limpa (arquivo.html para arquivo/)" #: redirects/models.py:33 msgid "" @@ -3181,27 +3255,27 @@ msgstr "Para URL" #: redirects/models.py:86 msgid "Force redirect" -msgstr "" +msgstr "Forçar redirecionamento" #: redirects/models.py:89 msgid "Apply the redirect even if the page exists." -msgstr "" +msgstr "Aplica o redirecionamento mesmo se a página existir." #: redirects/models.py:99 msgid "Enabled" -msgstr "" +msgstr "Ativado" #: redirects/models.py:102 msgid "Enable or disable the redirect." -msgstr "" +msgstr "Ativa ou desativa o redirecionamento." #: redirects/models.py:114 msgid "Position" -msgstr "" +msgstr "Posição" #: redirects/models.py:116 msgid "Order of execution of the redirect." -msgstr "" +msgstr "Ordem de execução do redirecionamento." #: redirects/models.py:127 msgid "redirect" @@ -3217,7 +3291,7 @@ msgstr "Redirecionar: {}" #: redirects/templates/redirects/redirect_form.html:5 msgid "Redirect" -msgstr "" +msgstr "Redirecionamento" #: redirects/templates/redirects/redirect_form.html:8 #: redirects/templates/redirects/redirect_list.html:6 @@ -3233,6 +3307,9 @@ msgid "" "Add redirects for your project. This allows you to fix links to old pages " "that are 404ing. Learn more." msgstr "" +"Adiciona redirecionamentos para seu projeto. Isso lhe permite corrigir links " +"para páginas antigas que apresentam código 404. Saiba mais." #: redirects/templates/redirects/redirect_form.html:88 #: templates/builds/regexautomationrule_form.html:34 @@ -3249,18 +3326,18 @@ msgstr "Adic Redicionamento" #: templates/builds/versionautomationrule_list.html:54 #: templates/builds/versionautomationrule_list.html:55 msgid "Move up" -msgstr "" +msgstr "Mover para cima" #: redirects/templates/redirects/redirect_list.html:63 #: redirects/templates/redirects/redirect_list.html:64 #: templates/builds/versionautomationrule_list.html:65 #: templates/builds/versionautomationrule_list.html:66 msgid "Move down" -msgstr "" +msgstr "Mover para baixo" #: redirects/templates/redirects/redirect_list.html:80 msgid "No redirects found." -msgstr "" +msgstr "Nenhum redirecionamento encontrado." #: redirects/validators.py:59 #, python-brace-format @@ -3268,6 +3345,9 @@ msgid "" "This project has reached the limit of {feature.value} redirects. Consider " "replacing some of your redirects with a wildcard redirect." msgstr "" +"Este projeto atingiu o limite de redirecionamentos de {feature.value}. " +"Considere substituir alguns de seus redirecionamentos por um " +"redirecionamento curinga." #: redirects/validators.py:64 #, python-brace-format @@ -3276,6 +3356,9 @@ msgid "" "replacing some of your redirects with a wildcard redirect, or upgrade your " "plan." msgstr "" +"Este projeto atingiu o limite de redirecionamentos de {feature.value}. " +"Considere substituir alguns de seus redirecionamentos por um " +"redirecionamento curinga, ou faça um upgrade do seu plano." #: search/api/pagination.py:74 msgid "Invalid page" @@ -3283,153 +3366,159 @@ msgstr "Página inválida" #: search/api/v2/views.py:74 msgid "This query param is required" -msgstr "" +msgstr "Este parâmetro de consulta é obrigatório." #: search/api/v3/views.py:78 msgid "This query parameter is required" -msgstr "" +msgstr "Este parâmetro de consulta é obrigatório." -#: search/models.py:33 +#: search/models.py:32 msgid "Query" -msgstr "" +msgstr "Consulta" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" -msgstr "" +msgstr "Resultados totais" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalão" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inglês" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Espanhol" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Português do Brasil" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norueguês" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Frances" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russo" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Alemão" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galego" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chinês Simplificado" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Chinês Tradicional" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonês" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiano" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coreano" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" -msgstr "" +msgstr "Domínio personalizado" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" -msgstr "" +msgstr "SLA de suporte" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "Documentação privada" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" -msgstr "" +msgstr "Analytics de busca" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" -msgstr "" +msgstr "Analytics de visualização de página" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" -msgstr "" +msgstr "Construções simultâneas" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" -msgstr "" +msgstr "Logon único com Google" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "Logon único com SAML" + +#: subscriptions/constants.py:36 msgid "Custom URLs" -msgstr "" +msgstr "URLs personalizadas" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" -msgstr "" +msgstr "Logs de auditoria" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" -msgstr "" +msgstr "Logs de auditoria para cada visualização de página" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" -msgstr "" +msgstr "Limite de redirecionamentos" #: subscriptions/forms.py:29 msgid "" "Check our pricing page for more information about each plan." msgstr "" +"Verifique nossa página de " +"preços para obter mais informações sobre cada plano." #: subscriptions/notifications.py:92 msgid "Your organization has been disabled" -msgstr "" +msgstr "Sua organização foi desativada" #: subscriptions/templates/subscriptions/subscription_detail.html:7 msgid "Organization Subscription" -msgstr "" +msgstr "Assinatura de organização" #: subscriptions/templates/subscriptions/subscription_detail.html:19 #, python-format @@ -3439,50 +3528,56 @@ msgid "" "the end of your trial. Upgrade your account by clicking on Manage " "Subscription below." msgstr "" +"Você está atualmente em um teste. Escolha um plano pago adequado à sua organização antes do " +"final do teste. Atualize sua conta clicando em Gerenciar assinatura abaixo." #: subscriptions/templates/subscriptions/subscription_detail.html:31 msgid "Plan" -msgstr "" +msgstr "Plano" #: subscriptions/templates/subscriptions/subscription_detail.html:42 msgid "Extra products:" -msgstr "" +msgstr "Produtos extras" #: subscriptions/templates/subscriptions/subscription_detail.html:61 msgid "Features:" -msgstr "" +msgstr "Recursos:" #: subscriptions/templates/subscriptions/subscription_detail.html:72 msgid "Signed up" -msgstr "" +msgstr "Cadastrado" #. Translators: this is the subscription start date, used here as "4 days ago" or "5 months ago" #: subscriptions/templates/subscriptions/subscription_detail.html:75 #, python-format msgid "%(time_since_signup)s ago" -msgstr "" +msgstr "%(time_since_signup)s atrás" #: subscriptions/templates/subscriptions/subscription_detail.html:81 msgid "Subscription status" -msgstr "" +msgstr "Status da assinatura" #: subscriptions/templates/subscriptions/subscription_detail.html:87 msgid "Trial ends" -msgstr "" +msgstr "Teste termina" #: subscriptions/templates/subscriptions/subscription_detail.html:92 msgid "Subscription ends" -msgstr "" +msgstr "Assinatura termina" #: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage Subscription" -msgstr "" +msgstr "Gerenciar assinatura" #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " "billing information." msgstr "" +"Use o botão acima para ver faturas anteriores, alterar seu plano e atualizar " +"suas informações de faturamento." #: subscriptions/templates/subscriptions/subscription_detail.html:115 #, python-format @@ -3498,24 +3593,25 @@ msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 msgid "Create Subscription" -msgstr "" +msgstr "Criar assinatura" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" -msgstr "" +msgstr "Seu plano foi atualizado!" #: subscriptions/views.py:98 msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" +"Ocorreu um erro ao conectar-se ao Stripe. Tente novamente em alguns minutos." -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Labirinto encontrado" #: templates/429.html:6 msgid "Too many requests" -msgstr "" +msgstr "Número excessivo de solicitações" #: templates/500.html:5 msgid "Server Error" @@ -3625,6 +3721,9 @@ msgid "" " In order to view this documentation, you must log in first.\n" " " msgstr "" +"\n" +" Para visualizar esta documentação, você deve primeiro fazer login.\n" +" " #: templates/account/login.html:31 templates/account/login.html:60 #: templates/account/login.html:69 templates/account/signup.html:52 @@ -3637,6 +3736,8 @@ msgid "" "Do you have a password to access this documentation? Access here." msgstr "" +"Você tem uma senha para acessar esta documentação? Acesse aqui." #: templates/account/login.html:42 #, python-format @@ -3679,16 +3780,21 @@ msgid "" "You have been invited to join the organization \"%(organization_name)s\" at " "Read the Docs." msgstr "" +"Você foi convidado a ingressar na organização \"%(organization_name)s\" em " +"Read the Docs." #: templates/account/signup.html:25 msgid "You have been invited to join an organization at Read the Docs." -msgstr "" +msgstr "Você foi convidado para ingressar em uma organização em Read the Docs." #: templates/account/signup.html:33 msgid "" "Sign up using the following provider. If you don't have an account with this " "provider, please contact your organization owner and ask about this." msgstr "" +"Cadastre-se usando o seguinte provedor. Se você não tiver uma conta neste " +"provedor, entre em contato com o dono da sua organização e pergunte sobre " +"isso." #: templates/account/signup.html:48 msgid "" @@ -3696,6 +3802,9 @@ msgid "" "terms-of-service.html\">Terms of Service and Privacy Policy." msgstr "" +"Ao se cadastrar, você concorda com nossos Termos de Serviço e Política de Privacidade." #: templates/archive/index.html:5 msgid "Read the Docs Archive" @@ -3723,15 +3832,15 @@ msgstr "Inscrever" #: templates/base.html:182 msgid "Thank you!" -msgstr "" +msgstr "Obrigado!" #: templates/base.html:183 msgid "You have successfully joined our subscriber list." -msgstr "" +msgstr "Você se ingressou com sucesso à nossa lista de assinantes." #: templates/base.html:196 msgid "Resources" -msgstr "" +msgstr "Recursos" #: templates/base.html:200 msgid "Tutorial" @@ -3743,23 +3852,23 @@ msgstr "Documentação" #: templates/base.html:209 msgid "Going Ad-free" -msgstr "" +msgstr "Se tornando livre de assuntos" #: templates/base.html:212 msgid "Site Support" -msgstr "" +msgstr "Suporte ao site" #: templates/base.html:215 msgid "Site Status" -msgstr "" +msgstr "Status do site" #: templates/base.html:222 msgid "Company" -msgstr "" +msgstr "Empresa" #: templates/base.html:226 msgid "Jobs" -msgstr "" +msgstr "Trabalhos" #: templates/base.html:229 msgid "Advertise with Us" @@ -3771,11 +3880,11 @@ msgstr "Read the Docs for Business" #: templates/base.html:235 msgid "Branding & Media Kit" -msgstr "" +msgstr "Marca & kit de mídia" #: templates/base.html:241 msgid "Terms of Service" -msgstr "" +msgstr "Termos de Serviço" #: templates/base.html:262 msgid "Read the Docs, Inc & contributors" @@ -3795,10 +3904,12 @@ msgid "" "Our new beta dashboard is now available for testing! Try " "viewing this build on the new dashboard." msgstr "" +"Nosso novo painel beta já está disponível para teste! Tente visualizar esta construção no novo painel." #: templates/builds/build_detail.html:53 msgid "Cancel build" -msgstr "" +msgstr "Cancelar construção" #: templates/builds/build_detail.html:61 msgid "Completed" @@ -3806,7 +3917,7 @@ msgstr "Concluído" #: templates/builds/build_detail.html:66 msgid "Build took" -msgstr "A compilação levou" +msgstr "A construção levou" #: templates/builds/build_detail.html:70 msgid "seconds" @@ -3814,7 +3925,7 @@ msgstr "segundos" #: templates/builds/build_detail.html:76 msgid "Built on" -msgstr "Compilado em" +msgstr "Construída em" #: templates/builds/build_detail.html:84 msgid "View docs" @@ -3827,7 +3938,7 @@ msgstr "Ver raw" #: templates/builds/build_detail.html:115 #, python-format msgid "Build #%(build_id)s" -msgstr "Compilação #%(build_id)s" +msgstr "Construção #%(build_id)s" #: templates/builds/build_detail.html:125 #, python-format @@ -3836,14 +3947,17 @@ msgid "" " %(external_version_name)s\n" " " msgstr "" +"\n" +" %(external_version_name)s\n" +" " #: templates/builds/build_detail.html:155 msgid "Build completed" -msgstr "Compilação concluída" +msgstr "Construção concluída" #: templates/builds/build_detail.html:165 msgid "Build cancelled" -msgstr "" +msgstr "Construção cancelada" #: templates/builds/build_detail.html:175 #, python-format @@ -3852,14 +3966,17 @@ msgid "" "Project setting in your project settings." msgstr "" +"Não quer usar setup.py install? Altere a configuração " +"Instalar projeto nas suas configurações do projeto." #: templates/builds/build_detail.html:204 msgid "Show full build output" -msgstr "Mostra a saída completa da compilação" +msgstr "Mostra a saída completa da construção" #: templates/builds/build_detail.html:210 msgid "Build Output" -msgstr "Saída da compilação" +msgstr "Saída da construção" #: templates/builds/build_detail.html:214 msgid "Setup Output" @@ -3871,12 +3988,12 @@ msgstr "Erro padrão do ambiente" #: templates/builds/build_detail.html:225 msgid "Build Errors" -msgstr "Erros de compilação" +msgstr "Erros de construção" #: templates/builds/build_detail.html:275 #, python-format msgid "Report any build issues here." -msgstr "Relate qualquer problema de compilação aqui." +msgstr "Relate qualquer problema de construção aqui." #: templates/builds/build_detail.html:300 msgid "Command time:" @@ -3888,16 +4005,16 @@ msgstr "Voltar" #: templates/builds/build_list.html:37 msgid "Build Version:" -msgstr "Compilar versão:" +msgstr "Versão da construção:" #: templates/builds/build_list.html:53 msgid "Recent Builds" -msgstr "Compilações recentes" +msgstr "Construções recentes" #: templates/builds/regexautomationrule_form.html:6 #: templates/builds/regexautomationrule_form.html:11 msgid "Automation Rule" -msgstr "" +msgstr "Regra de automação" #: templates/builds/tag_list.html:5 templates/projects/tag_list.html:4 #: templates/projects/tag_list.html:7 @@ -3908,7 +4025,7 @@ msgstr "Tags populares" #: templates/builds/versionautomationrule_list.html:15 #: templates/projects/project_edit_base.html:27 msgid "Automation Rules" -msgstr "" +msgstr "Regras de automação" #: templates/builds/versionautomationrule_list.html:20 msgid "" @@ -3916,14 +4033,17 @@ msgid "" "readthedocs.io/page/automation-rules.html\">documentation on automation " "rules for more information." msgstr "" +"Automatize ações em novos branches e tags. Verifique a documentação sobre regras " +"de automação para mais informações." #: templates/builds/versionautomationrule_list.html:32 msgid "Add Rule" -msgstr "" +msgstr "Adicionar regra" #: templates/builds/versionautomationrule_list.html:76 msgid "No automation rules are currently configured." -msgstr "" +msgstr "Nenhuma regra de automação estão configuradas atualmente." #: templates/builds/versionautomationrule_list.html:85 #: templates/projects/integration_webhook_detail.html:108 @@ -3937,6 +4057,8 @@ msgid "" "%(type)s \"%(version)s\" matched the pattern \"%(pattern)s\", " "and the action %(action)s was performed %(date)s ago." msgstr "" +"%(type)s \"%(version)s\" correspondeu ao padrão \"%(pattern)s\" " +"e a ação %(action)s foi efetuada %(date)s atrás." #: templates/builds/versionautomationrule_list.html:101 #: templates/projects/integration_webhook_detail.html:124 @@ -3946,7 +4068,7 @@ msgstr "Não há atividade recente" #: templates/core/build_list_detailed.html:7 msgid "This build is still waiting to be built" -msgstr "" +msgstr "Esta construção ainda está aguardando para ser construída" #: templates/core/build_list_detailed.html:7 msgid "Passed" @@ -3959,7 +4081,7 @@ msgstr "Falhou" #: templates/core/build_list_detailed.html:11 #, python-format msgid "%(external_version_name)s" -msgstr "" +msgstr "%(external_version_name)s" #: templates/core/build_list_detailed.html:16 #, python-format @@ -4012,7 +4134,7 @@ msgstr "Autentique-se" #: templates/core/notifications.html:13 msgid "Close notification" -msgstr "" +msgstr "Fechar notificação" #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 @@ -4022,7 +4144,7 @@ msgstr "Visualizar documentos" #: templates/core/project_bar_base.html:25 msgid "delisted" -msgstr "" +msgstr "retirado da lista" #: templates/core/project_bar_base.html:33 msgid "Overview" @@ -4042,7 +4164,7 @@ msgstr "Slug do projeto" #: templates/core/project_detail_right.html:29 msgid "Last Built" -msgstr "Última compilação" +msgstr "Construído pela última vez" #: templates/core/project_detail_right.html:36 msgid "passed" @@ -4054,12 +4176,12 @@ msgstr "falhou" #: templates/core/project_detail_right.html:41 msgid "Currently Building" -msgstr "Atualmente compilando" +msgstr "Atualmente construindo" #: templates/core/project_detail_right.html:44 #: templates/projects/project_dashboard_base.html:83 msgid "No builds yet" -msgstr "Nenhuma compilação ainda" +msgstr "Nenhuma construção ainda" #: templates/core/project_detail_right.html:51 #: templates/projects/project_edit_base.html:21 @@ -4083,7 +4205,7 @@ msgstr "O projeto não possui tags." #, python-format msgid "Add some in your project settings." msgstr "" -"Adicione algumas nas configurações do seu projetoconfigurações do projeto." #: templates/core/project_detail_right.html:100 @@ -4115,12 +4237,12 @@ msgstr "Nenhuma versão ativa." #: templates/core/project_details.html:60 msgid "Build a version" -msgstr "Compilar uma versão" +msgstr "Construir uma versão" #: templates/core/project_details.html:69 msgctxt "Build is a verb" msgid "Build version" -msgstr "Compilar versão" +msgstr "Construir versão" #: templates/core/project_downloads.html:31 msgid "No downloads for this project." @@ -4128,7 +4250,7 @@ msgstr "Nenhum download para esse projeto." #: templates/core/project_list_detailed.html:28 msgid "No builds" -msgstr "Nenhuma compilação" +msgstr "Nenhuma construção" #: templates/core/project_list_detailed.html:36 msgid "No Docs" @@ -4140,7 +4262,7 @@ msgstr "Nenhum projeto encontrado" #: templates/core/teapot.html:6 templates/core/teapot.html:10 msgid "418. I'm a teapot" -msgstr "" +msgstr "418. I'm a teapot" #: templates/core/widesearchbar.html:5 msgid "Search all the docs" @@ -4157,18 +4279,20 @@ msgstr "Vamos lá!" #: templates/errors/404/base.html:6 templates/errors/404/base.html:11 msgid "404 Not Found" -msgstr "" +msgstr "404 Não Encontrado" #: templates/errors/404/base.html:15 msgid "" "You have encountered a 404 on Read the Docs. You are either looking for a " "page that does not exist or a project that has been removed." msgstr "" +"Você encontrou um 404 em Read the Docs. Você está procurando uma página que " +"não existe ou um projeto que foi removido." #: templates/errors/404/dns.html:7 #, python-format msgid "The host \"%(domain)s\" is unknown to Read the Docs" -msgstr "" +msgstr "O host \"%(domain)s\" é desconhecido para Read the Docs" #: templates/errors/404/dns.html:11 #, python-format @@ -4191,11 +4315,11 @@ msgstr "" #: templates/errors/404/dns.html:23 templates/errors/404/include_tips.html:3 msgid "Are you the project owner?" -msgstr "" +msgstr "Você é o dono do projeto?" #: templates/errors/404/dns.html:25 templates/errors/404/include_tips.html:5 msgid "Here are some tips to address 404 errors:" -msgstr "" +msgstr "Aqui estão algumas dicas para resolver erros 404:" #: templates/errors/404/dns.html:28 msgid "Ensure you have a CNAME record pointing to readthedocs.io" @@ -4217,6 +4341,8 @@ msgid "" "You are browsing the documentation of %(project_slug)s. The " "%(not_found_subject)s you are looking for was not found." msgstr "" +"Você está navegando na documentação de %(project_slug)s. O " +"%(not_found_subject)s que você está procurando não foram encontrados." #: templates/errors/404/include_error_message.html:11 msgid "" @@ -4224,27 +4350,30 @@ msgid "" "navigate to the index page of the project and use its " "navigation, or search for a similar page." msgstr "" +"A documentação muda com o tempo e as páginas são movidas. Você pode tentar " +"navegar até a página de índice do projeto e usar sua " +"navegação, ou procurar uma página semelhante." #: templates/errors/404/include_search.html:3 msgid "Try searching?" -msgstr "" +msgstr "Tente buscar?" #: templates/errors/404/include_tips.html:8 msgid "Use your own custom 404 page:" -msgstr "" +msgstr "Use sua própria página 404 personalizada:" #: templates/errors/404/include_tips.html:8 #: templates/errors/404/include_tips.html:9 msgid "Read more" -msgstr "" +msgstr "Leia mais" #: templates/errors/404/include_tips.html:9 msgid "Create redirects when you move contents:" -msgstr "" +msgstr "Crie redirecionamentos quando você move conteúdos:" #: templates/errors/404/no_project.html:9 msgid "no domain" -msgstr "" +msgstr "sem domínio" #: templates/errors/404/no_project.html:9 #, python-format @@ -4252,6 +4381,8 @@ msgid "" "The project for %(domain)s that you are looking for either does " "not exist, has been deleted or doesn't have any successful builds yet." msgstr "" +"O projeto para %(domain)s que você está procurando não existe, " +"foi excluído ou ainda não possui nenhuma construção bem-sucedida." #: templates/flagging/flag_confirm.html:6 #: templates/flagging/flag_confirm.html:11 @@ -4299,7 +4430,7 @@ msgid "" "versioning, and hosting for you. Build up-to-date documentation for the web, " "print, and offline use on every version control push automatically." msgstr "" -"Read the Docs simplifica a documentação técnica automatizando a compilação, " +"Read the Docs simplifica a documentação técnica automatizando a construção, " "o versionamento e a hospedagem para você. Compile documentação atualizada " "para uso na web, impressão e descontado em cada \"push\" de controle de " "versão automaticamente." @@ -4318,11 +4449,11 @@ msgid "" "versioning, and hosting of your docs for you." msgstr "" "Read the Docs simplifica a documentação do software, automatizando a " -"compilação, versionamento e hospedagem de seus documentos para você." +"construção, versionamento e hospedagem de seus documentos para você." #: templates/homepage.html:58 msgid "Free docs hosting for open source" -msgstr "" +msgstr "Hospedagem gratuita de documentos para código aberto" #: templates/homepage.html:60 msgid "" @@ -4330,10 +4461,13 @@ msgid "" "help over 100,000 open source projects share their docs, including a custom " "domain and theme." msgstr "" +"Hospedaremos sua documentação gratuitamente, para sempre. Não há truques. " +"Ajudamos mais de 100.000 projetos de código aberto a compartilhar seus " +"documentos, incluindo domínio e tema personalizados." #: templates/homepage.html:69 msgid "Always up to date" -msgstr "" +msgstr "Sempre atualizado" #: templates/homepage.html:71 msgid "" @@ -4341,10 +4475,14 @@ msgid "" "that is GitHub, Bitbucket, or GitLab, we will automatically build your docs " "so your code and documentation are never out of sync." msgstr "" +"Sempre que você realizar o push de código para o seu serviço de controle de " +"versão favorito, seja GitHub, Bitbucket ou GitLab, construiremos " +"automaticamente seus documentos para que seu código e documentação nunca " +"estejam fora de sincronia." #: templates/homepage.html:84 msgid "Downloadable formats" -msgstr "" +msgstr "Formatos baixáveis" #: templates/homepage.html:86 msgid "" @@ -4352,10 +4490,13 @@ msgid "" "as single page HTML, and for eReaders. No additional configuration is " "required." msgstr "" +"Construimos e hospedamos seus documentos para a web, mas eles também podem " +"ser visualizados como PDFs, HTML de página única e para eReaders. Nenhuma " +"configuração adicional é necessária." #: templates/homepage.html:94 msgid "Multiple versions" -msgstr "" +msgstr "Várias versões" #: templates/homepage.html:96 msgid "" @@ -4363,13 +4504,13 @@ msgid "" "of your docs and a 2.0 version of your docs is as easy as having a separate " "branch or tag in your version control system." msgstr "" -"Podemos hospedar e compilar várias versões dos seus documentos, portanto, " +"Podemos hospedar e construir várias versões dos seus documentos, portanto, " "ter uma versão 1.0 e uma versão 2.0 é tão fácil quanto ter um branch ou tag " "separado no sistema de controle de versão." #: templates/homepage.html:109 msgid "Read the Tutorial" -msgstr "" +msgstr "Leia o Tutorial" #: templates/homepage.html:120 msgid "About Read the Docs" @@ -4381,6 +4522,9 @@ msgid "" "project and is closing in on being a top-1000 site on the internet. Today, " "we:" msgstr "" +"Read the Docs cresceu substancialmente desde o seu início como um projeto de " +"fim de semana e está se aproximando de ser um dos 1000 melhores sites da " +"Internet. Hoje nós:" #: templates/homepage.html:131 msgid "" @@ -4391,6 +4535,12 @@ msgid "" "readthedocs.io/en/latest/team.html\">very small team of dedicated " "engineers " msgstr "" +"
  • Servimos mais de 55 milhões de páginas de documentação por mês
  • Servimos mais de 40 TB de " +"documentação por mês
  • Hospedamos mais de 80.000 projetos de " +"código aberto e provemos suporte a mais de 100.000 usuários
  • " +"
  • Somos mantidos por uma equipe muito pequena de engenheiros dedicados
" #: templates/homepage.html:143 msgid "Read the Docs is funded by the community" @@ -4407,9 +4557,9 @@ msgid "" "html\">sponsors." msgstr "" "Financiamos nossas operações por meio de publicidade, documentação hospedada pela empresa " -"com Read the Docs for Business, doações, e somos apoiados por vários generosos " +"advertisers/?ref=rtd\">anúncio, documentação hospedada por empresas com " +"Read the Docs for Business, doações e somos financiados por vários generosos " "patrocinadores." @@ -4422,12 +4572,21 @@ msgid "" "wonderful team " "who helps us run the site. Read the Docs wouldn't be possible without them." msgstr "" +"Read the Docs é de código aberto e tem o apoio da comunidade. Depende de " +"usuários como você contribuir para o desenvolvimento, o suporte e as " +"operações. Você pode aprender mais sobre como contribuir em nossos documentos. " +"Muito obrigado à nossa maravilhosa equipe que nos ajuda a administrar o site. Read the " +"Docs não seria possível sem eles." #: templates/homepage.html:168 msgid "" "Hosting for the project is graciously provided by AWS and Cloudflare." msgstr "" +"A hospedagem do projeto é gentilmente fornecida por AWS e Cloudflare." #: templates/notifications/send_notification_form.html:6 msgid "Send Email" @@ -4470,12 +4629,12 @@ msgstr "próximo" #: templates/post_commit.html:5 msgid "Build Started" -msgstr "Compilação iniciada" +msgstr "Construção iniciada" #: templates/post_commit.html:10 #, python-format msgid "%(project)s is now building." -msgstr "%(project)s está agora compilando." +msgstr "%(project)s está agora construindo." #. Translators: 'it' refers the current project being built. #: templates/post_commit.html:12 @@ -4507,7 +4666,7 @@ msgstr "Serviços conectados" #: templates/profiles/private/token_list.html:5 #: templates/profiles/private/token_list.html:9 msgid "API Tokens" -msgstr "" +msgstr "Tokens de API" #: templates/profiles/base_profile_edit.html:54 #: templates/profiles/private/delete_account.html:5 @@ -4532,7 +4691,7 @@ msgstr "Definir preferências de anúncios" #: templates/profiles/private/advertising_profile.html:15 msgid "Thank you for supporting Read the Docs!" -msgstr "" +msgstr "Obrigado por ajudar o Read the Docs!" #: templates/profiles/private/advertising_profile.html:22 #: templates/projects/project_advertising.html:16 @@ -4541,7 +4700,7 @@ msgid "" "rely on both the support of our users, and from sponsor support." msgstr "" "Read the Docs é um projeto de código aberto. Para manter o serviço, contamos " -"com o suporte de nossos usuários e com o suporte de patrocinadores." +"com o suporte de nossos usuários e com o financiamento de patrocinadores." #: templates/profiles/private/advertising_profile.html:30 msgid "" @@ -4550,6 +4709,11 @@ msgid "" "behalf of the open source community, see our documentation." msgstr "" +"Para obter mais detalhes sobre colocar seu anúncio no Read the Docs, " +"incluindo as proteções de privacidade que implementamos para usuários e " +"anúncio comunitário que usamos em nome da comunidade de código aberto, " +"consulte nossa documentação." #: templates/profiles/private/advertising_profile.html:41 #, python-format @@ -4558,6 +4722,9 @@ msgid "" "href=\"%(gold_detail)s\">Gold member or Supporter of Read the Docs." msgstr "" +"Você pode ficar livre de anúncios se tornando um membro Gold ou Patrocinadores do Read the Docs." #: templates/profiles/private/advertising_profile.html:49 msgid "Update advertisement preference" @@ -4569,6 +4736,9 @@ msgid "" "If you want to keep a project, add another owner or transfer ownership. The " "following projects and all their documentation will be deleted." msgstr "" +"Todos os projetos dos quais você é o único dono serão excluídos. Se quiser manter um projeto, adicione outro dono ou transfira a " +"propriedade. Os seguintes projetos e toda a sua documentação serão excluídos." #: templates/profiles/private/delete_account.html:34 msgid "" @@ -4577,6 +4747,10 @@ msgid "" "or transfer ownership. The following organizations and all their projects " "will be deleted." msgstr "" +"Todas as organizações e seus projetos dos quais você é o único dono " +"serão excluídos. Se quiser manter uma organização, adicione outro " +"dono ou transfira a propriedade. As seguintes organizações e todos os seus " +"projetos serão excluídos." #: templates/profiles/private/delete_account.html:66 msgid "Be careful! This can not be undone!" @@ -4594,6 +4768,9 @@ msgid "" "has happened recently in your account. Showing logs from the last " "%(days_limit)s days." msgstr "" +"O log de segurança do usuário permite que você " +"veja o que aconteceu recentemente na sua conta. Mostrando os logos dos " +"últimos %(days_limit)s dias." #: templates/profiles/private/token_list.html:13 msgid "" @@ -4602,14 +4779,18 @@ msgid "" "readthedocs.org/page/api/v3.html\">APIv3 documentation for more " "information." msgstr "" +"Token de acesso pessoal (PAT) são tokens que permitem que você use a APIv3 " +"do Read the Docs se autenticado como você mesmo. Consulte a documentação APIv3 para obter " +"mais informações." #: templates/profiles/private/token_list.html:25 msgid "Generate API Token" -msgstr "" +msgstr "Gerar token de API" #: templates/profiles/private/token_list.html:54 msgid "No API Tokens currently configured." -msgstr "" +msgstr "Nenhum token de API atualmente configurado." #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -4631,7 +4812,7 @@ msgstr "Confirmar" #: templates/projects/domain_form.html:16 msgid "Domain Details" -msgstr "" +msgstr "Detalhes do domínio" #: templates/projects/domain_form.html:18 msgid "Create Domain" @@ -4643,20 +4824,24 @@ msgid "" "To configure this domain add a CNAME record in your DNS pointing your custom " "domain to %(cname_target)s." msgstr "" +"Para configurar este domínio, adicione um registro CNAME em seu DNS " +"apontando seu domínio personalizado para %(cname_target)s." #: templates/projects/domain_form.html:41 msgid "" "The validation process period has ended. Save the domain to restart the " "process." msgstr "" +"O período do processo de validação terminou. Salve o domínio para reiniciar " +"o processo." #: templates/projects/domain_form.html:61 msgid "Save Domain" -msgstr "" +msgstr "Salvar domínio" #: templates/projects/domain_form.html:63 msgid "Saving the domain will revalidate the SSL certificate" -msgstr "" +msgstr "Salvar o domínio vai revalidar o certificado SSL" #: templates/projects/domain_list.html:12 #: templates/projects/project_edit_base.html:20 @@ -4672,6 +4857,11 @@ msgid "" "docs.readthedocs.io/page/subprojects.html#custom-domain-on-" "subprojects\">Learn more." msgstr "" +"Este projeto é um subprojeto de %(superproject)s, sua documentação será " +"sempre atendida a partir do domínio %(domain)s. Saiba mais." #: templates/projects/domain_list.html:26 #, python-format @@ -4680,6 +4870,9 @@ msgid "" "domain other than \"%(default_domain)s\". Learn " "more." msgstr "" +"Configurar um domínio personalizado permite que você forneça sua " +"documentação a partir de um domínio diferente de \"%(default_domain)s\". Saiba mais." #: templates/projects/domain_list.html:33 msgid "Existing Domains" @@ -4687,7 +4880,7 @@ msgstr "Domínios existentes" #: templates/projects/domain_list.html:48 msgid "Add new domain" -msgstr "" +msgstr "Adicionar novo domínio" #: templates/projects/domain_list.html:56 #: templates/projects/project_import.html:170 @@ -4714,6 +4907,9 @@ msgid "" "Take into account that these environment variables are available to all " "build steps." msgstr "" +"Variáveis ​​de ambiente permitem que você altere a maneira como sua construção " +"se comporta. Leve em consideração que essas variáveis ​​de ambiente estão " +"disponíveis para todas as etapas de construção." #: templates/projects/environmentvariable_list.html:22 msgid "Add Environment Variable" @@ -4721,11 +4917,11 @@ msgstr "Adicionar variável de ambiente" #: templates/projects/environmentvariable_list.html:36 msgid "public" -msgstr "" +msgstr "pública" #: templates/projects/environmentvariable_list.html:38 msgid "private" -msgstr "" +msgstr "privada" #: templates/projects/environmentvariable_list.html:53 msgid "No environment variables are currently configured." @@ -4746,10 +4942,14 @@ msgid "" "href=\"https://docs.readthedocs.io/en/stable/config-file/v2.html\">." "readthedocs.yml file." msgstr "" +"Para importar um projeto, comece inserindo alguns detalhes sobre o seu " +"repositório. Você pode definir opções de configuração adicionais para sua " +"documentação em um arquivo .readthedocs.yml." #: templates/projects/import_config.html:5 msgid "Add a project configuration file" -msgstr "" +msgstr "Adicione um arquivo de configuração do projeto" #: templates/projects/import_config.html:8 msgid "" @@ -4759,10 +4959,17 @@ msgid "" "readthedocs.io/en/stable/config-file/v2.html\">read more about our " "configuration file in our documentation." msgstr "" +"Certifique-se de que seu projeto tenha um arquivo de configuração ." +"readthedocs.yaml no diretório raiz do seu repositório. Este arquivo é " +"exigido pelo Read the Docs para construir sua documentação. Você pode ler mais " +"sobre nosso arquivo de configuração em nossa documentação." #: templates/projects/import_config.html:16 msgid "Here is an example configuration file for a project using Sphinx:" msgstr "" +"Aqui está um exemplo de arquivo de configuração para um projeto usando " +"Sphinx:" #: templates/projects/import_extra.html:5 msgid "Project Extra Details" @@ -4779,6 +4986,8 @@ msgid "" "This is a beta feature, it can be enabled by contacting support." msgstr "" +"Este é um recurso beta e pode ser ativado contatando o suporte." #. Translators: After 'Flag this project as' follows either 'Inappropriate', 'Spam' and/or 'Duplicate' #: templates/projects/includes/flagging.html:7 @@ -4834,6 +5043,8 @@ msgid "" "This integration is being managed automatically by Read the Docs. If it " "isn't functioning correctly, try re-syncing the webhook:" msgstr "" +"Esta integração está sendo gerenciada automaticamente pelo Read the Docs. Se " +"não estiver funcionando corretamente, tente sincronizar novamente o webhook:" #: templates/projects/integration_webhook_detail.html:38 msgid "" @@ -4842,21 +5053,28 @@ msgid "" "Otherwise you'll need to update the configuration on your repository. You " "can use the following address to manually configure this webhook." msgstr "" +"Esta integração não é gerenciada pelo Read the Docs atualmente. Se esta " +"integração não estiver funcionando corretamente, você pode tentar sincronizá-" +"la novamente. Caso contrário, você precisará atualizar a configuração do seu " +"repositório. Você pode usar o endereço a seguir para configurar manualmente " +"este webhook." #: templates/projects/integration_webhook_detail.html:50 msgid "" "To manually configure this webhook with your provider, use the following " "information:" msgstr "" +"Para configurar manualmente este webhook com seu provedor, use a seguinte " +"informação:" #: templates/projects/integration_webhook_detail.html:59 msgid "Webhook URL:" -msgstr "" +msgstr "URL de webhook:" #: templates/projects/integration_webhook_detail.html:68 #: templates/projects/integration_webhook_detail.html:73 msgid "Secret:" -msgstr "" +msgstr "Segredo:" #: templates/projects/integration_webhook_detail.html:81 msgid "" @@ -4865,6 +5083,10 @@ msgid "" "a secret. Read more in our blog post." msgstr "" +"Esta integração não tem um segredo, a autenticidade do webhook não pode ser " +"verificada. Clique em \"Ressincronizar webhook\" para gerar um " +"segredo. Leia mais em nosso blog." #: templates/projects/integration_webhook_detail.html:92 msgid "" @@ -4872,6 +5094,9 @@ msgid "" "href=\"https://docs.readthedocs.io/page/guides/setup/git-repo-automatic." "html\"> our webhook documentation. " msgstr "" +"Para obter mais informações sobre como configurar manualmente um webhook, " +"consulte nossa documentação sobre webhook. " #: templates/projects/integration_webhook_detail.html:104 msgid "Resync webhook" @@ -4883,7 +5108,7 @@ msgstr "Excluir webhook" #: templates/projects/legend.html:4 msgid "External Links" -msgstr "Links Externos" +msgstr "Links externos" #: templates/projects/legend.html:5 msgid "Link text" @@ -4924,7 +5149,7 @@ msgstr "Código-fonte" #: templates/projects/legend.html:30 msgid "e.g. Check out this code" -msgstr "p.ex., Check out do código" +msgstr "p. ex., Fazer checkout deste código" #: templates/projects/legend.html:31 msgid "actual code indented" @@ -4936,7 +5161,7 @@ msgstr "reStructuredText Primer" #: templates/projects/onboard_detail.html:8 msgid "Start building your documentation" -msgstr "Começar a compilar sua documentação" +msgstr "Começar a construir sua documentação" #: templates/projects/onboard_detail.html:10 msgid "" @@ -4944,13 +5169,13 @@ msgid "" "if you would like to build a specific version, select the version below and " "your documentation build will be triggered." msgstr "" -"Este projeto ainda não foi compilado. Tente compilar a versão mais recente " -"agora ou, se você deseja compilar uma versão específica, selecione a versão " -"abaixo e sua compilação de documentação será acionada." +"Este projeto ainda não foi construído. Tente construir a versão mais recente " +"agora ou, se você deseja construir uma versão específica, selecione a versão " +"abaixo e sua construção de documentação será acionada." #: templates/projects/onboard_detail.html:21 msgid "Build latest version" -msgstr "Compilar versão mais recente" +msgstr "Construir versão mais recente" #: templates/projects/onboard_detail.html:29 msgid "Your documentation is ready to use" @@ -4962,6 +5187,9 @@ msgid "" "date with every commit to your repository, by setting up a webhook." msgstr "" +"Sua documentação foi construído. Certifique-se de que sua documentação seja " +"mantida atualizada com todos os commit no seu repositório, configurando um webhook." #: templates/projects/onboard_detail.html:41 msgid "View your documentation" @@ -4969,7 +5197,7 @@ msgstr "Ver sua documentação" #: templates/projects/onboard_detail.html:46 msgid "Your documentation failed to build" -msgstr "A compilação de sua documentação falhou" +msgstr "A construção de sua documentação falhou" #: templates/projects/onboard_detail.html:50 msgid "" @@ -4978,14 +5206,18 @@ msgid "" "href=\"http://docs.readthedocs.io/page/faq.html\">problems frequently " "encountered during builds." msgstr "" +"Ocorreu um problema ao construir sua documentação, você pode ver o que deu " +"errado na saída da construção. Se precisar de mais ajuda, consulte alguns " +"dos problemas " +"frequentemente encontrados durante as construções." #: templates/projects/onboard_detail.html:59 msgid "View build output" -msgstr "Ver saída da compilação" +msgstr "Ver saída da construção" #: templates/projects/onboard_detail.html:65 msgid "Your documentation is building" -msgstr "Sua documentação está compilando" +msgstr "Sua documentação está sendo construída" #: templates/projects/onboard_detail.html:68 msgid "" @@ -4993,7 +5225,7 @@ msgid "" "project is done building." msgstr "" "Você poderá visualizar sua documentação em um ou dois minutos, após a " -"conclusão da compilação do projeto." +"conclusão da construção do projeto." #: templates/projects/onboard_import.html:5 msgid "Ready to share your documentation" @@ -5006,6 +5238,9 @@ msgid "" "importing one. Not sure how to start documenting your project? Check out the " "Tutorial to learn how." msgstr "" +"Você ainda não possui nenhum projeto, mas pode começar a construir " +"documentação importando um. Não sabe ao certo como começar a documentar seu " +"projeto? Confira o Tutorial para saber como." #: templates/projects/onboard_import.html:19 #, python-format @@ -5013,6 +5248,9 @@ msgid "" "In a hurry? Fork our template project on Github, and import it." msgstr "" +"Está com pressa? Faça um fork nosso " +"projeto modelo no GitHub e importe-" +"o." #: templates/projects/onboard_import.html:25 #: templates/projects/project_dashboard_base.html:53 @@ -5022,29 +5260,32 @@ msgstr "Importar um projeto" #: templates/projects/project_advertising.html:5 #: templates/projects/project_advertising.html:12 msgid "Documentation Advertising" -msgstr "Anúncio de documentação" +msgstr "Anúncio na documentação" #: templates/projects/project_advertising.html:24 msgid "" "We will periodically run advertisements on built documentation pages for " "sponsors, however we have strict guidelines on advertisements:" msgstr "" -"Periodicamente, apresentamos anúncios em páginas de documentação compiladas " -"para patrocinadores, no entanto, temos diretrizes estritas sobre anúncios:" +"Periodicamente, apresentamos anúncios em páginas de documentação construída " +"para patrocinadores, e para isso temos diretrizes estritas:" #: templates/projects/project_advertising.html:32 msgid "We don't give sponsors access to user information." -msgstr "" +msgstr "Não damos aos patrocinadores acesso às informações de usuário." #: templates/projects/project_advertising.html:37 msgid "We only report the number of impressions and number of ad clicks." msgstr "" +"Relatamos apenas o número de impressões e o número de cliques em anúncios" #: templates/projects/project_advertising.html:42 msgid "" "We only allow image and text ads which we host ourselves. There are no " "advertiser-supplied scripts running on Read the Docs." msgstr "" +"Permitimos apenas anúncios em imagens e textos que nós mesmos hospedamos. " +"Não há scripts fornecidos pelo anunciante em execução no Read the Docs." #: templates/projects/project_advertising.html:50 msgid "" @@ -5055,6 +5296,12 @@ msgid "" "community, see our documentation." msgstr "" +"Para obter mais detalhes sobre colocar seu anúncio no Read the Docs, " +"incluindo as proteções de privacidade que implementamos para usuários e anúncios comunitários que apresentamos em nome da " +"comunidade de código aberto, consulte nossa documentação." #: templates/projects/project_advertising.html:59 msgid "Opting out" @@ -5067,6 +5314,9 @@ msgid "" "href=\"%(ads_preferences_url)s\">individual users, we have multiple ways " "for projects to opt out of advertising on Read the Docs." msgstr "" +"Além das preferências de anúncios que temos para usuários individuais, temos diversas " +"maneiras de os projetos optarem por não receber anúncios no Read the Docs." #: templates/projects/project_advertising.html:71 msgid "" @@ -5077,10 +5327,10 @@ msgid "" "resources, and dedicated support." msgstr "" "Se você faz parte de uma empresa que usa o Read the Docs para hospedar a " -"documentação de um produto comercial, considere Read the Docs for Business, que oferece uma " -"experiência totalmente livre de anúncios, repositórios privados, " -"documentação privada, recursos de compilação adicionais e suporte dedicado." +"documentação de um produto comercial, considere usar o Read the Docs for Business, o qual oferece uma " +"experiência totalmente livre de anúncios, com repositórios privados, " +"documentação privada, recursos de construção adicionais e suporte dedicado." #: templates/projects/project_advertising.html:81 #, python-format @@ -5088,6 +5338,8 @@ msgid "" "By becoming a Gold member to Read the Docs, " "you may remove advertising from your projects for all visitors." msgstr "" +"Ao se tornar um membro Gold do Read the " +"Docs, você pode remover anúncios de seus projetos para todos os visitantes." #: templates/projects/project_advertising.html:88 msgid "" @@ -5095,6 +5347,9 @@ msgid "" "advertisements for their projects. Readers will still see community ads " "for open source projects and conferences." msgstr "" +"Os donos de projetos podem optar por " +"desativar anúncios pagos para seus projetos. Os leitores ainda verão " +"anúncios comunitários de projetos e conferências de código aberto." #: templates/projects/project_advertising.html:96 #, python-format @@ -5108,8 +5363,8 @@ msgstr "" "Se você deseja remover completamente anúncio do seu projeto de código " "aberto, mas tanto o Read the Docs for Business quanto nossas assinaturas " "Gold não parecem ser a opção certa, entre em contato para " -"discutir alternativas a anúncio." +"subject=Alternatives%%20to%%20advertising\">entre em contato conosco " +"para discutir alternativas a anúncio." #: templates/projects/project_advertising.html:113 msgid "" @@ -5119,11 +5374,12 @@ msgid "" msgstr "" "Se você é uma empresa que hospeda documentação comercial em nosso site da " "comunidade, não permitimos a remoção de anúncios pagos em sua documentação. " -"Por favor, considere o Read the Docs for Business ou uma assinatura Gold." +"Por favor, considere usar o Read the Docs for Business ou uma assinatura " +"Gold." #: templates/projects/project_advertising.html:122 msgid "Update advertising preference" -msgstr "" +msgstr "Atualizar preferências de anúncios" #: templates/projects/project_create.html:6 msgid "Create a new project" @@ -5155,15 +5411,15 @@ msgstr "Painel de controle do projeto" #: templates/projects/project_dashboard_base.html:20 msgid "Important Versions" -msgstr "Versões Importantes" +msgstr "Versões importantes" #: templates/projects/project_dashboard_base.html:77 msgid "passing" -msgstr "" +msgstr "passando" #: templates/projects/project_dashboard_base.html:79 msgid "failing" -msgstr "" +msgstr "falhando" #: templates/projects/project_dashboard_base.html:112 msgid "Search all docs" @@ -5172,17 +5428,19 @@ msgstr "" #: templates/projects/project_dashboard_base.html:125 #: templates/projects/project_dashboard_base.html:134 msgid "Connect your Accounts" -msgstr "Conectar suas Contas" +msgstr "Conectar suas contas" #: templates/projects/project_dashboard_base.html:128 msgid "" "Have a GitHub account? Connect your account and import your existing " "projects automatically." msgstr "" +"Tem uma conta GitHub? Conecte sua conta e importe seus projetos existentes " +"automaticamente." #: templates/projects/project_dashboard_base.html:144 msgid "Learn More" -msgstr "Saiba Mais" +msgstr "Saiba mais" #: templates/projects/project_dashboard_base.html:146 #, python-format @@ -5190,6 +5448,8 @@ msgid "" "Check out the documentation for Read the Docs. It contains lots of information about how to get the most out of RTD." msgstr "" +"Confira a documentação para Read the Docs. " +"Ela contém muitas informações sobre como aproveitar ao máximo o RTD." #: templates/projects/project_delete.html:4 #: templates/projects/project_delete.html:6 @@ -5205,6 +5465,10 @@ msgid "" "break the URLs of all its subprojects and they will be served normally as " "other projects." msgstr "" +"Este projeto tem subprojetos sob ele. " +"Excluir este projeto fará com que eles se tornem projetos regulares. Isso " +"quebrará as URLs de todos os seus subprojetos e eles serão veiculados " +"normalmente como outros projetos." #: templates/projects/project_delete.html:21 #: templates/projects/project_resync_webhook.html:9 @@ -5226,7 +5490,7 @@ msgstr "Excluir projeto" #: templates/projects/project_edit_base.html:19 msgid "Edit Versions" -msgstr "" +msgstr "Editar versões" #: templates/projects/project_edit_base.html:24 #: templates/projects/projectrelationship_form.html:5 @@ -5249,19 +5513,19 @@ msgstr "Webhooks" #: templates/projects/project_notifications.html:5 #: templates/projects/project_notifications.html:12 msgid "Email Notifications" -msgstr "" +msgstr "Notificações por e-mail" #: templates/projects/project_edit_base.html:30 #: templates/projects/project_traffic_analytics.html:6 #: templates/projects/project_traffic_analytics.html:11 msgid "Traffic Analytics" -msgstr "" +msgstr "Analytics de tráfego" #: templates/projects/project_edit_base.html:31 #: templates/projects/projects_search_analytics.html:6 #: templates/projects/projects_search_analytics.html:11 msgid "Search Analytics" -msgstr "" +msgstr "Analytics de pesquisa" #: templates/projects/project_import.html:6 msgid "Import a Remote Repository" @@ -5352,6 +5616,8 @@ msgstr "Navegar em projetos" #: templates/projects/project_notifications.html:16 msgid "Configure email notifications to be sent on build failures." msgstr "" +"Configura notificações por e-mail para serem recebidas em falhas de " +"construção." #: templates/projects/project_notifications.html:22 #, python-format @@ -5360,6 +5626,9 @@ msgid "" "href=\"%(webhooks_url)s\">Webhooks page if you are looking for your " "webhooks." msgstr "" +"Webhooks foram movidos para sua própria página. Vá para a página de Webhooks se estiver procurando por " +"seus webhooks." #: templates/projects/project_notifications.html:30 msgid "Existing Notifications" @@ -5371,7 +5640,7 @@ msgstr "Remover notificações" #: templates/projects/project_notifications.html:72 msgid "New Email Notifications" -msgstr "Novas notificações de e-mail" +msgstr "Novas notificações por e-mail" #: templates/projects/project_notifications.html:74 #: templates/projects/project_notifications_form.html:16 @@ -5380,10 +5649,8 @@ msgstr "Adicione um endereço e-mail para notificar" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Novas notificações de e-mail" +msgstr "Adicionar notificação por e-mai" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5391,26 +5658,26 @@ msgstr "Ressincronizar" #: templates/projects/project_traffic_analytics.html:21 msgid "Top viewed pages in the past 30 days" -msgstr "" +msgstr "Páginas mais visualizadas nos últimos 30 dias" #: templates/projects/project_traffic_analytics.html:34 #: templates/projects/project_traffic_analytics.html:66 #: templates/projects/projects_search_analytics.html:36 msgid "No data available." -msgstr "" +msgstr "Nenhum dado disponível" #: templates/projects/project_traffic_analytics.html:44 msgid "Daily pageview totals" -msgstr "" +msgstr "Totais diários de visualizações de páginas" #: templates/projects/project_traffic_analytics.html:48 #: templates/projects/projects_search_analytics.html:52 msgid "Download all data" -msgstr "" +msgstr "Baixar todos os dados" #: templates/projects/project_traffic_analytics.html:52 msgid "Not Found (404) pages" -msgstr "" +msgstr "Páginas 404 (não encontradas)" #: templates/projects/project_traffic_analytics.html:75 msgid "" @@ -5420,6 +5687,11 @@ msgid "" "because of caching in the browser or in a CDN.\n" " " msgstr "" +"\n" +" * A forma como rastreamos páginas 404 é em nossa hospedagem back-end.\n" +" É possível que o número de vezes que cada página é visualizada seja " +"subestimado devido ao armazenamento em cache no navegador ou em um CDN.\n" +" " #: templates/projects/project_translations.html:5 msgid "Edit Translations" @@ -5438,6 +5710,8 @@ msgid "" "This project is configured with a " "versioning scheme that doesn't support translations." msgstr "" +"Este projeto está configurado com " +"um esquema de versionamento que não oferece suporte a traduções." #: templates/projects/project_translations.html:30 #: templates/projects/project_translations_form.html:30 @@ -5461,7 +5735,7 @@ msgstr "Traduções existentes" #: templates/projects/project_translations.html:65 msgid "No translations are currently configured" -msgstr "" +msgstr "Nenhuma tradução está configurada atualmente" #: templates/projects/project_translations.html:74 msgid "Choose which project you would like to add as a translation." @@ -5469,10 +5743,8 @@ msgstr "Escolha qual projeto você deseja adicionar como uma tradução." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Traduções" +msgstr "Adicionar tradução" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5489,14 +5761,12 @@ msgstr "" #: templates/projects/project_users.html:49 msgid "Add maintainer" -msgstr "" +msgstr "Adicionar manteedor" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Editar mantenedores" +msgstr "Adicionar mantenedor" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5510,6 +5780,10 @@ msgid "" "submit();\">delete this version's documentation if you want to remove it " "completely." msgstr "" +"Esta versão está inativa, mas sua documentação ainda está disponível online. " +"Você pode excluir a documentação desta versão se quiser removê-la " +"completamente." #: templates/projects/project_version_list.html:24 msgid "Active Versions" @@ -5517,24 +5791,26 @@ msgstr "Versões ativas" #: templates/projects/project_version_list.html:81 msgid "Activate a version" -msgstr "" +msgstr "Ativar uma versão" #: templates/projects/project_version_list.html:82 msgid "" "Active versions are built whenever new code is pushed to that branch or tag." msgstr "" +"Versões ativas são construídas sempre que um novo código é enviado para esse " +"branch ou tag." #: templates/projects/project_version_list.html:93 msgid "Filter Inactive Versions" -msgstr "" +msgstr "Filtrar versões inativas" #: templates/projects/project_version_list.html:122 msgid "Activate" -msgstr "" +msgstr "Ativar" #: templates/projects/project_version_list.html:130 msgid "No versions found" -msgstr "" +msgstr "Nenhuma versão encontrada" #: templates/projects/project_version_list.html:144 #, python-format @@ -5542,11 +5818,13 @@ msgid "" "Showing the first %(max_inactive_versions)s of " "%(total_inactive_versions_count)s inactive versions.." msgstr "" +"Mostrando as primeiras %(max_inactive_versions)s de " +"%(total_inactive_versions_count)s versões inativas.." #: templates/projects/project_version_states_help_text.html:4 #, python-format msgid "Learn more about states here." -msgstr "" +msgstr "Saiba mais sobre estados aqui." #: templates/projects/projectrelationship_form.html:16 msgid "" @@ -5554,6 +5832,9 @@ msgid "" "as your main project. Learn more." msgstr "" +"O uso de subprojetos permite atender vários projetos do mesmo domínio do seu " +"projeto principal. Saiba mais." #: templates/projects/projectrelationship_form.html:28 msgid "Update subproject" @@ -5596,11 +5877,11 @@ msgstr "Nenhum subprojeto está atualmente configurado" #: templates/projects/projects_search_analytics.html:21 msgid "Top queries in the past 30 days" -msgstr "" +msgstr "Principais consultas nos últimos 30 dias" #: templates/projects/projects_search_analytics.html:46 msgid "Daily search totals" -msgstr "" +msgstr "Totais de pesquisas diárias" #: templates/projects/samples/getting_started.rst.html:3 msgid "Here's a place to describe how to get up and running with your project" @@ -5701,6 +5982,11 @@ msgid "" "target=\"_blank\">Read our documentation page about connecting Git providers." "" msgstr "" +"Nesta página, você pode gerenciar a integração com seu(s) provedor(es) Git " +"que permite a importação e configuração automática de seus repositórios. Leia nossa página de documentação sobre como conectar " +"provedores Git." #: templates/socialaccount/connections.html:37 msgid "Active connections" @@ -5734,3 +6020,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.mo b/readthedocs/locale/ru/LC_MESSAGES/django.mo index b059decc250..7c3f8a46f78 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 bd95c9d1f66..2d206a70280 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Roman Paltsev, 2023\n" "Language-Team: Russian (http://app.transifex.com/readthedocs/readthedocs/" @@ -38,8 +38,9 @@ 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/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Версия" @@ -157,39 +158,39 @@ msgstr "Размещено благодаря" msgid "Privacy Policy" msgstr "Политика конфиденциальности" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Неправильное имя проекта \"{0}\": не сгенерирован URL." -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Проект с URL \"{0}\" уже существует." -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект с {slug_name}={value} недействителен в качестве подпроекта" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "Подпроект с таким псевдонимом уже существует" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -218,8 +219,8 @@ msgstr "Ошибка авторизации" msgid "Log out" msgstr "Выйти" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "Приглашение отправлено" @@ -235,8 +236,8 @@ msgstr "Приглашение принято" msgid "Invitation declined" msgstr "Приглашение отклонено" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Пользователь" @@ -248,8 +249,9 @@ msgstr "Идентификатор пользователя" msgid "Username" msgstr "Имя пользователя" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -261,7 +263,7 @@ msgstr "Идентификатор проекта" msgid "Project slug" msgstr "URL проекта" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Организация" @@ -273,7 +275,7 @@ msgstr "Идентификатор организации" msgid "Organization slug" msgstr "URL организации" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Действие" @@ -456,7 +458,7 @@ msgstr "Ветка" msgid "Tag" msgstr "Метка" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Неизв." @@ -480,37 +482,41 @@ msgstr "Версии SemVer" msgid "Custom match" msgstr "Свой подбор" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Активно" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Сборка не удалась" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Состояние" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Любая" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Тип" @@ -518,7 +524,7 @@ msgstr "Тип" msgid "States" msgstr "Состояния" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "Приватность" @@ -535,291 +541,276 @@ msgstr "Поле своего подбора не должно быть пуст msgid "Invalid Python regular expression." msgstr "Неверное регулярное выражение Python." -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Идентификатор" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Подробное наименование" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "URL" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Поддерживается" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "Состояние Pull Request/Merge Request, связанное с данной версией." -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Сформировано" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Загружено" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Уровень приватности" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Уровень приватности для этой версии." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "Скрытая" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "Скрыть эту версию из (всплывающего) меню версий и найти результаты?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Сгенерировано" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "Имеет PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "Имеет ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "Имеет HTML Zip" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Тип документации" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "Тип документации, с которой была сформирована версия." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Версия {version} проекта {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "Статус" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Дата" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Успешно" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Настройки" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Ошибка настройки" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Вывод" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Ошибка" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Коммит" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "URL версии" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "Имя версии" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "Тип версии" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Конфигурация, использованная в сборке" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Длина сборки" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Сборщик" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Холодное хранение" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "Идентификатор задачи Celery" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Собрать {project} для {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Сборка" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Команда" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Вывод команды" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Код завершения команды" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Начальное время" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Конечное время" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "Команда сборки {pk} для сборки {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "Активировать версию" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "Скрыть версию" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "Сделать версию общедоступной" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "Сделать версию приватной" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "Установить версию по умолчанию" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "Удалить версию" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "Приоритет правила" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "Версия активирована" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "Версия скрыта" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "Версия настроена на публичную конфиденциальность" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "Версия настроена на приватную конфиденциальность" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "Версия установлена по умолчанию" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "Версия удалена" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "Соответствующее правило" @@ -937,7 +928,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -981,37 +972,32 @@ msgstr "Идентификатор" msgid "username" msgstr "имя пользователя" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Главная страница" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Посмотреть платное объявление" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" "Если этот флажок не установлен, вы всё равно увидите рекламу сообщества." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" "Подпишитесь на нашу рассылку и получайте полезные предложения по адаптации." -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Внесено в белый список" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Заблокировано" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Профиль %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1067,13 +1053,13 @@ msgstr "Не найдено ни одного проекта." msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Дата публикации" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Дата последнего изменения" @@ -1081,7 +1067,7 @@ msgstr "Дата последнего изменения" msgid "Level" msgstr "Уровень" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1279,25 +1265,20 @@ msgstr "Данные провайдера" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} для {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "Эл. почта" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1484,14 +1465,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Пользователи" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Имя" @@ -1507,51 +1488,51 @@ msgstr "URL изображения аватара" msgid "URL to organization page" msgstr "URL страницы организации" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Подключённая учётная запись" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Полное имя" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Описание проекта" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "URL изображения аватара владельца" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "URL клонирования репозитория" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Приватный репозиторий" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "СКВ" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Имеет права администратора" @@ -1603,50 +1584,50 @@ msgstr "" msgid "Admin" msgstr "Админ" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Команда" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1671,11 +1652,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1734,24 +1715,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "Хэш" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2083,35 +2059,35 @@ msgstr "" msgid "Verify your email address" msgstr "Подтвердите ваш email адрес" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2187,123 +2163,111 @@ msgstr "Живой" msgid "Deleted" msgstr "Удалён" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Общедоступный" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Личный" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2367,78 +2331,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Уже существует перевод “{lang}” для проекта {proj}." -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Длина каждой метки не должна превышать 100 символов." -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" @@ -2454,54 +2422,54 @@ msgstr "" msgid "Alias" msgstr "Псевдоним" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL репозитория" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "URL хостинга репозитория документации" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Тип репозитория" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Домашняя страница проекта" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Домашняя страница проекта" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Канонический URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "URL, с которого ожидается предоставление документации" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Единственная версия" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2512,74 +2480,74 @@ msgstr "" "если точно не планируете в будущем иметь несколько версий вашей " "документации." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Версия по умолчанию" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "На какую версию вашего проекта идёт перенаправление с /" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Ветка по умолчанию" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN включен" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Код для аналитики" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2587,25 +2555,25 @@ msgstr "" "Google Analytics Tracking ID (например, UA-22345342-1). Это " "может замедлить загрузку вашей страницы." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Альтернативный образ контейнера" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Ограничение памяти контейнера" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2613,54 +2581,54 @@ msgstr "" "Ограничение памяти в формате Docker — например: 512m или " "1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "Ограничение времени контейнера в секундах" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "Альтернативный идентификатор очереди сборки" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Разрешить платную рекламу" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" "Если этот флажок не установлен, пользователи всё равно будут видеть рекламу " "сообщества." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Без рекламы" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Показывать предупреждение о версии" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Показывать предупреждения как для нестабильных, так и для не свежих версий." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2668,37 +2636,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Особенные" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Связанные проекты" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Язык" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2706,267 +2674,263 @@ msgstr "" "Язык документации проекта. Обратите внимание: эта настройка влияет на URL " "вашего проекта." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Язык программирования" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "Основной язык программирования, на котором написан проект." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "Сборка проекта была запущена с помощью веб-обработчика" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Данный проект был успешно склонирован" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "В модели должен быть URL" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "Вложенность подпроектов не поддерживается" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Путь" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "создано" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "изменено" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "URL, на которые следует отправлять веб-обработчика" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Домен" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Использовать HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Всегда использовать HTTPS для данного домена" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "Количество посещений этого домена" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3052,19 +3016,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Обновлены настройки проекта" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Проект удалён" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3073,12 +3037,12 @@ msgstr "" "Возникла проблема с вашей учётной записью {service}, попробуйте повторно " "подключить её на странице подключённых служб." -#: projects/views/private.py:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" @@ -3255,131 +3219,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "каталонский" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Английский" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Испанский" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "бразильский португальский" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Норвежский" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Французский" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Русский" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Немецкий" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Галисийский" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Вьетнамский" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "упрощённый китайский" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "традиционный китайский" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Японский" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Украинский" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Итальянский" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Корейский" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3471,7 +3439,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Страница не найдена" @@ -5355,10 +5323,8 @@ msgstr "Добавить адрес e-mail для получения уведо #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Новые уведомления на электронную почту" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5443,10 +5409,8 @@ msgstr "Выберите, который из проектов вы хотите #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Переводы" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5467,10 +5431,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Редактировать кураторов" +msgstr "" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5714,3 +5676,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.mo b/readthedocs/locale/sk/LC_MESSAGES/django.mo index ad2efcfae07..facb269fd9c 100755 Binary files a/readthedocs/locale/sk/LC_MESSAGES/django.mo and b/readthedocs/locale/sk/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index d517947510d..b0ad2b6b38e 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Veronika Kabatova , 2015\n" "Language-Team: Slovak (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,8 +22,9 @@ 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/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Verzia" @@ -141,39 +142,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -202,8 +203,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -219,8 +220,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Používateľ" @@ -232,8 +233,9 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -245,7 +247,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Organizácia" @@ -257,7 +259,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -440,7 +442,7 @@ msgstr "Vetva" msgid "Tag" msgstr "" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Neznámy" @@ -464,37 +466,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Aktívny" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Stav" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Typ" @@ -502,7 +508,7 @@ msgstr "Typ" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -519,291 +525,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Identifikátor" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Dlhý názov" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Slug" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Podporovaný" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Odoslaný" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Úroveň súkromia" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Úroveň súkromia pre túto verziu" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Typ dokumentácie" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Dátum" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Úspech" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Nastavenia" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Chyba pri nastavení" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Výstup" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Chyba" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -921,7 +912,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -965,35 +956,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Domovská stránka" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s's profil" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1046,13 +1032,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Dátum zverejnenia" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Dátum úpravy" @@ -1060,7 +1046,7 @@ msgstr "Dátum úpravy" msgid "Level" msgstr "" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1250,25 +1236,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1455,14 +1436,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Užívatelia" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Názov" @@ -1478,51 +1459,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Meno a priezvisko" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "" @@ -1572,50 +1553,50 @@ msgstr "" msgid "Admin" msgstr "Administrátor" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1640,11 +1621,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1703,24 +1684,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2052,35 +2028,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2156,123 +2132,111 @@ msgstr "" msgid "Deleted" msgstr "Vymazaný" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Verejný" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Súkromný" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2336,78 +2300,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2423,202 +2391,202 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL Repozitára" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Typ repozitára" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Domovská stránka projektu" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Štandardná verzia" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Verzia projektu, na ktorý sa adresa / presmeruje" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Štandardná vetva" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2626,303 +2594,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Jazyk" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Model musí mať slug" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Cesta" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3006,31 +2970,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3204,131 +3168,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Anglicky" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Španielsky" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francúzština" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Ruština" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Nemčina" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamčina" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japončina" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrajinčina" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3420,7 +3388,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5209,10 +5177,8 @@ msgstr "Pridajte emailovú adresu pre upozornenia" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Nové emailové upozornenia" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5317,10 +5283,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Upraviť Správcov" +msgstr "" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5551,3 +5515,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.mo b/readthedocs/locale/tr/LC_MESSAGES/django.mo index 352a07a9019..3edd7080c90 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 16efb944621..41cdc190de0 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: BouRock, 2020\n" "Language-Team: Turkish (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,8 +21,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Sürüm" @@ -140,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "Gizlilik İlkesi" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -201,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -218,8 +219,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Kullanıcı" @@ -231,8 +232,9 @@ msgstr "" msgid "Username" msgstr "Kullanıcı adı" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Proje" @@ -244,7 +246,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Kuruluş" @@ -256,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -439,7 +441,7 @@ msgstr "Dal" msgid "Tag" msgstr "Etiket" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Bilinmiyor" @@ -463,37 +465,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Etkin" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Oluşturma başarısız oldu" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Durum" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Tür" @@ -501,7 +507,7 @@ msgstr "Tür" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -518,291 +524,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Tanımlayıcı" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Ayrıntılı Adı" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Başlık Bilgisi" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Destekleniyor" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Oluşturuldu" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Gönderildi" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Gizlilik Seviyesi" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Bu Sürüm için gizlilik seviyesi." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Makine Oluşturuldu" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Belgelendirme türü" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "{project} projesinin sürümü {version} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Tarih" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Başarılı" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Kurulum" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Kurulum hatası" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Çıktı" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Hata" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "İşle" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Oluşturmada kullanılan yapılandırma" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Oluşturma Uzunluğu" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "Oluşturucu" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "Uzak Depolama" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "{usernames} için {project} projesini oluştur ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Oluştur" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Komut" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Komut çıktısı" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Komut çıkış kodu" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Başlama zamanı" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Bitiş zamanı" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "{build} oluşturması için oluşturma komutu {pk}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -920,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -964,35 +955,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Anasayfa" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "Ücretli reklamlara bakın" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "Eğer işaretlenmediyse, hala topluluk reklamlarını göreceksiniz." -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Beyaz listede" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "Yasaklandı" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s kullanıcısının profili" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1045,13 +1031,13 @@ msgstr "Bulunan proje yok." msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Yayımlanma tarihi" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Değiştirilme tarihi" @@ -1059,7 +1045,7 @@ msgstr "Değiştirilme tarihi" msgid "Level" msgstr "Seviye" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1254,25 +1240,20 @@ msgstr "Sağlayıcı verileri" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{1} için {0}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1459,14 +1440,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Kullanıcılar" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Adı" @@ -1482,51 +1463,51 @@ msgstr "Avatar resim URL'si" msgid "URL to organization page" msgstr "Kuruluş sayfası URL'si" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "Bağlı hesap" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Tam Adı" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "Projenin tanımı" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "Sahibinin avatar resim URL'si" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "Depo kopya URL'si" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "Özel depo" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "Yönetici yetkisine sahip" @@ -1578,50 +1559,50 @@ msgstr "" msgid "Admin" msgstr "Yönetici" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "Takım" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1646,11 +1627,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1709,24 +1690,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2058,35 +2034,35 @@ msgstr "" msgid "Verify your email address" msgstr "E-posta adresinizi doğrulayın" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2162,123 +2138,111 @@ msgstr "Canlı" msgid "Deleted" msgstr "Silindi" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Ortak" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Özel" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2342,78 +2306,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, 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:529 +#: projects/forms.py:526 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:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1073 +#: projects/forms.py:1070 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:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" @@ -2429,54 +2397,54 @@ msgstr "" msgid "Alias" msgstr "Kod adı" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "Depo URL'si" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "Barındırılan belgelendirme deposu URL'si" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Depo türü" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "Proje anasayfası" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Projenin anasayfası" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Kurallı URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "Belgelendirmenin sunulmasının beklendiği URL" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Tek sürüm" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2486,74 +2454,74 @@ msgstr "" "sunulan \"en son\" sürümünüz vardır. Bunu dikkatli kullanın, bunu sadece " "belgelerinizin birden çok sürümü hiçbir zaman olmayacaksa açın." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Varsayılan sürüm" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Projenizin / işaretinin yönlendirdiği sürümü" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Varsayılan dal" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN Etkinleştirildi" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Çözümleme kodu" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2561,25 +2529,25 @@ msgstr "" "Google Analytics İzleme Kimliği (ör. UA-22345342-1). Bu, sayfa " "yüklemelerinizi yavaşlatabilir." -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "Alternatif kapsayıcı resmi" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "Kapsayıcı bellek sınırı" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2587,52 +2555,52 @@ msgstr "" "Docker biçiminde bellek sınırı -- örnek: 512m veya 1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "Saniye olarak kapsayıcı zaman sınırı" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "Alternatif oluşturma kuyruğu kimliği" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "Ücretli reklamlara izin verin" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" "Eğer işaretlenmediyse, kullanıcılar hala topluluk reklamlarını görecek." -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "Reklamsız" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "Sürüm uyarısını göster" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "Kararlı olmayan ne de en son sürümlerde uyarı afişi göster." -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2640,304 +2608,300 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Öne Çıkanlar" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "İlgili projeler" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Dil" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "Proje belgelendirmede işlenen dil. Not: bu, projenizin URL'sini etkiler." -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Programlama Dili" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "Projenin yazıldığı birincil programlama dili." -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "Bu proje bir web kancası ile oluşturuldu" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "Bu proje başarılı olarak kopyalandı" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Model başlık bilgisine sahip olmak zorundadır" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "Alt proje iç içe geçme desteklenmiyor" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Yol" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "Web kancasının göndereceği URL" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "Etki Alanı" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "HTTPS kullan" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "Bu etki alanı için her zaman HTTPS kullan" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "Bu etki alanına kaç kez uğrandığının sayısı" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3021,19 +2985,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "Proje ayarları güncellendi" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "Proje silindi" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3042,12 +3006,12 @@ 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" @@ -3222,131 +3186,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katalanca" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "İngilizce" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "İspanyolca" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brezilya Portekizcesi" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norveççe Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Fransızca" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Rusça" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Almanca" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galiçyaca" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamca" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Geleneksel Çince" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonca" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukraynaca" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "İtalyanca" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Korece" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3438,7 +3406,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Labirent Bulundu" @@ -5285,10 +5253,8 @@ msgstr "Bildirmek için bir e-posta adresi ekleyin" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "Yeni E-posta Bildirimleri" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5373,10 +5339,8 @@ msgstr "Bir çeviri olarak eklemek istediğiniz projeyi seçin." #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Çeviriler" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5397,10 +5361,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "Bakımcıları Düzenle" +msgstr "Bakımcı Ekle" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5641,3 +5603,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.mo b/readthedocs/locale/uk/LC_MESSAGES/django.mo index ec895be1381..aa712f3da46 100755 Binary files a/readthedocs/locale/uk/LC_MESSAGES/django.mo and b/readthedocs/locale/uk/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index e7fe9a0c53f..b540a800f0f 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Anna Zhirnova, 2023\n" "Language-Team: Ukrainian (http://app.transifex.com/readthedocs/readthedocs/" @@ -29,8 +29,9 @@ 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/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Версія:" @@ -148,39 +149,39 @@ msgstr "Організовано" msgid "Privacy Policy" msgstr "Політика конфіденційності" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Недійсна назва проекту \"{0}\": слаг не створено." -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Проект зі слагом \"{0}\" вже існує." -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект із {slug_name}={value} недійсний як підпроект" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "Підпроект із цим псевдонімом уже існує" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -209,8 +210,8 @@ msgstr "Помилка автентифікації" msgid "Log out" msgstr "Вийти" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "Запрошення надіслане" @@ -226,8 +227,8 @@ msgstr "Запрошення прийняте" msgid "Invitation declined" msgstr "Запрошення відхилено" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Користувач" @@ -239,8 +240,9 @@ msgstr "Ідентифікатор користувача" msgid "Username" msgstr "Ім'я користувача" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -252,7 +254,7 @@ msgstr "Ідентифікатор проекту" msgid "Project slug" msgstr "Слаг проекту" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Організація" @@ -264,7 +266,7 @@ msgstr "ідентифікатор організації" msgid "Organization slug" msgstr "Слаг Організації" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "Дія" @@ -449,7 +451,7 @@ msgstr "Гілка" msgid "Tag" msgstr "Тег" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Невідомий" @@ -473,37 +475,41 @@ msgstr "Версії SemVer" msgid "Custom match" msgstr "Спеціальний збіг" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Активний" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "Білд успішний" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Білд невдався" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "Нормальний" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "Запит на витяг/злиття" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Стан" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Будь-що" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Тип" @@ -511,7 +517,7 @@ msgstr "Тип" msgid "States" msgstr "Стани" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "Конфіденційність" @@ -528,296 +534,281 @@ msgstr "Користувацький збіг не має бути порожн msgid "Invalid Python regular expression." msgstr "Недійсний регулярний вираз Python." -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Ідентифікатор" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Детальне ім’я" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "Слаг" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Підтримується" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "Стан PR/MR, пов’язаного з цією версією." -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Збудований" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Завантажено" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Рівень конфіденційності" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Рівень конфіденційності для цієї версії." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "Прихований" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" "Приховати цю версію в меню версій (спливаючому меню) і результатах пошуку?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "Машина створена" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "Є PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "Має ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "Має HTML Zip" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Тип документації" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "Тип документації, з якою створено версію." -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" "Дані, згенеровані під час збирання за допомогою doctool (`readthedocs-build." "yaml`)." -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "Версія {version} {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "Статус" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Дата" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Успішно" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Установка" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Помилка установки" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Вивід" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Помилка" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "Здійснити" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "Слаг версії" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "Ім'я версії" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "Тип версії" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "Конфігурація, використана в збірці" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" "Шлях до файлу конфігурації спеціальної збірки, який використовується в цій " "збірці" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "Довжина збірки" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "холодне зберігання" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "Ідентифікатор завдання із селери" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "Створіть {project} для {usernames} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "Будувати" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "Команда" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "Вивід команди" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "Код виходу команди" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "Час початку" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "Час закінчення" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -935,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "URL" @@ -979,35 +970,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Домашня сторінка" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Перенесено в білий список" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "профіль користувача %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1060,13 +1046,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Дата публікації" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Модифікована дата" @@ -1074,7 +1060,7 @@ msgstr "Модифікована дата" msgid "Level" msgstr "Рівень" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1264,25 +1250,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1469,14 +1450,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "Користувачі" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Ім’я" @@ -1492,51 +1473,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Повне Ім'я" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "" @@ -1586,50 +1567,50 @@ msgstr "" msgid "Admin" msgstr "Адмін" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1654,11 +1635,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1717,24 +1698,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2066,35 +2042,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2170,123 +2146,111 @@ msgstr "Наживо" msgid "Deleted" msgstr "Видалено" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Загальнодоступно" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Приватно" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2350,78 +2314,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2437,54 +2405,54 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL репозиторію" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Тип сховища" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Домашня сторінка проекту" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "Канонічний URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Єдина версія" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2495,148 +2463,148 @@ msgstr "" "пересторогою, активуйте тільки якщо ви ніколи не будете мати чисельні " "версії ваших документів." -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Версія за замовчуванням" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Версія проекту на яку перенаправляє /" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Гілка за замовчуванням" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Код аналітики" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2644,303 +2612,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Обране" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Пов’язані проекти" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Мова" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "Мова програмування" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Модель повинна мати slug" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Шлях" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "Створено" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "Модифіковано" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "Використовувати HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3024,31 +2988,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3222,131 +3186,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Каталонська" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Англійська" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Іспанська" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Норвезька (букмол)" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Французька" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Російська" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Німецька" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Галісійська" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "В’єтнамська" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Японська" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Українська" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Італійська" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Корейська" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3438,7 +3406,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "Знайдено лабіринт" @@ -5313,10 +5281,8 @@ msgstr "" #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "Переклади" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5567,3 +5533,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.mo b/readthedocs/locale/vi_VN/LC_MESSAGES/django.mo index 6704d69d3d7..41feb827f10 100755 Binary files a/readthedocs/locale/vi_VN/LC_MESSAGES/django.mo and b/readthedocs/locale/vi_VN/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index 8f98f5b2efa..a07150c5e98 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Xuân Sâm Đinh , 2016\n" "Language-Team: Vietnamese (Viet Nam) (http://app.transifex.com/readthedocs/" @@ -21,8 +21,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "Phiên bản" @@ -140,39 +141,39 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -201,8 +202,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -218,8 +219,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "Người sử dụng" @@ -231,8 +232,9 @@ msgstr "" msgid "Username" msgstr "" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "Dự án" @@ -244,7 +246,7 @@ msgstr "" msgid "Project slug" msgstr "" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "Tổ chức" @@ -256,7 +258,7 @@ msgstr "" msgid "Organization slug" msgstr "" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -439,7 +441,7 @@ msgstr "Nhánh" msgid "Tag" msgstr "Tag" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "Không rõ" @@ -463,37 +465,41 @@ msgstr "" msgid "Custom match" msgstr "" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "Đang hoạt động" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "Trạng thái" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "Bất kỳ" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "Kiểu" @@ -501,7 +507,7 @@ msgstr "Kiểu" msgid "States" msgstr "" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "" @@ -518,291 +524,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "Định danh" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "Tên chi tiết" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "Không hỗ trợ" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "Đã được xây dựng" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "Đã được tải lên" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "Mức độ bảo mật" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "Mức độ bảo mật cho phiên bản này." -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "Kiểu tài liệu" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "Ngày tháng" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "Thành công" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "Cài đặt" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "Lỗi cài đặt" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "Đầu ra" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "Lỗi" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -920,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -964,35 +955,30 @@ msgstr "" msgid "username" msgstr "" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "Trang chủ" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "Đã được cho phép" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "Hồ sơ của %(username)s" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1045,13 +1031,13 @@ msgstr "" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "Ngày xuất bản" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "Ngày thay đổi" @@ -1059,7 +1045,7 @@ msgstr "Ngày thay đổi" msgid "Level" msgstr "" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1249,25 +1235,20 @@ msgstr "" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1454,14 +1435,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "Tên" @@ -1477,51 +1458,51 @@ msgstr "" msgid "URL to organization page" msgstr "" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "Tên đầy đủ" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "" @@ -1571,50 +1552,50 @@ msgstr "" msgid "Admin" msgstr "" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1639,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1702,24 +1683,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2051,35 +2027,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2155,123 +2131,111 @@ msgstr "" msgid "Deleted" msgstr "Đã xóa" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "Công cộng" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "Riêng tư" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2335,78 +2299,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2422,202 +2390,202 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "URL của kho" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "Kiểu repository" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "Trang chủ của dự án" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "Phiên bản đơn lẻ" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " "you will never have multiple versions of your docs." msgstr "" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "Phiên bản mặc định" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "Phiên bản mà / trỏ tới" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "Nhánh mặc định" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "Mã Analytics" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2625,303 +2593,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "Tính năng" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "Các dự án liên quan" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "Ngôn ngữ" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "Đường dẫn" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3005,31 +2969,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, 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:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3203,131 +3167,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Tiếng Anh" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Tiếng Việt" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Tiếng Nhật" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Tiếng Ukcraina" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3419,7 +3387,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5541,3 +5509,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo b/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo index b43b04658a9..312edd16e83 100755 Binary files a/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo and b/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index 6ac864c2f7d..57bcc6a4d87 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: JY3, 2022-2023\n" "Language-Team: Chinese (China) (http://app.transifex.com/readthedocs/" @@ -44,8 +44,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "版本" @@ -163,39 +164,39 @@ msgstr "托管于" msgid "Privacy Policy" msgstr "隐私政策" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "无效的项目名称「{0}」:未生成网址标识。" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "网址标识为「{0}」的项目已存在。" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "带有 {slug_name}={value} 的项目不能作为子项目。" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "存在具有此名称的子项目" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -224,8 +225,8 @@ msgstr "认证失败" msgid "Log out" msgstr "退出登录" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "" @@ -241,8 +242,8 @@ msgstr "" msgid "Invitation declined" msgstr "" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "用户" @@ -254,8 +255,9 @@ msgstr "用户 ID" msgid "Username" msgstr "用户名" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "项目" @@ -267,7 +269,7 @@ msgstr "项目 ID" msgid "Project slug" msgstr "项目网址标识" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "组织" @@ -279,7 +281,7 @@ msgstr "组织 ID" msgid "Organization slug" msgstr "组织网址标识" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "" @@ -462,7 +464,7 @@ msgstr "分支" msgid "Tag" msgstr "标签" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "未知" @@ -486,37 +488,41 @@ msgstr "语义化版本(SemVer)" msgid "Custom match" msgstr "自定义匹配" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "激活" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "构建失败" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "状态" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "任何" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "类型" @@ -524,7 +530,7 @@ msgstr "类型" msgid "States" msgstr "状态" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "隐私" @@ -541,291 +547,276 @@ msgstr "自定义匹配内容不应当为空。" msgid "Invalid Python regular expression." msgstr "无效的 Python 正则表达式。" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "标识符" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "长名称" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "网址标识" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "支持" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "与此版本相关的 PR/MR 状态。" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "构建" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "已上传" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "隐私级别" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "此版本的隐私级别。" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "隐藏" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "从项目菜单(弹出)以及搜索结果中隐藏这个版本?" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "由机器创建" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "存在PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "存在ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "存在HTML Zip" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "文档类型" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "构建版本时使用的文档类型。" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "版本 {version} {project} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "状态" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "日期" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "成功" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "安装" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "安装错误" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "输出" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "错误" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "退出码" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "提交" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "版本网址标识" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "项目名称" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "项目类型" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "在构建中使用的配置" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "构建长度" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "构建者" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "冷存储" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "为 {usernames} 构建 {project} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "构建" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "命令" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "命令输出" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "命令退出码" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "开始时间" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "结束时间" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "构建命令 {pk} 为了构建 {build}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -943,7 +934,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "" @@ -987,35 +978,30 @@ msgstr "ID" msgid "username" msgstr "用户名" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "主页" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "显示付费广告" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "如果未选中的话,你仍然会看到社区广告。" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "已列入白名单" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "禁用的" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s 的资料" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1068,13 +1054,13 @@ msgstr "没有项目" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "发布日期" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "修改日期" @@ -1082,7 +1068,7 @@ msgstr "修改日期" msgid "Level" msgstr "级别" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1272,25 +1258,20 @@ msgstr "提供者数据" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "{0} for {1}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1477,14 +1458,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "用户" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "名称" @@ -1500,51 +1481,51 @@ msgstr "头像 URL" msgid "URL to organization page" msgstr "指向组织页面的URL" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "已连接的账号" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "全名" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "项目描述" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "所有者的头像URL" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH URL" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "仓库克隆URL" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML URL" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "使用私有仓库" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "vcs" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "拥有管理员权限" @@ -1594,50 +1575,50 @@ msgstr "" msgid "Admin" msgstr "管理" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "团队" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1662,11 +1643,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1725,24 +1706,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "团队" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "哈希值" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2075,35 +2051,35 @@ msgstr "" msgid "Verify your email address" msgstr "验证你的邮箱地址" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2179,123 +2155,111 @@ msgstr "Live" msgid "Deleted" msgstr "已删除" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "公开" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "私有" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2359,78 +2323,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "每个标签的长度必须小于等于 100 个字符。" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2446,54 +2414,54 @@ msgstr "" msgid "Alias" msgstr "别名" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "代码库地址" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "托管文档仓库 URL" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "代码库类型" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "项目主页" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "项目的主页" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "官方网址" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "访问文档的URL" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "单一版本" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2502,74 +2470,74 @@ msgstr "" "单一版本的站点不含多个翻译版本,只有一个「latest」版本,使用根域名进行托管。" "请谨慎使用,仅在您的文档永远不会用到多版本时使用它。" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "默认版本" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "访问项目根目录时重定向的目标版本" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "默认分支" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "CDN 已启用" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "分析代码" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2577,75 +2545,75 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). 这将减慢你的页" "面加载速度。" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "备选容器镜像" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "容器内存限制" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 格式的内存限制 -- 例: 512m or 1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "容器的时间限制秒数" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "备用构建的队列id" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "允许已付费广告" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "如果未选中的话,你仍然会看到社区广告。" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "去广告" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非 stable(稳定)或 latest(最新)版本中展示警告横幅。" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2653,303 +2621,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "精选" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "相关项目" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "语言" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "该项目的文档所呈现的语言。注意:这影响您的项目的 URL。" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "编程语言" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "项目使用的主要编程语言" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "项目构建同时包含webhook" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "此项目已成功被克隆" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Model 必须包含 slug" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "不支持嵌套子项目" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "路径" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "创建的" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "修改的" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "发送 webhook 到" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "域" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "此域访问次数" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3033,19 +2997,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "项目设置已更新" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "项目已删除" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3054,12 +3018,12 @@ msgstr "" "您的 {service} 账号出现了问题,尝试重新连接 已连接服务页面" "上的账号。" -#: projects/views/private.py:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" @@ -3233,131 +3197,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "加泰罗尼亚语" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "英语" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "西班牙语" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙语" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "挪威语" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "法语" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "俄语" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "德语" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "加利西亚语" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "越南语" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "简体中文" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "繁体中文" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "日语" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "乌克兰语" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "意大利语" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "韩语" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3449,7 +3417,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "未找到" @@ -5252,10 +5220,8 @@ msgstr "添加一个要被通知的电子邮件地址" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "新建电子邮件通知" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5338,10 +5304,8 @@ msgstr "请选择您希望将哪个项目添加为翻译版本。" #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "翻译" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5361,10 +5325,8 @@ msgstr "" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Edit Maintainers" msgid "Add Maintainer" -msgstr "编辑维护者" +msgstr "" #: templates/projects/project_version_detail.html:16 #, python-format @@ -5596,3 +5558,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo b/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo index 148ddb9a3f1..d2633f6a9ab 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 e27ef5d7527..8db2a7f5c8d 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-04-09 14:51+0000\n" +"POT-Creation-Date: 2024-06-11 14:31+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Cheng-Chia Tseng , 2023\n" "Language-Team: Chinese (Taiwan) (http://app.transifex.com/readthedocs/" @@ -30,8 +30,9 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:719 projects/models.py:1468 -#: search/models.py:28 templates/base.html:266 +#: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 +#: projects/filters.py:196 projects/models.py:1473 search/models.py:27 +#: templates/base.html:266 msgid "Version" msgstr "版本" @@ -149,39 +150,39 @@ msgstr "主機架設方" msgid "Privacy Policy" msgstr "隱私權政策" -#: api/v3/serializers.py:589 +#: api/v3/serializers.py:625 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:593 +#: api/v3/serializers.py:629 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:816 +#: api/v3/serializers.py:859 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:824 projects/forms.py:572 +#: api/v3/serializers.py:867 projects/forms.py:569 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:967 +#: api/v3/serializers.py:1010 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:973 +#: api/v3/serializers.py:1016 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:979 +#: api/v3/serializers.py:1022 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -210,8 +211,8 @@ msgstr "" msgid "Log out" msgstr "" -#: audit/models.py:91 organizations/views/private.py:147 -#: organizations/views/private.py:212 projects/views/private.py:460 +#: audit/models.py:91 organizations/views/private.py:146 +#: organizations/views/private.py:211 projects/views/private.py:498 msgid "Invitation sent" msgstr "邀請已送出" @@ -227,8 +228,8 @@ msgstr "邀請已接受" msgid "Invitation declined" msgstr "邀請已拒絕" -#: audit/models.py:116 core/models.py:21 gold/models.py:33 -#: projects/models.py:248 +#: audit/models.py:116 core/models.py:20 gold/models.py:33 +#: projects/models.py:245 msgid "User" msgstr "使用者" @@ -240,8 +241,9 @@ msgstr "使用者 ID" msgid "Username" msgstr "使用者名稱" -#: audit/models.py:138 builds/models.py:96 builds/models.py:713 -#: organizations/filters.py:134 projects/models.py:1462 redirects/models.py:48 +#: audit/models.py:138 builds/models.py:95 builds/models.py:705 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1467 +#: redirects/models.py:48 msgid "Project" msgstr "專案" @@ -253,7 +255,7 @@ msgstr "專案 ID" msgid "Project slug" msgstr "專案 Slug 名稱" -#: audit/models.py:160 oauth/models.py:120 organizations/filters.py:98 +#: audit/models.py:160 oauth/models.py:117 organizations/filters.py:93 msgid "Organization" msgstr "組織單位" @@ -265,7 +267,7 @@ msgstr "組織單位 ID" msgid "Organization slug" msgstr "組織單位 Slug 名稱" -#: audit/models.py:180 builds/models.py:1232 +#: audit/models.py:180 builds/models.py:1208 msgid "Action" msgstr "動作" @@ -448,7 +450,7 @@ msgstr "分支" msgid "Tag" msgstr "標記" -#: builds/constants.py:56 projects/constants.py:406 +#: builds/constants.py:56 projects/constants.py:399 msgid "Unknown" msgstr "未知" @@ -472,37 +474,41 @@ msgstr "SemVer 版本" msgid "Custom match" msgstr "自訂比對" -#: builds/filters.py:26 builds/models.py:139 +#: builds/filters.py:27 builds/models.py:137 msgid "Active" msgstr "啟用" -#: builds/filters.py:27 +#: builds/filters.py:28 msgid "Build successful" msgstr "建置成功" -#: builds/filters.py:28 projects/models.py:1570 +#: builds/filters.py:29 projects/models.py:1572 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "建置失敗" -#: builds/filters.py:34 +#: builds/filters.py:35 msgid "Normal" msgstr "一般" -#: builds/filters.py:35 +#: builds/filters.py:36 msgid "Pull/merge request" msgstr "拉取/合併請求" -#: builds/filters.py:41 builds/models.py:141 builds/models.py:735 +#: builds/filters.py:42 projects/filters.py:197 +msgid "All versions" +msgstr "" + +#: builds/filters.py:48 builds/models.py:139 builds/models.py:727 msgid "State" msgstr "狀態" -#: builds/filters.py:43 builds/filters.py:49 projects/filters.py:183 -#: projects/filters.py:193 +#: builds/filters.py:50 builds/filters.py:56 projects/filters.py:208 +#: projects/filters.py:218 msgid "Any" msgstr "任何" -#: builds/filters.py:47 builds/models.py:101 builds/models.py:725 +#: builds/filters.py:54 builds/models.py:100 builds/models.py:717 msgid "Type" msgstr "類型" @@ -510,7 +516,7 @@ msgstr "類型" msgid "States" msgstr "狀態" -#: builds/forms.py:53 projects/filters.py:181 +#: builds/forms.py:53 projects/filters.py:206 msgid "Privacy" msgstr "隱私權" @@ -527,291 +533,276 @@ msgstr "" msgid "Invalid Python regular expression." msgstr "無效的 Python 常規表達式。" -#: builds/models.py:115 +#: builds/models.py:113 msgid "Identifier" msgstr "識別碼" -#: builds/models.py:122 +#: builds/models.py:120 msgid "Verbose Name" msgstr "詳細名稱" -#: builds/models.py:129 oauth/models.py:32 organizations/models.py:50 -#: projects/models.py:253 +#: builds/models.py:127 oauth/models.py:32 organizations/models.py:50 +#: projects/models.py:250 msgid "Slug" msgstr "動態資料欄位" -#: builds/models.py:137 +#: builds/models.py:135 msgid "Supported" msgstr "已支援" -#: builds/models.py:146 +#: builds/models.py:144 msgid "State of the PR/MR associated to this version." msgstr "" -#: builds/models.py:148 +#: builds/models.py:146 msgid "Built" msgstr "建置" -#: builds/models.py:153 +#: builds/models.py:151 msgid "Uploaded" msgstr "已上傳" -#: builds/models.py:156 projects/models.py:480 +#: builds/models.py:154 projects/models.py:477 msgid "Privacy Level" msgstr "隱私等級" -#: builds/models.py:160 +#: builds/models.py:158 msgid "Level of privacy for this Version." msgstr "該版本的隱私等級。" -#: builds/models.py:163 +#: builds/models.py:161 msgid "Hidden" msgstr "已隱藏" -#: builds/models.py:166 +#: builds/models.py:164 msgid "Hide this version from the version (flyout) menu and search results?" msgstr "" -#: builds/models.py:169 +#: builds/models.py:167 msgid "Machine Created" msgstr "已建立機器" -#: builds/models.py:172 +#: builds/models.py:170 msgid "Has PDF" msgstr "有 PDF" -#: builds/models.py:173 +#: builds/models.py:171 msgid "Has ePub" msgstr "有 ePub" -#: builds/models.py:174 +#: builds/models.py:172 msgid "Has HTML Zip" msgstr "有 HTML Zip" -#: builds/models.py:177 projects/models.py:563 +#: builds/models.py:175 projects/models.py:560 msgid "Documentation type" msgstr "文件類型" -#: builds/models.py:181 +#: builds/models.py:179 msgid "Type of documentation the version was built with." msgstr "" -#: builds/models.py:185 +#: builds/models.py:183 msgid "Data generated at build time by the doctool (`readthedocs-build.yaml`)." msgstr "" -#: builds/models.py:192 +#: builds/models.py:190 msgid "Inject new addons js library for this version" msgstr "" -#: builds/models.py:214 -#, python-brace-format -msgid "Version {version} of {project} ({pk})" -msgstr "{project} 的版本 {version} ({pk})" - -#: builds/models.py:747 +#: builds/models.py:739 msgid "Status" msgstr "" -#: builds/models.py:754 integrations/models.py:145 +#: builds/models.py:746 integrations/models.py:145 msgid "Date" msgstr "日期" -#: builds/models.py:755 +#: builds/models.py:747 msgid "Success" msgstr "成功" -#: builds/models.py:760 +#: builds/models.py:752 msgid "Setup" msgstr "安裝" -#: builds/models.py:761 +#: builds/models.py:753 msgid "Setup error" msgstr "安裝錯誤" -#: builds/models.py:762 +#: builds/models.py:754 msgid "Output" msgstr "輸出" -#: builds/models.py:763 templates/builds/build_detail.html:261 +#: builds/models.py:755 templates/builds/build_detail.html:261 msgid "Error" msgstr "錯誤" -#: builds/models.py:764 +#: builds/models.py:756 msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:769 projects/models.py:1479 +#: builds/models.py:761 projects/models.py:1484 msgid "Commit" msgstr "送交" -#: builds/models.py:775 +#: builds/models.py:767 msgid "Version slug" msgstr "版本 Slug 名稱" -#: builds/models.py:781 +#: builds/models.py:773 msgid "Version name" msgstr "版本名稱" -#: builds/models.py:787 builds/models.py:1245 +#: builds/models.py:779 builds/models.py:1221 msgid "Version type" msgstr "版本類型" -#: builds/models.py:794 +#: builds/models.py:786 msgid "Configuration used in the build" msgstr "該建置使用的組態" -#: builds/models.py:799 +#: builds/models.py:791 msgid "Custom build configuration file path used in this build" msgstr "" -#: builds/models.py:807 +#: builds/models.py:799 msgid "Build Length" msgstr "建置長度" -#: builds/models.py:810 +#: builds/models.py:802 msgid "Builder" msgstr "產生器" -#: builds/models.py:817 +#: builds/models.py:809 msgid "Cold Storage" msgstr "冷儲存" -#: builds/models.py:823 +#: builds/models.py:815 msgid "Celery task id" msgstr "Celery 工作事項 ID" -#: builds/models.py:945 -#, python-brace-format -msgid "Build {project} for {usernames} ({pk})" -msgstr "為 {usernames} 建置 {project} ({pk})" - -#: builds/models.py:1143 +#: builds/models.py:1124 msgid "Build" msgstr "建置" -#: builds/models.py:1148 +#: builds/models.py:1129 msgid "Command" msgstr "命令" -#: builds/models.py:1149 builds/models.py:1209 oauth/models.py:133 -#: organizations/models.py:64 projects/models.py:255 redirects/models.py:106 +#: builds/models.py:1130 builds/models.py:1185 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:1150 +#: builds/models.py:1131 msgid "Command output" msgstr "命令輸出" -#: builds/models.py:1151 +#: builds/models.py:1132 msgid "Command exit code" msgstr "命令結束代碼" -#: builds/models.py:1153 +#: builds/models.py:1134 msgid "Start time" msgstr "開始時間" -#: builds/models.py:1154 +#: builds/models.py:1135 msgid "End time" msgstr "結束時間" #: builds/models.py:1163 -#, python-brace-format -msgid "Build command {pk} for build {build}" -msgstr "從產生器 {build} 產生命令 {pk}" - -#: builds/models.py:1187 msgid "Activate version" msgstr "啟用版本" -#: builds/models.py:1188 +#: builds/models.py:1164 msgid "Hide version" msgstr "隱藏版本" -#: builds/models.py:1189 +#: builds/models.py:1165 msgid "Make version public" msgstr "讓版本公開" -#: builds/models.py:1190 +#: builds/models.py:1166 msgid "Make version private" msgstr "讓版本藏私" -#: builds/models.py:1191 +#: builds/models.py:1167 msgid "Set version as default" msgstr "將版本設為預設值" -#: builds/models.py:1192 +#: builds/models.py:1168 msgid "Delete version" msgstr "刪除版本" -#: builds/models.py:1204 +#: builds/models.py:1180 msgid "Rule priority" msgstr "" -#: builds/models.py:1205 +#: builds/models.py:1181 msgid "A lower number (0) means a higher priority" msgstr "" -#: builds/models.py:1215 +#: builds/models.py:1191 msgid "Match argument" msgstr "" -#: builds/models.py:1216 +#: builds/models.py:1192 msgid "Value used for the rule to match the version" msgstr "" -#: builds/models.py:1220 +#: builds/models.py:1196 msgid "Predefined match argument" msgstr "" -#: builds/models.py:1222 +#: builds/models.py:1198 msgid "" "Match argument defined by us, it is used if is not None, otherwise match_arg " "will be used." msgstr "" -#: builds/models.py:1233 +#: builds/models.py:1209 msgid "Action to apply to matching versions" msgstr "" -#: builds/models.py:1238 +#: builds/models.py:1214 msgid "Action argument" msgstr "" -#: builds/models.py:1239 +#: builds/models.py:1215 msgid "Value used for the action to perfom an operation" msgstr "" -#: builds/models.py:1246 +#: builds/models.py:1222 msgid "Type of version the rule should be applied to" msgstr "" -#: builds/models.py:1415 +#: builds/models.py:1387 msgid "Version activated" msgstr "" -#: builds/models.py:1416 +#: builds/models.py:1388 msgid "Version hidden" msgstr "" -#: builds/models.py:1418 +#: builds/models.py:1390 msgid "Version set to public privacy" msgstr "" -#: builds/models.py:1421 +#: builds/models.py:1393 msgid "Version set to private privacy" msgstr "" -#: builds/models.py:1423 +#: builds/models.py:1395 msgid "Version set as default" msgstr "" -#: builds/models.py:1424 +#: builds/models.py:1396 msgid "Version deleted" msgstr "" -#: builds/models.py:1429 +#: builds/models.py:1401 msgid "Matched rule" msgstr "" @@ -929,7 +920,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1585 +#: core/forms.py:198 projects/models.py:1587 msgid "URL" msgstr "網址" @@ -973,35 +964,30 @@ msgstr "" msgid "username" msgstr "使用者名稱" -#: core/models.py:26 +#: core/models.py:25 msgid "Homepage" msgstr "首頁" -#: core/models.py:30 +#: core/models.py:29 msgid "See paid advertising" msgstr "檢視付費廣告" -#: core/models.py:31 +#: core/models.py:30 msgid "If unchecked, you will still see community ads." msgstr "若取消勾選,依然會看到社群廣告。" -#: core/models.py:38 +#: core/models.py:37 msgid "Subscribe to our mailing list, and get helpful onboarding suggestions." msgstr "" -#: core/models.py:43 +#: core/models.py:42 msgid "Whitelisted" msgstr "已列入白名單" -#: core/models.py:44 +#: core/models.py:43 msgid "Banned" msgstr "已封鎖" -#: core/models.py:50 -#, python-format -msgid "%(username)s's profile" -msgstr "%(username)s 的個人檔案" - #: core/notifications.py:15 msgid "Email address not verified" msgstr "" @@ -1054,13 +1040,13 @@ msgstr "無專案。" msgid "This project is already Ad-Free." msgstr "" -#: gold/models.py:28 organizations/models.py:31 organizations/models.py:229 -#: organizations/models.py:303 projects/models.py:239 +#: gold/models.py:28 organizations/models.py:31 organizations/models.py:223 +#: organizations/models.py:297 projects/models.py:236 msgid "Publication date" msgstr "發佈日期" -#: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:242 projects/models.py:1481 +#: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1486 msgid "Modified date" msgstr "修改日期" @@ -1068,7 +1054,7 @@ msgstr "修改日期" msgid "Level" msgstr "等級" -#: gold/models.py:46 organizations/models.py:37 organizations/models.py:240 +#: gold/models.py:46 organizations/models.py:37 organizations/models.py:234 #: organizations/templates/organizations/team_detail.html:49 #: organizations/templates/organizations/team_project_edit.html:13 #: templates/core/project_bar.html:7 templates/core/project_bar_base.html:20 @@ -1260,25 +1246,20 @@ msgstr "提供者資料" msgid "Secret used to validate the payload of the webhook" msgstr "" -#: integrations/models.py:312 -#, python-brace-format -msgid "{0} for {1}" -msgstr "用於 {1} 的 {0}" - -#: invitations/models.py:100 +#: invitations/models.py:101 msgid "From user" msgstr "" -#: invitations/models.py:106 +#: invitations/models.py:107 msgid "To user" msgstr "" -#: invitations/models.py:112 organizations/models.py:57 -#: organizations/models.py:319 +#: invitations/models.py:113 organizations/models.py:57 +#: organizations/models.py:313 msgid "E-mail" msgstr "" -#: invitations/models.py:117 +#: invitations/models.py:118 msgid "Expiration date" msgstr "" @@ -1465,14 +1446,14 @@ msgstr "" msgid "Unknown message" msgstr "" -#: oauth/models.py:28 oauth/models.py:114 organizations/models.py:246 +#: oauth/models.py:28 oauth/models.py:111 organizations/models.py:240 msgid "Users" msgstr "使用者" -#: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 -#: organizations/filters.py:65 organizations/models.py:48 -#: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:252 projects/models.py:1473 +#: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 +#: organizations/filters.py:60 organizations/models.py:48 +#: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 +#: projects/models.py:249 projects/models.py:1478 msgid "Name" msgstr "名稱" @@ -1488,51 +1469,51 @@ msgstr "顯示圖片網址" msgid "URL to organization page" msgstr "組織頁面的網址" -#: oauth/models.py:50 oauth/models.py:177 +#: oauth/models.py:50 oauth/models.py:174 msgid "VCS provider" msgstr "" -#: oauth/models.py:88 oauth/models.py:242 +#: oauth/models.py:88 oauth/models.py:239 msgid "Connected account" msgstr "已連結帳號" -#: oauth/models.py:128 +#: oauth/models.py:125 msgid "Full Name" msgstr "全名" -#: oauth/models.py:136 +#: oauth/models.py:133 msgid "Description of the project" msgstr "專案描述" -#: oauth/models.py:139 +#: oauth/models.py:136 msgid "Owner avatar image URL" msgstr "擁有者的顯示圖片網址" -#: oauth/models.py:146 +#: oauth/models.py:143 msgid "SSH URL" msgstr "SSH 網址" -#: oauth/models.py:152 +#: oauth/models.py:149 msgid "Repository clone URL" msgstr "存放庫複製網址" -#: oauth/models.py:159 +#: oauth/models.py:156 msgid "HTML URL" msgstr "HTML 網址" -#: oauth/models.py:161 +#: oauth/models.py:158 msgid "Private repository" msgstr "私有存放庫" -#: oauth/models.py:163 +#: oauth/models.py:160 msgid "vcs" msgstr "VCS" -#: oauth/models.py:169 +#: oauth/models.py:166 msgid "Default branch of the repository" msgstr "" -#: oauth/models.py:246 +#: oauth/models.py:243 msgid "Has admin privilege" msgstr "具有管理員權限" @@ -1582,50 +1563,50 @@ msgstr "" msgid "Admin" msgstr "管理" -#: organizations/filters.py:63 +#: organizations/filters.py:58 msgid "Recently created" msgstr "" -#: organizations/filters.py:64 +#: organizations/filters.py:59 msgid "Least recently created" msgstr "" -#: organizations/filters.py:66 projects/filters.py:43 projects/filters.py:108 +#: organizations/filters.py:61 projects/filters.py:45 projects/filters.py:111 msgid "Name (descending)" msgstr "" -#: organizations/filters.py:99 +#: organizations/filters.py:94 msgid "All organizations" msgstr "" -#: organizations/filters.py:107 projects/filters.py:150 projects/filters.py:198 +#: organizations/filters.py:103 projects/filters.py:161 projects/filters.py:223 msgid "Sort by" msgstr "" -#: organizations/filters.py:135 +#: organizations/filters.py:134 projects/filters.py:152 msgid "All projects" msgstr "" -#: organizations/filters.py:142 organizations/filters.py:172 -#: organizations/filters.py:219 organizations/models.py:314 +#: organizations/filters.py:142 organizations/filters.py:173 +#: organizations/filters.py:221 organizations/models.py:308 #: templates/base.html:203 msgid "Team" msgstr "團隊" -#: organizations/filters.py:143 organizations/filters.py:173 -#: organizations/filters.py:220 +#: organizations/filters.py:143 organizations/filters.py:174 +#: organizations/filters.py:222 msgid "All teams" msgstr "" -#: organizations/filters.py:227 organizations/models.py:260 +#: organizations/filters.py:230 organizations/models.py:254 msgid "Access" msgstr "" -#: organizations/filters.py:228 +#: organizations/filters.py:231 msgid "All access levels" msgstr "" -#: organizations/filters.py:229 +#: organizations/filters.py:232 msgid "Owner" msgstr "" @@ -1650,11 +1631,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:645 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:660 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1713,24 +1694,19 @@ msgstr "" msgid "organization" msgstr "" -#: organizations/models.py:218 -#, python-brace-format -msgid "{org} owner {owner}" -msgstr "" - -#: organizations/models.py:277 +#: organizations/models.py:271 msgid "team" msgstr "" -#: organizations/models.py:320 +#: organizations/models.py:314 msgid "Hash" msgstr "哈希" -#: organizations/models.py:321 +#: organizations/models.py:315 msgid "Count" msgstr "" -#: organizations/models.py:322 +#: organizations/models.py:316 msgid "Total" msgstr "" @@ -2062,35 +2038,35 @@ msgstr "" msgid "Verify your email address" msgstr "驗證電子信箱位址" -#: organizations/views/private.py:156 +#: organizations/views/private.py:155 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:161 +#: organizations/views/private.py:160 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:169 +#: organizations/views/private.py:168 msgid "Team added" msgstr "" -#: organizations/views/private.py:179 +#: organizations/views/private.py:178 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:196 +#: organizations/views/private.py:195 msgid "Team updated" msgstr "" -#: organizations/views/private.py:201 +#: organizations/views/private.py:200 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:214 +#: organizations/views/private.py:213 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:221 +#: organizations/views/private.py:220 msgid "Member removed from team" msgstr "" @@ -2166,123 +2142,111 @@ msgstr "線上" msgid "Deleted" msgstr "已刪除" -#: projects/constants.py:89 +#: projects/constants.py:86 msgid "Git" msgstr "Git" -#: projects/constants.py:90 -msgid "Subversion" -msgstr "Subversion" - -#: projects/constants.py:91 -msgid "Mercurial" -msgstr "Mercurial" - -#: projects/constants.py:92 -msgid "Bazaar" -msgstr "Bazaar" - -#: projects/constants.py:99 projects/models.py:2062 +#: projects/constants.py:92 projects/models.py:2051 msgid "Public" msgstr "公開" -#: projects/constants.py:100 +#: projects/constants.py:93 msgid "Private" msgstr "私有" -#: projects/constants.py:111 +#: projects/constants.py:104 msgid "CPython 2.x" msgstr "CPython 2.x" -#: projects/constants.py:112 +#: projects/constants.py:105 msgid "CPython 3.x" msgstr "CPython 3.x" -#: projects/constants.py:403 +#: projects/constants.py:396 msgid "Valid and active" msgstr "" -#: projects/constants.py:404 +#: projects/constants.py:397 msgid "Invalid" msgstr "" -#: projects/constants.py:405 +#: projects/constants.py:398 msgid "Pending" msgstr "" -#: projects/constants.py:415 +#: projects/constants.py:408 msgid "Multiple versions with translations (///)" msgstr "" -#: projects/constants.py:419 +#: projects/constants.py:412 msgid "Multiple versions without translations (//)" msgstr "" -#: projects/constants.py:423 +#: projects/constants.py:416 msgid "Single version without translations (/)" msgstr "" -#: projects/constants.py:440 +#: projects/constants.py:433 msgid "Alphabetically" msgstr "" -#: projects/constants.py:441 +#: projects/constants.py:434 msgid "SemVer (Read the Docs)" msgstr "" -#: projects/constants.py:444 +#: projects/constants.py:437 msgid "Python Packaging (PEP 440 and PEP 425)" msgstr "" -#: projects/constants.py:446 +#: projects/constants.py:439 msgid "CalVer (YYYY.0M.0M)" msgstr "" -#: projects/constants.py:447 +#: projects/constants.py:440 msgid "Define your own pattern" msgstr "" -#: projects/filters.py:35 projects/filters.py:98 +#: projects/filters.py:37 projects/filters.py:101 msgid "Recently built" msgstr "" -#: projects/filters.py:39 projects/filters.py:102 +#: projects/filters.py:41 projects/filters.py:105 msgid "Least recently built" msgstr "" -#: projects/filters.py:40 projects/filters.py:103 +#: projects/filters.py:42 projects/filters.py:106 msgid "Frequently built" msgstr "" -#: projects/filters.py:41 projects/filters.py:104 +#: projects/filters.py:43 projects/filters.py:107 msgid "Least frequently built" msgstr "" -#: projects/filters.py:105 +#: projects/filters.py:108 msgid "Recently modified" msgstr "" -#: projects/filters.py:106 +#: projects/filters.py:109 msgid "Least recently modified" msgstr "" -#: projects/filters.py:168 +#: projects/filters.py:185 msgid "Hidden versions" msgstr "" -#: projects/filters.py:169 +#: projects/filters.py:186 msgid "Visible versions" msgstr "" -#: projects/filters.py:173 +#: projects/filters.py:190 msgid "Public versions" msgstr "" -#: projects/filters.py:174 +#: projects/filters.py:191 msgid "Private versions" msgstr "" -#: projects/filters.py:190 +#: projects/filters.py:215 msgid "Visibility" msgstr "" @@ -2346,78 +2310,82 @@ msgid "" msgstr "" #: projects/forms.py:412 -msgid "To build from pull requests you need a " +#, python-brace-format +msgid "" +"To build from pull requests you need a GitHub or GitLab integration." msgstr "" -#: projects/forms.py:423 +#: projects/forms.py:422 +#, python-brace-format msgid "" "To build from pull requests your repository's webhook needs to send pull " -"request events. " +"request events. Try to resync your integration." msgstr "" -#: projects/forms.py:500 +#: projects/forms.py:497 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "已有用於專案 {proj} 的「{lang}」翻譯。" -#: projects/forms.py:529 +#: projects/forms.py:526 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "各個標記的長度必須小於或等於 100 字元。" -#: projects/forms.py:601 +#: projects/forms.py:598 msgid "Enable Addons" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:600 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:606 +#: projects/forms.py:603 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:632 +#: projects/forms.py:629 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:664 +#: projects/forms.py:661 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:749 +#: projects/forms.py:746 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:782 +#: projects/forms.py:779 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:961 +#: projects/forms.py:958 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1064 +#: projects/forms.py:1061 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1078 +#: projects/forms.py:1075 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1082 +#: projects/forms.py:1079 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" @@ -2433,54 +2401,54 @@ msgstr "" msgid "Alias" msgstr "別名" -#: projects/models.py:257 +#: projects/models.py:254 msgid "Short description of this project" msgstr "" -#: projects/models.py:260 +#: projects/models.py:257 msgid "Repository URL" msgstr "儲存庫網址" -#: projects/models.py:263 +#: projects/models.py:260 msgid "Hosted documentation repository URL" msgstr "託管文件的儲存庫網址" -#: projects/models.py:270 +#: projects/models.py:267 msgid "Repository type" msgstr "儲存庫類型" -#: projects/models.py:276 +#: projects/models.py:273 msgid "Project homepage" msgstr "專案首頁" -#: projects/models.py:278 +#: projects/models.py:275 msgid "The project's homepage" msgstr "專案的首頁" -#: projects/models.py:281 +#: projects/models.py:278 msgid "Canonical URL" msgstr "標準 URL" -#: projects/models.py:283 +#: projects/models.py:280 msgid "URL that documentation is expected to serve from" msgstr "預期用來提供文件的網址" -#: projects/models.py:286 +#: projects/models.py:283 msgid "Versioning scheme" msgstr "" -#: projects/models.py:293 +#: projects/models.py:290 msgid "" "This affects how the URL of your documentation looks like, and if it " "supports translations or multiple versions. Changing the versioning scheme " "will break your current URLs." msgstr "" -#: projects/models.py:300 +#: projects/models.py:297 msgid "Single version" msgstr "單一版本" -#: projects/models.py:303 +#: projects/models.py:300 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2489,74 +2457,74 @@ msgstr "" "單一版本網站不包含翻譯,且只有「latest」伴兒不能,並在網域的根目錄提供。請謹" "慎使用,請於文件永遠不會有多版本的時候才開啟。" -#: projects/models.py:310 +#: projects/models.py:307 msgid "Default version" msgstr "預設版本" -#: projects/models.py:313 +#: projects/models.py:310 msgid "The version of your project that / redirects to" msgstr "專案根目錄「 / 」要跳轉至的版本" -#: projects/models.py:318 +#: projects/models.py:315 msgid "Default branch" msgstr "預設分支" -#: projects/models.py:324 +#: projects/models.py:321 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:329 +#: projects/models.py:326 msgid "Custom path prefix" msgstr "" -#: projects/models.py:335 +#: projects/models.py:332 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." msgstr "" -#: projects/models.py:340 +#: projects/models.py:337 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:346 +#: projects/models.py:343 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " "prefix." msgstr "" -#: projects/models.py:353 +#: projects/models.py:350 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:356 +#: projects/models.py:353 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:360 +#: projects/models.py:357 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:367 +#: projects/models.py:364 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:372 +#: projects/models.py:369 msgid "CDN Enabled" msgstr "已啟用 CDN" -#: projects/models.py:374 +#: projects/models.py:371 msgid "Analytics code" msgstr "分析程式碼" -#: projects/models.py:379 +#: projects/models.py:376 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2564,75 +2532,75 @@ msgstr "" "Google Analytics 追蹤 ID(如︰ UA-22345342-1),可能會降低頁面載" "入的速度。" -#: projects/models.py:385 +#: projects/models.py:382 msgid "Disable Analytics" msgstr "" -#: projects/models.py:389 +#: projects/models.py:386 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:394 +#: projects/models.py:391 msgid "Alternative container image" msgstr "備用容器鏡像" -#: projects/models.py:400 +#: projects/models.py:397 msgid "Container memory limit" msgstr "容器記憶體限制" -#: projects/models.py:405 +#: projects/models.py:402 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 記憶體限制格式 -- 範例:512m1g" -#: projects/models.py:410 +#: projects/models.py:407 msgid "Container time limit in seconds" msgstr "單位為秒的容器時間限制" -#: projects/models.py:415 +#: projects/models.py:412 msgid "Alternate build queue id" msgstr "備用建置佇列 Id" -#: projects/models.py:421 +#: projects/models.py:418 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:426 +#: projects/models.py:423 msgid "Allow paid advertising" msgstr "允許付費廣告" -#: projects/models.py:428 +#: projects/models.py:425 msgid "If unchecked, users will still see community ads." msgstr "若取消選取,則使用者將看見社群廣告。" -#: projects/models.py:431 +#: projects/models.py:428 msgid "Ad-free" msgstr "無廣告" -#: projects/models.py:436 +#: projects/models.py:433 msgid "Is spam?" msgstr "" -#: projects/models.py:439 +#: projects/models.py:436 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:442 +#: projects/models.py:439 msgid "Show version warning" msgstr "顯示版本警告" -#: projects/models.py:444 +#: projects/models.py:441 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非穩定或最新版中顯示警告橫幅" -#: projects/models.py:448 +#: projects/models.py:445 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:454 +#: projects/models.py:451 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2640,303 +2608,299 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:462 +#: projects/models.py:459 msgid "Featured" msgstr "精選" -#: projects/models.py:464 +#: projects/models.py:461 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:472 +#: projects/models.py:469 msgid "Delisted" msgstr "" -#: projects/models.py:474 +#: projects/models.py:471 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" msgstr "" -#: projects/models.py:485 +#: projects/models.py:482 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:492 +#: projects/models.py:489 msgid "Related projects" msgstr "相關專案" -#: projects/models.py:500 templates/search/elastic_search.html:57 +#: projects/models.py:497 templates/search/elastic_search.html:57 msgid "Language" msgstr "語言" -#: projects/models.py:504 +#: projects/models.py:501 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "專案文件呈現的語言。注意︰該設定將影響專案的網址。" -#: projects/models.py:512 +#: projects/models.py:509 msgid "Programming Language" msgstr "程式語言" -#: projects/models.py:516 +#: projects/models.py:513 msgid "The primary programming language the project is written in." msgstr "撰寫本專案的主要程式語言。" -#: projects/models.py:532 +#: projects/models.py:529 msgid "This project has been built with a webhook" msgstr "該專案已通過 Webhook 建置" -#: projects/models.py:536 +#: projects/models.py:533 msgid "This project has been successfully cloned" msgstr "這個專案已成功複製" -#: projects/models.py:570 +#: projects/models.py:567 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:581 +#: projects/models.py:578 msgid "project" msgstr "" -#: projects/models.py:592 +#: projects/models.py:589 msgid "Model must have slug" msgstr "Model 必須有動態資料欄位" -#: projects/models.py:1343 +#: projects/models.py:1348 msgid "Subproject nesting is not supported" msgstr "不支援巢狀子專案" -#: projects/models.py:1478 +#: projects/models.py:1483 msgid "Path" msgstr "路徑" -#: projects/models.py:1480 +#: projects/models.py:1485 msgid "Build id" msgstr "" -#: projects/models.py:1483 +#: projects/models.py:1488 msgid "Page search rank" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1493 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1534 projects/models.py:1702 +#: projects/models.py:1536 projects/models.py:1701 msgid "created" msgstr "建立時間" -#: projects/models.py:1539 +#: projects/models.py:1541 msgid "modified" msgstr "修改時間" -#: projects/models.py:1568 +#: projects/models.py:1570 msgid "Build triggered" msgstr "" -#: projects/models.py:1569 +#: projects/models.py:1571 msgid "Build passed" msgstr "" -#: projects/models.py:1587 +#: projects/models.py:1589 msgid "URL to send the webhook to" msgstr "要傳送 Webhook 至的網址" -#: projects/models.py:1590 +#: projects/models.py:1592 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1598 +#: projects/models.py:1600 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1601 +#: projects/models.py:1603 msgid "JSON payload" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1605 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1713 +#: projects/models.py:1712 msgid "Domain" msgstr "網域" -#: projects/models.py:1720 +#: projects/models.py:1719 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1724 +#: projects/models.py:1723 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1729 +#: projects/models.py:1728 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1733 +#: projects/models.py:1732 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1735 +#: projects/models.py:1734 msgid "Always use HTTPS for this domain" msgstr "永遠為該網域使用 HTTPS" -#: projects/models.py:1739 +#: projects/models.py:1738 msgid "Number of times this domain has been hit" msgstr "該網域的點擊次數" -#: projects/models.py:1744 templates/projects/domain_form.html:49 +#: projects/models.py:1743 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1753 +#: projects/models.py:1752 msgid "Skip validation process." msgstr "" -#: projects/models.py:1757 +#: projects/models.py:1756 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1766 +#: projects/models.py:1765 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1771 +#: projects/models.py:1770 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1776 +#: projects/models.py:1775 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1913 -msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" -msgstr "" - -#: projects/models.py:1917 +#: projects/models.py:1908 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1912 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1917 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1932 +#: projects/models.py:1923 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1936 +#: projects/models.py:1927 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1931 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1936 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1941 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1955 +#: projects/models.py:1946 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:1959 +#: projects/models.py:1950 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:1963 +#: projects/models.py:1954 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:1966 +#: projects/models.py:1957 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1967 +#: projects/models.py:1958 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1970 +#: projects/models.py:1961 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1965 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1970 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1985 +#: projects/models.py:1976 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1989 +#: projects/models.py:1980 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1993 +#: projects/models.py:1984 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1998 +#: projects/models.py:1989 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2011 +#: projects/models.py:2002 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:2016 +#: projects/models.py:2007 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:2022 +#: projects/models.py:2013 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2026 +#: projects/models.py:2017 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:2039 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2054 +#: projects/models.py:2043 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2059 +#: projects/models.py:2048 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2065 +#: projects/models.py:2054 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3020,19 +2984,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 +#: projects/views/private.py:191 msgid "Project settings updated" msgstr "已更新專案設定" -#: projects/views/private.py:173 +#: projects/views/private.py:200 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:181 +#: projects/views/private.py:208 msgid "Project deleted" msgstr "已刪除專案" -#: projects/views/private.py:356 +#: projects/views/private.py:394 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3041,12 +3005,12 @@ msgstr "" "您的 {service} 帳號有問題,請嘗試在已串聯的服務頁面上重" "新串聯帳號。" -#: projects/views/private.py:475 +#: projects/views/private.py:513 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:906 +#: projects/views/private.py:944 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" @@ -3220,131 +3184,135 @@ msgstr "" msgid "This query parameter is required" msgstr "" -#: search/models.py:33 +#: search/models.py:32 msgid "Query" msgstr "" -#: search/models.py:37 +#: search/models.py:36 msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "加泰隆語" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "英語" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "西班牙語" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙語" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "挪威語" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "法語" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "俄語" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "德語" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "加利西亞語" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "越南語" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "簡體中文" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "繁體中文" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "日語" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "烏克蘭語" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "義大利語" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "韓語" -#: subscriptions/constants.py:24 +#: subscriptions/constants.py:25 msgid "Custom domain" msgstr "" -#: subscriptions/constants.py:25 +#: subscriptions/constants.py:26 msgid "CDN public documentation" msgstr "" -#: subscriptions/constants.py:26 +#: subscriptions/constants.py:27 msgid "Custom SSL configuration" msgstr "自訂 SSL 組態" -#: subscriptions/constants.py:27 +#: subscriptions/constants.py:28 msgid "Support SLA" msgstr "" -#: subscriptions/constants.py:28 +#: subscriptions/constants.py:29 msgid "Private documentation" msgstr "" -#: subscriptions/constants.py:29 +#: subscriptions/constants.py:30 msgid "Embed content via API" msgstr "" -#: subscriptions/constants.py:30 +#: subscriptions/constants.py:31 msgid "Search analytics" msgstr "" -#: subscriptions/constants.py:31 +#: subscriptions/constants.py:32 msgid "Pageview analytics" msgstr "" -#: subscriptions/constants.py:32 +#: subscriptions/constants.py:33 msgid "Concurrent builds" msgstr "" -#: subscriptions/constants.py:33 +#: subscriptions/constants.py:34 msgid "Single sign on (SSO) with Google" msgstr "" -#: subscriptions/constants.py:34 +#: subscriptions/constants.py:35 +msgid "Single sign on (SSO) with SAML" +msgstr "" + +#: subscriptions/constants.py:36 msgid "Custom URLs" msgstr "" -#: subscriptions/constants.py:35 +#: subscriptions/constants.py:37 msgid "Audit logs" msgstr "" -#: subscriptions/constants.py:36 +#: subscriptions/constants.py:38 msgid "Audit logs for every page view" msgstr "" -#: subscriptions/constants.py:37 +#: subscriptions/constants.py:39 msgid "Redirects limit" msgstr "" @@ -3436,7 +3404,7 @@ msgid "" "There was an error connecting to Stripe, please try again in a few minutes." msgstr "" -#: templates/401.html:6 +#: templates/401.html:6 templates/403.html:6 msgid "Maze Found" msgstr "" @@ -5235,10 +5203,8 @@ msgstr "新增一個接收通知的電子信箱" #: templates/projects/project_notifications_form.html:5 #: templates/projects/project_notifications_form.html:12 -#, fuzzy -#| msgid "New Email Notifications" msgid "Add Email Notification" -msgstr "新的電子信箱通知" +msgstr "" #: templates/projects/project_resync_webhook.html:12 msgid "Resync" @@ -5321,10 +5287,8 @@ msgstr "請選擇要新增翻譯的專案。" #: templates/projects/project_translations_form.html:5 #: templates/projects/project_translations_form.html:12 -#, fuzzy -#| msgid "Translations" msgid "Add Translation" -msgstr "翻譯" +msgstr "" #: templates/projects/project_users.html:6 msgid "Edit Maintainers" @@ -5344,8 +5308,6 @@ msgstr "新增維護者" #: templates/projects/project_users_form.html:5 #: templates/projects/project_users_form.html:8 -#, fuzzy -#| msgid "Add maintainer" msgid "Add Maintainer" msgstr "新增維護者" @@ -5578,3 +5540,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Subversion" +#~ msgstr "Subversion" + +#~ msgid "Mercurial" +#~ msgstr "Mercurial" + +#~ msgid "Bazaar" +#~ msgstr "Bazaar" diff --git a/setup.cfg b/setup.cfg index 5f80e768805..3e57eaf07fe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 10.27.0 +version = 11.0.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "10.27.0" +current_version = "11.0.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False