From 4cc5a3e19483444add9ff8b957a712099c84006b Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Tue, 23 Jul 2024 07:41:50 -0700 Subject: [PATCH] Release 11.2.1 --- CHANGELOG.rst | 20 + docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- readthedocs/locale/ar/LC_MESSAGES/django.po | 495 +++++++++------ readthedocs/locale/ca/LC_MESSAGES/django.po | 504 +++++++++------ readthedocs/locale/de/LC_MESSAGES/django.mo | Bin 73105 -> 73338 bytes readthedocs/locale/de/LC_MESSAGES/django.po | 542 ++++++++++------ readthedocs/locale/en/LC_MESSAGES/django.po | 463 ++++++++------ readthedocs/locale/es/LC_MESSAGES/django.mo | Bin 96268 -> 96451 bytes readthedocs/locale/es/LC_MESSAGES/django.po | 562 ++++++++++------- readthedocs/locale/eu/LC_MESSAGES/django.po | 483 +++++++++------ readthedocs/locale/fr/LC_MESSAGES/django.mo | Bin 105197 -> 105405 bytes readthedocs/locale/fr/LC_MESSAGES/django.po | 562 ++++++++++------- readthedocs/locale/gl/LC_MESSAGES/django.mo | Bin 110556 -> 110787 bytes readthedocs/locale/gl/LC_MESSAGES/django.po | 562 ++++++++++------- readthedocs/locale/he/LC_MESSAGES/django.mo | Bin 137737 -> 138609 bytes readthedocs/locale/he/LC_MESSAGES/django.po | 581 +++++++++++------- readthedocs/locale/hu/LC_MESSAGES/django.mo | Bin 27355 -> 27275 bytes readthedocs/locale/hu/LC_MESSAGES/django.po | 529 ++++++++++------ .../locale/id_ID/LC_MESSAGES/django.po | 514 ++++++++++------ readthedocs/locale/it/LC_MESSAGES/django.mo | Bin 41210 -> 41058 bytes readthedocs/locale/it/LC_MESSAGES/django.po | 532 ++++++++++------ readthedocs/locale/ja/LC_MESSAGES/django.mo | Bin 28908 -> 28870 bytes readthedocs/locale/ja/LC_MESSAGES/django.po | 525 ++++++++++------ .../locale/ko_KR/LC_MESSAGES/django.po | 510 +++++++++------ readthedocs/locale/lt/LC_MESSAGES/django.mo | Bin 58854 -> 58699 bytes readthedocs/locale/lt/LC_MESSAGES/django.po | 534 ++++++++++------ readthedocs/locale/nb/LC_MESSAGES/django.po | 506 +++++++++------ readthedocs/locale/nl/LC_MESSAGES/django.mo | Bin 19017 -> 18980 bytes readthedocs/locale/nl/LC_MESSAGES/django.po | 519 ++++++++++------ .../locale/nl_NL/LC_MESSAGES/django.po | 519 ++++++++++------ readthedocs/locale/pl/LC_MESSAGES/django.mo | Bin 15870 -> 15834 bytes readthedocs/locale/pl/LC_MESSAGES/django.po | 525 ++++++++++------ .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 128439 -> 129224 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 580 ++++++++++------- readthedocs/locale/ru/LC_MESSAGES/django.mo | Bin 68421 -> 68244 bytes readthedocs/locale/ru/LC_MESSAGES/django.po | 534 ++++++++++------ readthedocs/locale/sk/LC_MESSAGES/django.po | 485 +++++++++------ readthedocs/locale/tr/LC_MESSAGES/django.mo | Bin 39847 -> 39727 bytes readthedocs/locale/tr/LC_MESSAGES/django.po | 529 ++++++++++------ readthedocs/locale/uk/LC_MESSAGES/django.po | 507 +++++++++------ .../locale/vi_VN/LC_MESSAGES/django.po | 500 +++++++++------ .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 36242 -> 36167 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 530 ++++++++++------ .../locale/zh_TW/LC_MESSAGES/django.mo | Bin 40323 -> 40162 bytes .../locale/zh_TW/LC_MESSAGES/django.po | 534 ++++++++++------ setup.cfg | 4 +- 48 files changed, 8953 insertions(+), 5243 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cf24c09376f..3d4f5b73a7b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,23 @@ +Version 11.2.1 +-------------- + +:Date: July 23, 2024 + +* `@humitos `__: Logs: slightly improve on subscription cancelled logs (`#11496 `__) +* `@humitos `__: Addons: remove "beta" framing around addons (`#11493 `__) +* `@humitos `__: Docs: remove beta framing from pull request (`#11492 `__) +* `@humitos `__: Proxito: remove outdated URL (`#11491 `__) +* `@ericholscher `__: Update organization help text (`#11481 `__) +* `@humitos `__: Build: do not install our extension when building with Conda (`#11479 `__) +* `@humitos `__: Docs: update build limits on community (`#11475 `__) +* `@humitos `__: Release 11.2.0 (`#11473 `__) +* `@humitos `__: Pin the theme to a commit (`#11472 `__) +* `@ericholscher `__: Reorder and cleanup project settings page (`#11470 `__) +* `@humitos `__: Docs: remove our Sphinx search extension (`#11469 `__) +* `@humitos `__: Dos: update them based on addons updates (`#11468 `__) +* `@humitos `__: Docs: kill "Choosing a site" (`#11464 `__) +* `@ericholscher `__: Refactor admin views to use the SuccessMessageMixin (`#11463 `__) + Version 11.2.0 -------------- diff --git a/docs/conf.py b/docs/conf.py index d5abf746ecb..3d6bc1fda4c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.2.0" +version = "11.2.1" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index cf4d2c488e2..53cbed475f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.2.0", + "version": "11.2.1", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 40732d157ca..f5eb4c0ada9 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.2.0" +__version__ = "11.2.1" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 9c33571f8ad..60f66877cec 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Mustafa , 2020\n" "Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/" @@ -26,7 +26,7 @@ msgstr "" "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "الإصدار" @@ -155,29 +155,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -207,7 +207,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -237,7 +237,7 @@ msgid "Username" msgstr "اسم المستخدم" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "المشروع" @@ -477,7 +477,7 @@ msgstr "فعّال" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -557,7 +557,7 @@ msgstr "بني" msgid "Uploaded" msgstr "تم الرفع" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "مستوي الخصوصية" @@ -589,7 +589,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "" @@ -637,7 +637,7 @@ msgstr "خطأ" msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "تقديم" @@ -915,7 +915,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1041,7 +1041,7 @@ msgid "Publication date" msgstr "تاريخ النشر" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "تاريخ التعديل" @@ -1186,7 +1186,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1248,8 +1248,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1447,11 +1446,11 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "الاسم" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "" @@ -1604,46 +1603,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2032,35 +2027,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2140,7 +2135,7 @@ msgstr "حُذف" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "للعامة" @@ -2311,75 +2306,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2395,17 +2394,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "عنوان المستودع" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "عنوان المستودع" #: projects/models.py:267 msgid "Repository type" @@ -2428,169 +2425,169 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "الإصدار الإفتراضي" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "رمز الإحصائيات" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2598,304 +2595,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "مميز" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "اللغة" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "لغة البرمَجة" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "المسار" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "النطاق" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2979,35 +2976,165 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 -msgid "Project addons updated" +#: projects/views/private.py:205 +msgid "Project deleted" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:219 +msgid "Project addons updated" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "الإصدار" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "الإصدار" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "مشاريع فرعية" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "مشاريع فرعية" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject deleted" +msgstr "مشاريع فرعية" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Deleted" +msgid "User deleted" +msgstr "حُذف" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "تاريخ النشر" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Publication date" +msgid "Notification deleted" +msgstr "تاريخ النشر" + +#: projects/views/private.py:628 +msgid "Webhook created" +msgstr "" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +msgid "Webhook deleted" +msgstr "" + +#: projects/views/private.py:703 +msgid "Translation created" +msgstr "" + +#: projects/views/private.py:708 +msgid "Translation deleted" +msgstr "" + +#: projects/views/private.py:751 +msgid "Redirect created" +msgstr "" + +#: projects/views/private.py:755 +msgid "Redirect updated" +msgstr "" + +#: projects/views/private.py:785 +msgid "Redirect deleted" +msgstr "" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "صنع الألة" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Domain" +msgid "Domain updated" +msgstr "النطاق" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "حُذف" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3385,10 +3512,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "الوصف" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index f0afa9431d8..11e7e871933 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: dplanella , 2017\n" "Language-Team: Catalan (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versió" @@ -151,29 +151,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Projecte" @@ -473,7 +473,7 @@ msgstr "Actiu" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -553,7 +553,7 @@ msgstr "Construït" msgid "Uploaded" msgstr "Carregat" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Nivell privat" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Tipus de documentació" @@ -633,7 +633,7 @@ msgstr "Error" msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "publica" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "URL" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Data de publicació" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Data de modificació" @@ -1182,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1244,8 +1244,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1443,11 +1442,11 @@ msgstr "Usuaris" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Nom" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Correu electrònic" @@ -1600,46 +1599,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2028,35 +2023,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2136,7 +2131,7 @@ msgstr "Eliminat" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Públic" @@ -2307,75 +2302,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2391,17 +2390,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL del repositori" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL del repositori" #: projects/models.py:267 msgid "Repository type" @@ -2424,21 +2421,21 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Versió senzilla" -#: projects/models.py:300 +#: projects/models.py:301 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2448,148 +2445,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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Versió per defecte" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "La versió del vostre projecte que / redirigeix a " -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Branca per defecte" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Codi d'Analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2597,37 +2594,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Destacat" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Projectes relacionats" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2635,268 +2632,268 @@ msgstr "" "L'idioma en què es publicarà la documentació del projecte. Nota: això " "afectarà la URL del projecte" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "El model ha de tenir un slug" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Camí" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL on enviar el webhook" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2980,35 +2977,171 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 -msgid "Project addons updated" +#: projects/views/private.py:205 +msgid "Project deleted" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:219 +msgid "Project addons updated" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Versió" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Versió" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Subprojectes" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Subprojectes" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject deleted" +msgstr "Subprojectes" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Deleted" +msgid "User deleted" +msgstr "Eliminat" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Data de publicació" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Publication date" +msgid "Notification deleted" +msgstr "Data de publicació" + +#: projects/views/private.py:628 +msgid "Webhook created" +msgstr "" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +msgid "Webhook deleted" +msgstr "" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Traduccions" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Traduccions" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Tipus de redirecció" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Tipus de redirecció" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect deleted" +msgstr "Tipus de redirecció" + +#: projects/views/private.py:818 +msgid "Domain created" +msgstr "" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Eliminat" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3386,10 +3519,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Descripció" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5528,6 +5659,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Sign In" -#~ msgstr "Inicia la sessió" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.mo b/readthedocs/locale/de/LC_MESSAGES/django.mo index 4c1d9675c4c174102190d81a6f08628c0b3ab260..2a0c1448b79f47aaf36f3f29e63737a9cdcb67b3 100755 GIT binary patch delta 15467 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 delta 15250 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 DxKJ^P diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index f3fec4f7172..e40f9fd1d37 100644 --- a/readthedocs/locale/de/LC_MESSAGES/django.po +++ b/readthedocs/locale/de/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Justin Nogossek, 2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" @@ -36,7 +36,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -165,29 +165,29 @@ msgstr "Ungültiger Projektname \"{0}\": kein Slug generiert." msgid "Project with slug \"{0}\" already exists." msgstr "Projekt mit Slug \"{0}\" existiert bereits." -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, 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:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "Ein Unterprojekt mit diesem Alias ​​existiert bereits" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -217,7 +217,7 @@ msgid "Log out" msgstr "Abmelden" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "Einladung verschickt" @@ -247,7 +247,7 @@ msgid "Username" msgstr "Benutzername" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -489,7 +489,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Build fehlgeschlagen" @@ -569,7 +569,7 @@ msgstr "Erstellt" msgid "Uploaded" msgstr "Hochgeladen" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Sicherheitsstufe" @@ -603,7 +603,7 @@ msgstr "Hat ePub" msgid "Has HTML Zip" msgstr "Hat HTML-Zip" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Dokumentationstyp" @@ -653,7 +653,7 @@ msgstr "Fehler" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Übernehmen" @@ -934,7 +934,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1061,7 +1061,7 @@ msgid "Publication date" msgstr "Veröffentlichungsdatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Modifizierungsdatum" @@ -1227,7 +1227,7 @@ msgstr "Werden Sie Gold-Mitglied" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1290,8 +1290,7 @@ msgstr "Vom Benutzer" msgid "To user" msgstr "An Benutzer" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "E-Mail" @@ -1491,11 +1490,11 @@ msgstr "Benutzer" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Name" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "E-Mail" @@ -1650,46 +1649,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "E-Mail-Adresse oder Benutzername" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "Team existiert bereits" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "Benutzer ist bereits ein Teammitglied" @@ -2082,35 +2077,35 @@ msgstr "Projekte aktualisieren" msgid "Verify your email address" msgstr "Bestätigen Sie ihre Email-Adresse" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "Besitzer entfernt" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "Benutzer ist der letzte Besitzer, kann nicht entfernt werden" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "Team hinzugefügt" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "Team gelöscht" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "Team aktualisiert" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "Team-Projekte aktualisiert" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "Mitglied zum Team hinzugefügt" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "Mitglied aus dem Team entfernt" @@ -2190,7 +2185,7 @@ msgstr "Gelöscht" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Öffentlich" @@ -2302,19 +2297,19 @@ msgstr "" #: projects/forms.py:173 msgid "To build from pull requests you need a " -msgstr "" +msgstr "Um aus Pull Requests zu bauen, benötigen Sie eine" #: projects/forms.py:185 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" +"Um aus Pull-Requests zu erstellen, muss der Webhook Ihres Repositorys Pull-" +"Request-Ereignisse senden." #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "Unterprojektverschachtelung wird nicht unterstützt" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2363,76 +2358,80 @@ msgstr "Ungültiger Projektname" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "Kurze Beschreibung dieses Projekts" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "Der Benutzer %(username)s ist bereits ein Maintainer" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" @@ -2448,17 +2447,15 @@ msgstr "Unterprojekt" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "Kurze Beschreibung dieses Projekts" - #: projects/models.py:257 msgid "Repository URL" msgstr "Repository-URL" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "URL des gehosteten Dokumentations-Repositorys" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Repository-URL" #: projects/models.py:267 msgid "Repository type" @@ -2481,21 +2478,21 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Einzelversion" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2506,50 +2503,50 @@ msgstr "" "Verwenden Sie dies mit Vorsicht, schalten Sie es nur ein, wenn Sie nie mehrere Versionen Ihrer Dokumente haben werden." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "Standard-Version" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Die Projektversion zu der Zugriffe auf „/“ weitergeleitet werden" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Standard-Branch" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "Pull-Requests für dieses Projekt erstellen" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." @@ -2557,25 +2554,25 @@ msgstr "" "Weitere Informationen in unserer Dokumentation." -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Analytics-Code" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2583,11 +2580,11 @@ msgstr "" "Tracking-ID von Google Analytics (z.B. UA-22345342-1). Dies " "kann das Laden Ihrer Seite verlangsamen." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "Analysen deaktivieren" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2595,65 +2592,65 @@ msgstr "" "Deaktivieren Sie Google Analytics für dieses Projekt vollständig (erfordert " "Neuaufbau-Dokumentation)" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "Alternative Buildschlangen ID" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "Maximal erlaubte gleichzeitige Builds für dieses Projekt" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Bezahlte Werbung zulassen" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Versionswarnung anzeigen" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "Warnbanner in nicht stabilen oder neuesten Versionen anzeigen." -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2661,37 +2658,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Hervorgehoben" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Verwandte Projekte" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Sprache" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2699,23 +2696,23 @@ msgstr "" "Die Sprache, in der die Projektdokumentation wiedergegeben wird. Hinweis: " "Dies wirkt sich auf die URL Ihres Projekts aus." -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "Die primäre Programmiersprache, in der das Projekt geschrieben ist." -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " @@ -2725,67 +2722,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Weitere Informationen zu Sphinx-Erbauern." -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "projekt" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Modell muss einen Kürzel haben" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "Unterprojektverschachtelung wird nicht unterstützt" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Pfad" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "Build ID" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "erstellt" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "geändert" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "Bauen ausgelöst" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "Bauen bestanden" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL, an die der Webhook versandt wird" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "Ereignisse zum Abonnieren" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check der Dokumentation nach, welche Ersetzungen " "möglich sind." -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Domain" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "Diese Domain wurde automatisch erstellt" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "Diese Domäne ist ein CNAME für das Projekt" -#: projects/models.py:1731 +#: projects/models.py:1732 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:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Für diese Domain immer HTTPS verwenden" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "Anzahl der Angriffe auf diese Domain" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 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:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" @@ -3057,19 +3054,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Projekt gelöscht" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Projekt gelöscht" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version name" +msgid "Version created" +msgstr "Versionsname" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version name" +msgid "Version updated" +msgstr "Versionsname" + +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3078,16 +3087,166 @@ 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subproject" +msgid "Subproject created" +msgstr "Unterprojekt" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Team projects updated" +msgid "Subproject updated" +msgstr "Team-Projekte aktualisiert" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Projekt gelöscht" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Team deleted" +msgid "User deleted" +msgstr "Team gelöscht" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Email Notifications" +msgid "Notification created" +msgstr "E-Mail Benachrichtigungen" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "Projekt gelöscht" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "created" +msgid "Webhook created" +msgstr "erstellt" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Team updated" +msgid "Webhook updated" +msgstr "Team aktualisiert" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Team deleted" +msgid "Webhook deleted" +msgstr "Team gelöscht" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Übersetzungen" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Übersetzungen" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Weiterleitungstyp" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Weiterleitungstyp" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Projekt gelöscht" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Maschine erstellt" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Team updated" +msgid "Domain updated" +msgstr "Team aktualisiert" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Team deleted" +msgid "Domain deleted" +msgstr "Team gelöscht" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Integration Typ" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Integration Typ" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Umgebungsvariablen" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Umgebungsvariablen" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Automation Rules" +msgid "Automation rule moved" +msgstr "Automatisierungsregeln" + +#: projects/views/private.py:1050 +#, fuzzy +#| msgid "Automation Rules" +msgid "Automation rule deleted" +msgstr "Automatisierungsregeln" + +#: projects/views/private.py:1060 +#, fuzzy +#| msgid "Automation Rules" +msgid "Automation rule created" +msgstr "Automatisierungsregeln" + +#: projects/views/private.py:1064 +#, fuzzy +#| msgid "Automation Rules" +msgid "Automation rule updated" +msgstr "Automatisierungsregeln" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3474,10 +3633,8 @@ msgstr "" "weiterhin verwenden zu können." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Stripe subscription" msgid "Start subscription" -msgstr "Stripe Abonnement" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5824,8 +5981,5 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "Anmeldung" - -#~ msgid "No API Tokens currently configured." -#~ msgstr "Derzeit sind keine API-Token konfiguriert." +#~ msgid "Hosted documentation repository URL" +#~ msgstr "URL des gehosteten Dokumentations-Repositorys" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index b23d6e82f20..a43ed11b599 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "" @@ -148,29 +148,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -200,7 +200,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -230,7 +230,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "" @@ -470,7 +470,7 @@ msgstr "" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -550,7 +550,7 @@ msgstr "" msgid "Uploaded" msgstr "" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "" @@ -582,7 +582,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "" @@ -630,7 +630,7 @@ msgstr "" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "" @@ -908,7 +908,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1034,7 +1034,7 @@ msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "" @@ -1179,7 +1179,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1241,8 +1241,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1440,11 +1439,11 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "" @@ -1597,46 +1596,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2025,35 +2020,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2133,7 +2128,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "" @@ -2304,75 +2299,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2388,16 +2387,12 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "" #: projects/models.py:260 -msgid "Hosted documentation repository URL" +msgid "Git repository URL" msgstr "" #: projects/models.py:267 @@ -2421,169 +2416,169 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2591,304 +2586,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2972,35 +2967,143 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:270 +msgid "Version created" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +msgid "Version updated" +msgstr "" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +msgid "Subproject created" +msgstr "" + +#: projects/views/private.py:464 +msgid "Subproject updated" +msgstr "" + +#: projects/views/private.py:469 +msgid "Subproject deleted" +msgstr "" + +#: projects/views/private.py:512 +msgid "User deleted" +msgstr "" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +msgid "Notification created" +msgstr "" + +#: projects/views/private.py:593 +msgid "Notification deleted" +msgstr "" + +#: projects/views/private.py:628 +msgid "Webhook created" +msgstr "" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +msgid "Webhook deleted" +msgstr "" + +#: projects/views/private.py:703 +msgid "Translation created" +msgstr "" + +#: projects/views/private.py:708 +msgid "Translation deleted" +msgstr "" + +#: projects/views/private.py:751 +msgid "Redirect created" +msgstr "" + +#: projects/views/private.py:755 +msgid "Redirect updated" +msgstr "" + +#: projects/views/private.py:785 +msgid "Redirect deleted" +msgstr "" + +#: projects/views/private.py:818 +msgid "Domain created" +msgstr "" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +msgid "Domain deleted" +msgstr "" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index 6198e78bc501a8eb45cfcf413cc6d774cbfc2e95..5a9cb8fced3c386fd1bc3d89dc5c3316a45b0f2b 100755 GIT binary patch delta 16311 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 Q>6!okgSTJr>hYHRKei1C5C8xG delta 16102 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 translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "El usuario %(username)s ya es mantenedor" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "El payload debe ser un objeto JSON válido." -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" @@ -2505,17 +2504,15 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "Breve descripción de este proyecto" - #: projects/models.py:257 msgid "Repository URL" msgstr "Dirección URL del repositorio" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "URL del repositorio de la documentación alojada" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Dirección URL del repositorio" #: projects/models.py:267 msgid "Repository type" @@ -2538,21 +2535,21 @@ msgid "URL that documentation is expected to serve from" msgstr "URL desde donde se servirá la documentación" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Versión única" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2562,50 +2559,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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Versión predeterminada" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "La versión de su proyecto a la que \"/\" redirecciona" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Rama predeterminada" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "Crear solicitudes de incorporación de cambios para este proyecto" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." @@ -2613,25 +2610,25 @@ msgstr "" "Más información en nuestros documentos." -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidad de las solicitudes de incorporación de cambios" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2639,11 +2636,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:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "Deshabilitar Analytics" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2651,15 +2648,15 @@ msgstr "" "Deshabilite Google Analytics por completo para este proyecto (requiere " "documentación de reconstrucción)" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Imagen alternativa del contenedor" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Límite de memoria del contenedor" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2667,54 +2664,54 @@ msgstr "" "Límite de memoria en formato Docker - ejemplo: 512m o 1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "El límite de tiempo del contenedor en segundos" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "ID de cola de compilación alternativa" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de compilaciones simultáneas permitidas para este proyecto" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Permitir publicidad pagada" -#: projects/models.py:425 +#: projects/models.py:426 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:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Sin publicidades" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "¿Es spam?" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (no) spam" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Mostrar advertencia de versión" -#: projects/models.py:441 +#: projects/models.py:442 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:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2722,37 +2719,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Destacado" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "¿Debería estar público el tablero del proyecto?" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Proyectos relacionados" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2760,24 +2757,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:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Lenguaje de programación" -#: projects/models.py:513 +#: projects/models.py:514 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:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "Este proyecto ha sido construido con un webhook" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Este proyecto ha sido clonado con éxito" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " @@ -2787,67 +2784,67 @@ msgstr "" "org/en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Más " "información sobre sphinx builders." -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "proyecto" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "El modelo debe tener una indicación" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "No se admite la anidación de subproyectos" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Ruta" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "ID de Compilación" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "Rango de búsqueda de la página" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este archivo de operaciones como la indexación" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "creado" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "modificado" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "Compilación activado" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "Compilación aprobada" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "Dirección URL donde enviar el webhook" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "Secreto utilizado para firmar el payload del webhook" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "Eventos para suscribirse" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "Payload JSON" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check los documentos para conocer las sustituciones disponibles." -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "Este dominio fue creado automáticamente" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "Este dominio es un CNAME para el proyecto" -#: projects/models.py:1731 +#: projects/models.py:1732 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:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Usar siempre HTTPS para este dominio" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "Número de veces que se ha pulsado desde este dominio" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Estado del certificado SSL" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "Omitir proceso de validación." -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "Fecha de inicio del proceso de validación." -#: projects/models.py:1768 +#: projects/models.py:1769 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:1773 +#: projects/models.py:1774 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:1778 +#: projects/models.py:1779 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:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" @@ -3120,19 +3117,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Configuración del proyecto actualizada" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Proyecto borrado" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Proyecto borrado" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version name" +msgid "Version created" +msgstr "Nombre de versión" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version name" +msgid "Version updated" +msgstr "Nombre de versión" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3141,20 +3150,168 @@ 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Subproyectos" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Team projects updated" +msgid "Subproject updated" +msgstr "Proyectos de equipo actualizados" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Proyecto borrado" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Team deleted" +msgid "User deleted" +msgstr "Equipo eliminado" + +#: projects/views/private.py:523 #, 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:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Email Notifications" +msgid "Notification created" +msgstr "Notificaciones por correo electrónico" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "Proyecto borrado" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook activado" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook activado" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook activado" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Traducciones" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Traducciones" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Tipo de Redirección" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Tipo de Redirección" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Proyecto borrado" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Máquina creada" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Team updated" +msgid "Domain updated" +msgstr "Equipo actualizado" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Team deleted" +msgid "Domain deleted" +msgstr "Equipo eliminado" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Tipo de integración" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Tipo de integración" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Variables de ambiente" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Variables de ambiente" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule moved" +msgstr "Regla de Automatización" + +#: projects/views/private.py:1050 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule deleted" +msgstr "Regla de Automatización" + +#: projects/views/private.py:1060 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Automation Rule" +msgid "Automation rule created" +msgstr "Regla de Automatización" + +#: projects/views/private.py:1064 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule updated" +msgstr "Regla de Automatización" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Configuración del proyecto actualizada" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3477,22 +3634,13 @@ msgid "Organization Subscription" msgstr "Suscripción de organización" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, fuzzy, python-format -#| msgid "" -#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " -#| "to the end of your trial. Upgrade your account by clicking on " -#| "Manage Subscription below." +#, python-format msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " "subscription below." msgstr "" -"Actualmente estás en un juicio. Elija un plan de " -"pago que se adapte a su organización antes de que finalice la prueba. " -"Actualice su cuenta haciendo clic en Administrar suscripción a continuación." #: subscriptions/templates/subscriptions/subscription_detail.html:31 msgid "Plan" @@ -3548,10 +3696,8 @@ msgstr "" "ajuste a su organización para continuar usando Read the Docs for Business." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Manage subscription" msgid "Start subscription" -msgstr "Administrar suscripción" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5942,14 +6088,8 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Manage Subscription" -#~ msgstr "Administrar suscripción" - -#~ msgid "Create Subscription" -#~ msgstr "Crear una Suscripción" - -#~ msgid "Sign In" -#~ msgstr "Registrarse" +#~ msgid "Site URL" +#~ msgstr "URL del sitio" -#~ msgid "No API Tokens currently configured." -#~ msgstr "No hay tokens de API configurados actualmente." +#~ msgid "Hosted documentation repository URL" +#~ msgstr "URL del repositorio de la documentación alojada" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 3fa17114839..8d9a72bbc47 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Asier Iturralde Sarasola , 2018\n" "Language-Team: Basque (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Bertsioa" @@ -151,29 +151,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Proiektua" @@ -473,7 +473,7 @@ msgstr "Aktibo" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -553,7 +553,7 @@ msgstr "Eraikita" msgid "Uploaded" msgstr "Igota" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "" @@ -633,7 +633,7 @@ msgstr "Errorea" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "" @@ -1182,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1244,8 +1244,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1443,11 +1442,11 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Izena" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "" @@ -1600,46 +1599,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2028,35 +2023,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2136,7 +2131,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "" @@ -2307,75 +2302,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2391,17 +2390,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository" +msgid "Git repository URL" +msgstr "Biltegia" #: projects/models.py:267 msgid "Repository type" @@ -2424,169 +2421,169 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2594,304 +2591,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2975,35 +2972,153 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 -msgid "Project addons updated" +#: projects/views/private.py:205 +msgid "Project deleted" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:219 +msgid "Project addons updated" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Bertsioa" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Bertsioa" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Azpiproiektuak" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Azpiproiektuak" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject deleted" +msgstr "Azpiproiektuak" + +#: projects/views/private.py:512 +msgid "User deleted" +msgstr "" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +msgid "Notification created" +msgstr "" + +#: projects/views/private.py:593 +msgid "Notification deleted" +msgstr "" + +#: projects/views/private.py:628 +msgid "Webhook created" +msgstr "" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +msgid "Webhook deleted" +msgstr "" + +#: projects/views/private.py:703 +msgid "Translation created" +msgstr "" + +#: projects/views/private.py:708 +msgid "Translation deleted" +msgstr "" + +#: projects/views/private.py:751 +msgid "Redirect created" +msgstr "" + +#: projects/views/private.py:755 +msgid "Redirect updated" +msgstr "" + +#: projects/views/private.py:785 +msgid "Redirect deleted" +msgstr "" + +#: projects/views/private.py:818 +msgid "Domain created" +msgstr "" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +msgid "Domain deleted" +msgstr "" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3381,10 +3496,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Deskribapena" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.mo b/readthedocs/locale/fr/LC_MESSAGES/django.mo index 75180722968123b1ea01beb0dbf753f2d92f9671..494cfeb9b4c1ad14cf03acfbe55a8548e66717e9 100755 GIT binary patch delta 16975 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 HbI^YQ@1cA3 delta 16752 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 diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index 53cf246791d..4846a34b415 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+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/" @@ -54,7 +54,7 @@ msgstr "" "1000000 == 0 ? 1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Version" @@ -183,30 +183,30 @@ msgstr "Nom du projet invalide \"{0}\": pas de jeton généré." msgid "Project with slug \"{0}\" already exists." msgstr "Un projet avec le slug \"{0}\" existe déjà." -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, 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:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "Un sous-projet avec cet alias existe déjà" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -236,7 +236,7 @@ msgid "Log out" msgstr "Se déconnecter" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "L'invitation est envoyée" @@ -266,7 +266,7 @@ msgid "Username" msgstr "Nom d'utilisateur" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Projet" @@ -508,7 +508,7 @@ msgstr "Actif" msgid "Build successful" msgstr "Compilation réussie" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Compilation échouée" @@ -589,7 +589,7 @@ msgstr "Compilé" msgid "Uploaded" msgstr "Chargé" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Niveau de confidentialité" @@ -623,7 +623,7 @@ msgstr "Contient une ePub" msgid "Has HTML Zip" msgstr "Contient un Zip HTML" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Type de documentation" @@ -672,7 +672,7 @@ msgstr "Erreur" msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Consigner" @@ -954,7 +954,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "URL" @@ -1087,7 +1087,7 @@ msgid "Publication date" msgstr "Publié le" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Modifié le" @@ -1252,7 +1252,7 @@ msgstr "Devenir un membre Gold" msgid "Sign Up" msgstr "Inscription" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1316,8 +1316,7 @@ msgstr "De l'utilisateur" msgid "To user" msgstr "Vers l'utilisateur" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "E-mail" @@ -1520,11 +1519,11 @@ msgstr "Utilisateurs" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Nom" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "E-mail" @@ -1681,46 +1680,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "Nom de l'organisation" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "E-mail de facturation" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "URL du site" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "Nom d'organisation non valide: aucun slug n'a été généré" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format 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:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "Adresse email ou nom d'utilisateur" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "L'utilisateur %(username)s n'existe pas" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "L'utilisateur %(username)s est déjà un propriétaire" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "L'équipe existe déjà" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "L'utilisateur est déjà membre de l'équipe" @@ -2153,35 +2148,35 @@ msgstr "Mettre à jour les projets" msgid "Verify your email address" msgstr "Vérifiez votre adresse e-mail" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "Propriétaire supprimé" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 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:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "Équipe ajoutée" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "Équipe supprimée" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "L'équipe a été mise à jour" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "Les projets de l'équipe ont été mis à jour" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "Le membre a été ajouté à l'équipe" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "Le membre a été retiré de l'équipe" @@ -2261,7 +2256,7 @@ msgstr "Supprimé" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Public" @@ -2373,19 +2368,19 @@ msgstr "" #: projects/forms.py:173 msgid "To build from pull requests you need a " -msgstr "" +msgstr "Pour construire une requête de téléversement vous aurez besoin de" #: projects/forms.py:185 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" +"Pour construire à partir de requête de téléversement, votre webhook de dépot " +"doit envoyer des évenements." #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "L'imbrication de sous-projet n'est pas supportée" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2434,77 +2429,81 @@ msgstr "Nom du projet invalide" msgid "Repository invalid" msgstr "Dépôt non valide" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "Description courte de ce projet" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "L'utilisateur %(username)s est déjà un mainteneur" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "Les données doivent être un objet JSON valide." -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" @@ -2520,17 +2519,15 @@ msgstr "Sous-projet" msgid "Alias" msgstr "Alias" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "Description courte de ce projet" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL du dépôt" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "URL du dépôt de la documentation hébergée" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL du dépôt" #: projects/models.py:267 msgid "Repository type" @@ -2553,21 +2550,21 @@ msgid "URL that documentation is expected to serve from" msgstr "URL à laquelle cette documentation s'attend à être servie" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Version unique" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2578,19 +2575,19 @@ msgstr "" "cette option que si vous n'allez jamais avoir plusieurs versions de " "votre documentation." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "Version par défaut" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "La version de votre projet à laquelle / redirige" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Branche par défaut" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2598,32 +2595,32 @@ msgstr "" "Branche vers laquelle \"latest\" pointe. Laisser vide pour utiliser la " "valeur par défaut pour votre SGV." -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "Pull request de compilation pour ce projet" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." @@ -2631,25 +2628,25 @@ msgstr "" "Plus d'information dans notre documentation." -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "Niveau de confidentialité des Pull Requests" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN activé" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Code analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2657,11 +2654,11 @@ msgstr "" "ID de suivi Google Analytics (ex. 1UA-22345342-11). Cela peut " "ralentir les chargements de votre page." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "Désactiver les mesures" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2669,15 +2666,15 @@ msgstr "" "Désactiver entièrement Google Analytics pour ce projet (nécessite de " "recompiler la documentation)" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Image alternative pour le conteneur" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Limite mémoire du conteneur" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2685,55 +2682,55 @@ msgstr "" "Limite de la mémoire au format Docker, par example: 512m ou " "1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "Limite de temps du conteneur en secondes" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "Identifiant alternatif de queue de compilation" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "Nombre maximal de compilations concurrentes sur ce projet" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Autoriser les annonces sponsorisées" -#: projects/models.py:425 +#: projects/models.py:426 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:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Sans annonces" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "Est du spam ?" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "Marqué manuellement comme (non) spam" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Afficher l'avertissement de version" -#: projects/models.py:441 +#: projects/models.py:442 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:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "Chemin du fichier .readthedocs.yaml" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2746,19 +2743,19 @@ msgstr "" "code>. Laisser vide pour la valeur par défaut : .readthedocs.yaml." -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "En vedette" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "Passer (désactiver) la compilation de ce projet" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "Retiré de la liste" -#: projects/models.py:471 +#: projects/models.py:472 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2767,19 +2764,19 @@ msgstr "" "the Docs et demande aux moteurs de recherche externes de le supprimer via " "robots.txt" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "Le tableau de bord du projet devrait être public ?" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Projets apparentés" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Langue" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2787,23 +2784,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:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Langage de programmation" -#: projects/models.py:513 +#: projects/models.py:514 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:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "Ce projet a été compilé par un webhook" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Ce projet a bien été cloné" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " @@ -2813,67 +2810,67 @@ msgstr "" "en/stable/builders.html#sphinx.builders.html.DirectoryHTMLBuilder\">Plus de " "détails sur les compilateurs Sphinx." -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "projet" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Le Model nécessite un libellé court" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "L'imbrication de sous-projet n'est pas supportée" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Chemin" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "ID de compilation" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "Classement dans les recherches" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "Ignorer ce fichier pendant les opérations comme l'indexation" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "créé" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "modifié" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "Compilation déclenchée" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "Compilation terminée" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL sur laquelle pointer le webhook" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "Secret utilisé pour signer les données du webhook" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "Souscrire aux évenements" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "Données JSON" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check la documentation pour les substitutions possibles." -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Domaine" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "Ce domain a été créé automatiquement" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "Ce domaine est un CNAME pour le projet" -#: projects/models.py:1731 +#: projects/models.py:1732 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:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Utiliser HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Toujours utiliser HTTPS pour ce domaine" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "Nombre de vues sur ce domaine" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "État du certificat SSL" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "Passer le processus de validation." -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "Date de début du processus de validation." -#: projects/models.py:1768 +#: projects/models.py:1769 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:1773 +#: projects/models.py:1774 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:1778 +#: projects/models.py:1779 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:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" @@ -3146,19 +3143,31 @@ 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:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Paramètres du projet mis à jour" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Projet supprimé" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Projet supprimé" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version activated" +msgid "Version created" +msgstr "Version activée" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version deleted" +msgid "Version updated" +msgstr "Version supprimée" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3167,20 +3176,168 @@ 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subproject" +msgid "Subproject created" +msgstr "Sous-projet" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Team projects updated" +msgid "Subproject updated" +msgstr "Les projets de l'équipe ont été mis à jour" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Projet supprimé" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Team deleted" +msgid "User deleted" +msgstr "Équipe supprimée" + +#: projects/views/private.py:523 #, 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:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Email Notifications" +msgid "Notification created" +msgstr "Notifications par e-mail" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Version deleted" +msgid "Notification deleted" +msgstr "Version supprimée" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook activé" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook activé" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook activé" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Traductions" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Version deleted" +msgid "Translation deleted" +msgstr "Version supprimée" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Type de redirection" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Type de redirection" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Projet supprimé" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Crée automatiquement" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Team updated" +msgid "Domain updated" +msgstr "L'équipe a été mise à jour" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Team deleted" +msgid "Domain deleted" +msgstr "Équipe supprimée" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Type d’intégration" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Type d’intégration" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Variables d'environnement" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Variables d'environnement" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule moved" +msgstr "Règles d'automatisation" + +#: projects/views/private.py:1050 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule deleted" +msgstr "Règles d'automatisation" + +#: projects/views/private.py:1060 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Automation Rule" +msgid "Automation rule created" +msgstr "Règles d'automatisation" + +#: projects/views/private.py:1064 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule updated" +msgstr "Règles d'automatisation" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Paramètres du projet mis à jour" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3504,22 +3661,13 @@ msgid "Organization Subscription" msgstr "Souscription d'organisation" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, fuzzy, python-format -#| msgid "" -#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " -#| "to the end of your trial. Upgrade your account by clicking on " -#| "Manage Subscription below." +#, python-format msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " "subscription below." msgstr "" -"Vous êtes actuellement en cours d'essai. Choisissez un plan qui correspond à votre organisation avant " -"la fin de votre essai. Améliorez votre compte en cliquant sur Gérer " -"l'adhésion ci dessous." #: subscriptions/templates/subscriptions/subscription_detail.html:31 msgid "Plan" @@ -3576,10 +3724,8 @@ msgstr "" "Read the Docs for Business." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Stripe subscription" msgid "Start subscription" -msgstr "Abonnement Stripe" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -6008,14 +6154,8 @@ msgstr "" "GitHub, celle-ci se trouve dans Paramètres > Applications > " "Applications OAuth Autorisées." -#~ msgid "Manage Subscription" -#~ msgstr "Gérer l'abonnement" - -#~ msgid "Create Subscription" -#~ msgstr "Créer une souscription" - -#~ msgid "Sign In" -#~ msgstr "Connexion" +#~ msgid "Site URL" +#~ msgstr "URL du site" -#~ msgid "No API Tokens currently configured." -#~ msgstr "Aucun jeton d'API n'est actuellement configuré." +#~ msgid "Hosted documentation repository URL" +#~ msgstr "URL du dépôt de la documentation hébergée" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.mo b/readthedocs/locale/gl/LC_MESSAGES/django.mo index 64fa31bd32dbf53d9ed7b551a9ad002d72c9a65f..5483b8667e8ab2459e15a74461852f5aa11aef5a 100755 GIT binary patch delta 17540 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 delta 17348 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 diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index c2d16655c6d..b89b282b7b6 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Manuel Kaufmann , 2023\n" "Language-Team: Galician (http://app.transifex.com/readthedocs/readthedocs/" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versión" @@ -153,29 +153,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, 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:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "Xa existe un subproxecto con este alias" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -205,7 +205,7 @@ msgid "Log out" msgstr "Saír" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "Convite enviado" @@ -235,7 +235,7 @@ msgid "Username" msgstr "Nome de usuario" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Proxecto" @@ -477,7 +477,7 @@ msgstr "Activa" msgid "Build successful" msgstr "Construción satisfactoria" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Produciuse un fallo na construción" @@ -560,7 +560,7 @@ msgstr "Construída" msgid "Uploaded" msgstr "Subido" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Nivel de privacidade" @@ -594,7 +594,7 @@ msgstr "Conten un ePub" msgid "Has HTML Zip" msgstr "Conten un Zip HTML" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Tipo de documentación" @@ -644,7 +644,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Remisión" @@ -926,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "URL" @@ -1056,7 +1056,7 @@ msgid "Publication date" msgstr "Data de publicación" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Data de modificación" @@ -1220,7 +1220,7 @@ msgstr "Fágase subscritor Ouro" msgid "Sign Up" msgstr "Rexistrarse" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "Produciuse un erro ao conectarse a Stripe. Ténteo de novo nuns minutos" @@ -1282,8 +1282,7 @@ msgstr "Do usuario" msgid "To user" msgstr "Ao usuario" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "Correo" @@ -1485,11 +1484,11 @@ msgstr "Usuarios" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Nome" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Correo" @@ -1646,46 +1645,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "Nome da organización" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "Correo-e de facturación" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "URL do sitio" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format 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:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "Enderezo de correo ou nome de usuario" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "O usuario %(username)s non existe" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "O usuario %(username)s xa é un propietario" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "O equipo xa existe" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "O usuario xa é membro do equipo" @@ -2131,35 +2126,35 @@ msgstr "Actualizar os proxectos" msgid "Verify your email address" msgstr "Verifique o seu enderezo de correo-e" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "O propietario foi retirado" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "O usuario é o último propietario, non é posíbel retiralo" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "Equipo engadido" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "Equipo eliminado" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "Equipo actualizado" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "Proxectos do equipo actualizados" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "Membro engadido ao equipo" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "Membro retirado do equipo" @@ -2239,7 +2234,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Público" @@ -2351,19 +2346,19 @@ msgstr "" #: projects/forms.py:173 msgid "To build from pull requests you need a " -msgstr "" +msgstr "Para construír a partir de solicitudes de extracción necesita" #: projects/forms.py:185 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " 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:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "Non se admite a anidación de subproxectos" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2412,76 +2407,80 @@ msgstr "O nome de proxecto non é válido" msgid "Repository invalid" msgstr "O repositorio non é válido" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "Breve descrición deste proxecto" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuario %(username)s xa é un mantedor" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "A carga útil debe ser un obxecto JSON válido." -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1107 +#: projects/forms.py:1113 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:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" @@ -2497,17 +2496,15 @@ msgstr "Subproxecto" msgid "Alias" msgstr "Alias" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "Breve descrición deste proxecto" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL do repositorio" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "URL do repositorio da documentación aloxada" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL do repositorio" #: projects/models.py:267 msgid "Repository type" @@ -2530,21 +2527,21 @@ 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:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Versión única" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2554,19 +2551,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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Versión predefinida" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "A versión do proxecto á que reenvía /" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Ramificación predefinida" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2574,11 +2571,11 @@ msgstr "" "A que rama apunta a «última». Déixeo en branco para usar o valor " "predeterminado para o seu VCS." -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "Prefixo personalizado da ruta" -#: projects/models.py:332 +#: projects/models.py:333 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2587,11 +2584,11 @@ msgstr "" "proxecto. De xeito predeterminado ofrecemos a documentación na raíz (/) dun " "dominio." -#: projects/models.py:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "Prefixo personalizado da ruta do subproxecto" -#: projects/models.py:343 +#: projects/models.py:344 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2601,11 +2598,11 @@ msgstr "" "xeito predeterminado ofrecemos a documentación de subproxectos baixo o " "prefixo `/projects/`." -#: projects/models.py:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "Construír solicitudes de extracción para este proxecto" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." @@ -2613,25 +2610,25 @@ msgstr "" "Máis información na nosa documentación." -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidade das solicitudes de extracción" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2639,11 +2636,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:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "Desactivar Analytics" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2651,15 +2648,15 @@ msgstr "" "Desactivar Google Analytics completamente para este proxecto (require volver " "construír a documentación)" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Imaxe alternativa do contedor" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Límite de memoria do contedor" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2667,53 +2664,53 @@ msgstr "" "Límite de memoria en formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "Límite de tempo do contedor en segundos" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "ID alternativo da cola de construción" -#: projects/models.py:418 +#: projects/models.py:419 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:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Permitir a publicidade pagada" -#: projects/models.py:425 +#: projects/models.py:426 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:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Libre de publicidade" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "É correo lixo?" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (non) correo lixo" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Amosar a advertencia de versión" -#: projects/models.py:441 +#: projects/models.py:442 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:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "Ruta a .readthedocs.yaml" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2725,19 +2722,19 @@ msgstr "" "ex. subruta/docs/.readthedocs.yaml. Déixeo en branco para o " "valor predeterminado: .readthedocs.yaml." -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Destacado" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "Omitir (desactivar) a construción deste proxecto" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "Retirado da lista" -#: projects/models.py:471 +#: projects/models.py:472 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2745,19 +2742,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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "O taboleiro do proxecto debería ser público?" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Proxectos relacionados" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2765,23 +2762,23 @@ msgstr "" "O idioma no que se representa a documentación do proxecto. Nota: isto afecta " "ao URL do proxecto." -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Linguaxe de programación" -#: projects/models.py:513 +#: projects/models.py:514 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:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "Este proxecto foi construído cunha ancoraxe web" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Este proxecto foi clonado correctamente" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " @@ -2792,67 +2789,67 @@ msgstr "" "DirectoryHTMLBuilder\">Obteña máis información sobre os construtores de " "Sphinx." -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "proxecto" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "Non se admite a anidación de subproxectos" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Ruta" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "ID de construción" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "Clasificación da páxina de busca" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este ficheiro dende operacións como a indexación" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "creado" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "modificado" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "Construción activada" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr " Construción validada" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL ao que enviar o ancoraxe web" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para asinar a carga útil da ancoraxe web" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "Eventos para subscribirse" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1608 +#: projects/models.py:1609 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:1778 +#: projects/models.py:1779 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:1912 +#: projects/models.py:1913 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:1916 +#: projects/models.py:1917 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:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2936,19 +2933,19 @@ msgstr "" "Sphinx: validar todas as versións (incluídas as privadas) ao contexto html " "ao construír con Sphinx" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2956,97 +2953,97 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:1945 +#: projects/models.py:1946 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:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:1969 +#: projects/models.py:1970 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:1974 +#: projects/models.py:1975 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:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "Buscar: desactivar a busca do lado do servidor" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:1999 +#: projects/models.py:2000 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:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" @@ -3135,19 +3132,31 @@ 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:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Actualizáronse os axustes do proxecto" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Proxecto eliminado" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "Actualizáronse os engadidos do proxecto" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Proxecto eliminado" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version activated" +msgid "Version created" +msgstr "Versión activada" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version deleted" +msgid "Version updated" +msgstr "Versión eliminada" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3156,20 +3165,168 @@ 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subproject" +msgid "Subproject created" +msgstr "Subproxecto" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Team projects updated" +msgid "Subproject updated" +msgstr "Proxectos do equipo actualizados" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Proxecto eliminado" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Team deleted" +msgid "User deleted" +msgstr "Equipo eliminado" + +#: projects/views/private.py:523 #, 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:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Email Notifications" +msgid "Notification created" +msgstr "Notificacións por correo" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Version deleted" +msgid "Notification deleted" +msgstr "Versión eliminada" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Punto de ancoraxe web activado" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Punto de ancoraxe web activado" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Punto de ancoraxe web activado" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Traducións" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Version deleted" +msgid "Translation deleted" +msgstr "Versión eliminada" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Recently created" +msgid "Redirect created" +msgstr "Creado recentemente" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Tipo de redirección" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Proxecto eliminado" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Creada pola máquina" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Team updated" +msgid "Domain updated" +msgstr "Equipo actualizado" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Team deleted" +msgid "Domain deleted" +msgstr "Equipo eliminado" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Tipo de integración" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Tipo de integración" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Variábeis de contorno" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Variábeis de contorno" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule moved" +msgstr "Regra de automatización" + +#: projects/views/private.py:1050 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule deleted" +msgstr "Regra de automatización" + +#: projects/views/private.py:1060 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Automation Rule" +msgid "Automation rule created" +msgstr "Regra de automatización" + +#: projects/views/private.py:1064 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule updated" +msgstr "Regra de automatización" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Actualizáronse os axustes do proxecto" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3494,22 +3651,13 @@ msgid "Organization Subscription" msgstr "Subscrición de organización" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, fuzzy, python-format -#| msgid "" -#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " -#| "to the end of your trial. Upgrade your account by clicking on " -#| "Manage Subscription below." +#, python-format msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " "subscription below." msgstr "" -"Agora está nunha proba. Escolla un plan de pago que se adapte á súa organización antes de que remate a proba. Actualice a " -"súa conta premendo en Xestionar a subscrición a " -"continuación." #: subscriptions/templates/subscriptions/subscription_detail.html:31 msgid "Plan" @@ -3565,10 +3713,8 @@ msgstr "" "á súa organización para seguir usando Read the Docs para Empresas." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Stripe subscription" msgid "Start subscription" -msgstr "Subscrición a Stripe" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5982,14 +6128,8 @@ msgstr "" "OAuth de Read the Docs. En GitHub, atópase en Axustes > Aplicacións > " "Aplicacións OAuth autorizadas." -#~ msgid "Manage Subscription" -#~ msgstr "Xestionar a subscrición" - -#~ msgid "Create Subscription" -#~ msgstr "Crear unha subscrición" - -#~ msgid "Sign In" -#~ msgstr "Acceder" +#~ msgid "Site URL" +#~ msgstr "URL do sitio" -#~ msgid "No API Tokens currently configured." -#~ msgstr "Non hai ningún testemuño de API configurado." +#~ msgid "Hosted documentation repository URL" +#~ msgstr "URL do repositorio da documentación aloxada" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index 82891eca938bdff46a07d77a415193b1fdef9f62..e93240cb0c4bfa388c974bcc421ff6558726abea 100755 GIT binary patch delta 26215 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 YFZ5#iqZ6<89BbgtbI0q{e(6&EAEt=rx&QzG delta 25611 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, 2018-2019,2022-2024\n" "Language-Team: Hebrew (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "1 == 0) ? 1: 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "גרסה" @@ -151,16 +151,16 @@ msgstr "שם המיזם „{0}” שגוי: לא נוצר שם מפושט." msgid "Project with slug \"{0}\" already exists." msgstr "כבר קיים מיזם עם השם המפושט „{0}”." -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "מיזם עם {slug_name}={value} אינו תקף כתת־מיזם" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "כבר קיים תת־מיזם עם הכינוי הזה" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -169,14 +169,14 @@ msgstr "" "הפניות קידומת הוסרו. נא להשתמש בהפנייה מדויקת ‎`/prefix/*`‎ במקום. למידע נוסף: " "{blog_link}." -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, 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:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -207,7 +207,7 @@ msgid "Log out" msgstr "יציאה" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "נשלחה הזמנה" @@ -237,7 +237,7 @@ msgid "Username" msgstr "שם משתמש" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "מיזם" @@ -477,7 +477,7 @@ msgstr "פעיל" msgid "Build successful" msgstr "הבנייה הצליחה" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "הבנייה נכשלה" @@ -557,7 +557,7 @@ msgstr "נבנה" msgid "Uploaded" msgstr "הועלה" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "רמת פרטיות" @@ -589,7 +589,7 @@ msgstr "יש ePub" msgid "Has HTML Zip" msgstr "יש Zip של HTML" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "סוג התיעוד" @@ -637,7 +637,7 @@ msgstr "שגיאה" msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "ביצוע" @@ -917,7 +917,7 @@ msgstr "הסבר על הבעיה" msgid "Please provide as much detail as possible." msgstr "נא לספק כמה שיותר פרטים." -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "כתובת" @@ -1048,7 +1048,7 @@ msgid "Publication date" msgstr "תאריך פרסום" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "תאריך עריכה" @@ -1208,7 +1208,7 @@ msgstr "העברה לחברות זהב" msgid "Sign Up" msgstr "הרשמה" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "אירעה שגיאה בהתחברות ל־Stripe, נא לנסות שוב בעוד כמה דקות" @@ -1270,8 +1270,7 @@ msgstr "ממשתמש" msgid "To user" msgstr "למשתמש" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "דוא״ל" @@ -1472,11 +1471,11 @@ msgstr "משתמשים" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "שם" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "דוא״ל" @@ -1631,46 +1630,42 @@ msgstr "כל רמות הגישה" msgid "Owner" msgstr "בעלות" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "שם הארגון" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "דוא״ל לחיוב" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "כתובת האתר" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "שם הארגון שגוי: לא נוצר שם מפושט." -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "הארגון %(name)s כבר קיים" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "כתובת דוא״ל או שם משתמש" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "המשתמש %(username)s לא קיים" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "למשתמש %(username)s כבר יש בעלות" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "הצוות כבר קיים" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "המשתמש כבר חבר בצוות" @@ -2106,35 +2101,35 @@ msgstr "עדכון מיזמים" msgid "Verify your email address" msgstr "נא לאמת את כתובת הדוא״ל שלך" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "הוסרו בעלים" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "המשתמש הוא הבעלים האחרונים, לא ניתן להסיר" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "נוספה קבוצה" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "נמחקה קבוצה" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "עודכנה קבוצה" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "מיזמי הצוות עודכנו" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "נוספו חברים לצוות" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "חברים הוסרו מהצוות" @@ -2214,7 +2209,7 @@ msgstr "נמחק" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "ציבורי" @@ -2326,32 +2321,18 @@ msgstr "" "זיהינו שהמיזם הזה ציבורי, תצוגות מקדימות של בקשות דחיפה מוגדרות לציבוריות." #: projects/forms.py:173 -#, fuzzy -#| msgid "" -#| "To build from pull requests you need a GitHub or GitLab integration." msgid "To build from pull requests you need a " -msgstr "" -"כדי לבנות מבקשות דחיפה צריך שילוב מול GitHub או מול " -"GitLab" +msgstr "כדי לבנות מבקשות דחיפה יש" #: projects/forms.py:185 -#, fuzzy -#| msgid "" -#| "To build from pull requests your repository's webhook needs to send pull " -#| "request events. Try to resync your integration." msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " -msgstr "" -"כדי לבנות מבקשות דחיפה ההתלייה של המאגר שלך צריכה לשלוח אירועי בקשות דחיפה. " -"כדאי לנסות לסנכרן את השילוב שלך מחדש." +msgstr "לבנות מבקשות דחיפה התליית המאגר שלך צריכה לשלוח אירועי בקשת דחיפה." #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "אין תמיכה בקינון תת־מיזמים" +msgstr "בניות מבקשות דחיפה לא נתמכות" #: projects/forms.py:263 #, python-brace-format @@ -2400,75 +2381,79 @@ msgstr "שם המיזם שגוי" msgid "Repository invalid" msgstr "מאגר שגוי" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "תיאור קצר של המיזם הזה" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "הגדרה זו התקבלה בירושה מגרסת ההורה." -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "כבר קיים תרגום ל„{lang}” של המיזם {proj}." -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "אורכה של כל תגית חייבת להיות באורך של 100 תווים ומטה." -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "הפעלת תוספים" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "להציג התראה על בניות מבקשות משיכה" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "להציג התראה על גרסאות לא יציבות ועדכניות ללא בדיקה" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "התבנית המותאמת אישית בחלונית הצפה נחוצה בעת בחירת תבנית מותאמת אישית." -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "המשתמש %(username)s כבר ברמת מתחזק" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "המטען חייב להיות עצם JSON תקני." -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "מיזם זה מוגדר עם שיטת גרסאות שאינה תומכת בתרגומים." -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" @@ -2484,17 +2469,15 @@ msgstr "תת־מיזם" msgid "Alias" msgstr "כינוי" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "תיאור קצר של המיזם הזה" - #: projects/models.py:257 msgid "Repository URL" msgstr "כתובת מאגר" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "כתובת מאגר תיעוד מתארח" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "כתובת מאגר" #: projects/models.py:267 msgid "Repository type" @@ -2517,23 +2500,30 @@ msgid "URL that documentation is expected to serve from" msgstr "כתובת שמצופה ממנה להציג את התיעוד" #: projects/models.py:283 -msgid "Versioning scheme" +#, fuzzy +#| msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "שיטת גרסאות" #: projects/models.py:290 +#, fuzzy +#| 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." 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" "משפיע על איך כתובת התיעוד שלך נראית ואם היא תומכת בתרגומים או בריבוי גרסאות. " "החלפת שיטת הגרסאות תפגום בכתובות הנוכחיות שלך." -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "גרסה בודדת" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2543,19 +2533,19 @@ msgstr "" "להשתמש בזהירות רבה, יש להפעיל זאת רק אם אף פעם לא תהיינה יותר גרסות " "של המסמכים שלך." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "גרסת בררת מחדל" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "גרסת המיזם ש־/ יפנה אליה" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "ענף בררת מחדל" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2563,11 +2553,11 @@ msgstr "" "לאיזה ענף מפנה „latest”. יש להשאיר ריק כדי להשתמש בערך בררת המחדל של מערכת " "בקרת הגרסאות שלך." -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "קידומת נתיב מותאמת" -#: projects/models.py:332 +#: projects/models.py:333 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2575,11 +2565,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הגשת תיעוד מהמיזם הזה. כברירת מחדל אנו מגישים תיעוד " "מבסיס (/) שם התחום." -#: projects/models.py:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "קידומת נתיב תת־מיזם מותאמת" -#: projects/models.py:343 +#: projects/models.py:344 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2588,11 +2578,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הערכת בסיס תת־המיזם. כברירת מחדל אנו מגישים תיעוד " "מתת־מיזמים תחת הקידומת `/projects/`." -#: projects/models.py:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "בניית בקשות דחיפה למיזם הזה" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." @@ -2600,11 +2590,11 @@ msgstr "" "מידע נוסף בתיעוד שלנו." -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "רמת פרטיות של בקשות משיכה (PR)" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2612,15 +2602,15 @@ msgstr "" "האם בניות מבקשות הדחיפה האלה תהיינה ציבוריות? אם המאגר שלך ציבורי, " "לא להגדיר את זה לפרטי." -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN פעיל" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "קוד Analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2628,76 +2618,76 @@ msgstr "" "Google Analytics Tracking ID (למשל: UA-22345342-1). עשוי להאט " "את טעינת העמודים שלך." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "השבתת ניתוח" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "השבתת Google Analytics לחלוטין למיזם הזה (דורשת בניית התיעוד מחדש)" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "תמונת מכולה חלופית" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "הגבלת זיכרון למכולה" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" "הגבלת זיכרון בתצורת Docker -- למשל: 512m או 1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "מגבלת זמן למכולה בשניות" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "מזהה תור בנייה חלופי" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "מספר הבניות המקביליות המרבית המורשית למיזם זה" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "לאפשר פרסום בתשלום" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "אם האפשרות לא סומנה, המשתמשים עדיין יראו פרסומות קהילתיות." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "נטול פרסומות" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "ספאם?" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "סומן ידנית כ(לא) ספאם" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "הצגת אזהרת גרסה" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "הצגת כותרת אזהרה בגרסאות בלתי יציבות או latest." -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "נתיב אל ‎.readthedocs.yaml" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2709,19 +2699,19 @@ msgstr "" "readthedocs.yaml. אפשר להשאיר ריק כדי לקבל את ערך ברירת המחדל:‎ ." "readthedocs.yaml." -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "מומלץ" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "דילוג (השבתה) על בניית המיזם הזה" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "הוחרג מהרשימה" -#: projects/models.py:471 +#: projects/models.py:472 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2729,42 +2719,42 @@ msgstr "" "החרגת מיזם מהרשימה מסירה אותו ממפתח החיפוש של Read the Docs ומבקשת ממנועי " "חיפוש להסיר אותו דרך robots.txt" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "האם לוח הבקרה של המיזם יהיה ציבורי?" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "מיזמים קשורים" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "שפה" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "השפה בה תיעוד המיזם עבר עיבוד. לתשומת לבך: יש לזה השפעה על כתובת המיזם שלך." -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "שפת תכנות" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "שפת התכנות העיקרית בה נכתב המיזם שלך." -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "מיזם זה נבנה עם התלייה" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "המיזם הזה שוכפל בהצלחה" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " @@ -2774,67 +2764,67 @@ msgstr "" "html#sphinx.builders.html.DirectoryHTMLBuilder\">מידע נוסף על בנאי sphinx." -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "מיזם" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "לדגם חייב להיות שם ייצוגי" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "אין תמיכה בקינון תת־מיזמים" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "נתיב" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "מזהה בנייה" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "דירוג חיפוש עמוד" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "להתעלם מהקובץ הזה בפעולות כמו סידור באינדקס" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "נוצר" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "נערך" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "בנייה הופעלה" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "בנייה עברה" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "כתובת אליה לשלוח את ההתלייה" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "סוד שמשמש לחתום על המטען של ההתליה" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "אירועים להירשם אליהם" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "מטען JSON" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check תיעוד מה " "ההחלפות המתאימות." -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "שם מתחם" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "שם תחום זה נוצר אוטומטית" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "שם תחום זה הוא CNAME למיזם" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "שם תחום זה הוא הראשי ממנו מוגש התיעוד" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "שימוש ב־HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "תמיד להשתמש ב־HTTPS לשם מתחם זה" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "מספר הפעמים שביקרו בשם מתחם זה" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "מצב אישור SSL" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "דילוג על תהליך אימות." -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "תאריך התחלת תהליך האימות." -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "הגדרת max-age (גיל מרבי, למשל: 31536000) לכותרת ה־HSTS." -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון includeSubDomains יחד עם כותרת ה־HSTS." -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "Conda: הוספת דרישות ליבה של Read the Docs לקובץ environment.yml" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" "Sphinx: להעביר את כל הגרסאות (כולל הפרטיות) להקשר ה־html בעת בנייה עם Sphinx" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2935,94 +2925,94 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" -msgstr "" +msgstr "Sphinx: לא להוסיף `conf.py` ולא להתקין ``readthedocs-sphinx-ext``" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "חיפוש: השבתת חיפוש בצד השרת" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" @@ -3108,19 +3098,31 @@ msgstr "שם הקובץ היחידי שמותר הוא {filename}." msgid "The only allowed filenames are {filenames}." msgstr "שמות הקבצים היחידים שמותרים הם {filenames}." -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "הגדרות המיזם עודכנו" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "המיזם נמחק" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "תוספי המיזם עודכנו" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "המיזם נמחק" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version activated" +msgid "Version created" +msgstr "גרסה הופעלה" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version deleted" +msgid "Version updated" +msgstr "גרסה נמחקה" + +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3129,20 +3131,168 @@ msgstr "" "קרתה תקלה עם החשבון שלך אצל {service}, כדאי לנסות לחבר את החשבון שלך מחדש " "בעמוד השירותים המחוברים שלך." -#: projects/views/private.py:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subproject" +msgid "Subproject created" +msgstr "תת־מיזם" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Team projects updated" +msgid "Subproject updated" +msgstr "מיזמי הצוות עודכנו" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "המיזם נמחק" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Team deleted" +msgid "User deleted" +msgstr "נמחקה קבוצה" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Email Notifications" +msgid "Notification created" +msgstr "התראות בדוא״ל" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Version deleted" +msgid "Notification deleted" +msgstr "גרסה נמחקה" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "התלייה הופעלה" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "התלייה הופעלה" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "התלייה הופעלה" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "תרגומים" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Version deleted" +msgid "Translation deleted" +msgstr "גרסה נמחקה" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Recently created" +msgid "Redirect created" +msgstr "נוצרו לאחרונה" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "סוג ההפניה" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "המיזם נמחק" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "ביצירת מכונה" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Team updated" +msgid "Domain updated" +msgstr "עודכנה קבוצה" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Team deleted" +msgid "Domain deleted" +msgstr "נמחקה קבוצה" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "סוג השילוב" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "סוג השילוב" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "משתנים סביבתיים" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "משתנים סביבתיים" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule moved" +msgstr "כלל אוטומציה" + +#: projects/views/private.py:1050 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule deleted" +msgstr "כלל אוטומציה" + +#: projects/views/private.py:1060 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule created" +msgstr "כלל אוטומציה" + +#: projects/views/private.py:1064 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule updated" +msgstr "כלל אוטומציה" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "הגדרות המיזם עודכנו" +msgstr "הגדרות בקשות הדחיפה עודכנו" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3469,12 +3619,7 @@ msgid "Organization Subscription" msgstr "מינוי ארגוני" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, fuzzy, python-format -#| msgid "" -#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " -#| "to the end of your trial. Upgrade your account by clicking on " -#| "Manage Subscription below." +#, python-format msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " @@ -3540,10 +3685,8 @@ msgstr "" "להשתמש ב־Read the Docs לעסקים." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Stripe subscription" msgid "Start subscription" -msgstr "מינוי ל־Stripe" +msgstr "התחלת מינוי" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -4699,7 +4842,7 @@ msgstr "יצירת אסימון API" #: templates/profiles/private/token_list.html:54 msgid "You currently have no API tokens." -msgstr "" +msgstr "אין לך אסימוני API כרגע." #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -5911,14 +6054,8 @@ msgstr "" "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." -#~ msgid "Manage Subscription" -#~ msgstr "ניהול מינוי" - -#~ msgid "Create Subscription" -#~ msgstr "יצירת מינוי" - -#~ msgid "Sign In" -#~ msgstr "כניסה" +#~ msgid "Site URL" +#~ msgstr "כתובת האתר" -#~ msgid "No API Tokens currently configured." -#~ msgstr "לא מוגדרים אסימוני API כרגע." +#~ msgid "Hosted documentation repository URL" +#~ msgstr "כתובת מאגר תיעוד מתארח" diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.mo b/readthedocs/locale/hu/LC_MESSAGES/django.mo index 9449bf80a226af466b6b7124fcd4b5d0c4c5d7d7..9835711ea650e50ae2b96a1f60c33c5855ca7516 100755 GIT binary patch delta 7223 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 L!<`j5*CYQ1PK_23 delta 7303 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 diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index 0217beb95f9..c856a69ea87 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Laszlo Matusek , 2021\n" "Language-Team: Hungarian (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzió" @@ -150,29 +150,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -202,7 +202,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgid "Username" msgstr "Felhasználónév" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "projekt" @@ -472,7 +472,7 @@ msgstr "Aktív" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Építés sikertelen" @@ -552,7 +552,7 @@ msgstr "Készült" msgid "Uploaded" msgstr "Feltötlve" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Adatvédelmi szint" @@ -584,7 +584,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Dokumentáció típusa" @@ -632,7 +632,7 @@ msgstr "Hiba" msgid "Exit code" msgstr "Kilépési kód" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Megerősít" @@ -910,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1036,7 +1036,7 @@ msgid "Publication date" msgstr "Kiadás dátuma" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Módosítás dátuma" @@ -1184,7 +1184,7 @@ msgstr "" msgid "Sign Up" msgstr "Regisztráció" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1246,8 +1246,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1445,11 +1444,11 @@ msgstr "Felhasználók" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Név" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Email" @@ -1602,46 +1601,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2030,35 +2025,35 @@ msgstr "" msgid "Verify your email address" msgstr "E-mail cím ellenőrzése" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2138,7 +2133,7 @@ msgstr "Törölt" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Nyilvános" @@ -2259,10 +2254,8 @@ msgid "" msgstr "" #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "Alprojekt beágyazása nem támogatott." +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2311,75 +2304,79 @@ msgstr "Érvénytelen projektnév" msgid "Repository invalid" msgstr "Érvénytelen tároló" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 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:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" @@ -2395,17 +2392,15 @@ msgstr "" msgid "Alias" msgstr "Álnév" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "Tároló URL" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "Dokumentáció tároló URL" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Tároló URL" #: projects/models.py:267 msgid "Repository type" @@ -2428,21 +2423,21 @@ msgid "URL that documentation is expected to serve from" msgstr "Ezt dokumentációt működtető URL" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Egyetlen verzió" -#: projects/models.py:300 +#: projects/models.py:301 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2452,74 +2447,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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Alapértelmezett verzió" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "A projekt verziója átirányítva a" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Alapértelmezett ág" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN engedélyezve" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2527,25 +2522,25 @@ msgstr "" "Google Analytics Tracking ID (pl. UA-22345342-1). Ez " "lassíthatja az oldalak betöltését." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Alternatív konténer kép" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Konténer memória korlát" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2553,52 +2548,52 @@ msgstr "" "Memória korlát Docker formátumban -- például: 512m or 1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "Konténer idő korlát másodpercekben" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "Alternatív építési sor azonosító" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Fizetett hirdetések engedélyezése" -#: projects/models.py:425 +#: projects/models.py:426 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:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Hirdetés mentes" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Verzió figyelmeztetések megjelenítése" -#: projects/models.py:441 +#: projects/models.py:442 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:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2606,37 +2601,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Kiemelt" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Kapcsolódó projektek" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Nyelv" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2644,268 +2639,268 @@ msgstr "" "A projektdokumentáció nyelve. Megjegyzés: ez befolyásolja a projekt URL " "címét." -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Programnyelv" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "A projekt elsődleges programnyelve." -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "A projekt webhoroggal épült fel." -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "A projekt sikeresen klónozva" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "A modellnek érvényes URL-el kell rendelkeznie" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "Alprojekt beágyazása nem támogatott." -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Útvonal" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "Webhook URL" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Tartomány" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "HTTPS használata" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Minden esetben HTTPS használata a tartományhoz" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "A tartomány eléréseinek száma" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2990,19 +2985,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Projekt beállításai frissítve" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Projekt törölve" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Projekt törölve" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Verzió" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Verzió" + +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3011,20 +3018,160 @@ 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject created" +msgstr "Projekt törölve" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Project settings updated" +msgid "Subproject updated" +msgstr "Projekt beállításai frissítve" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Projekt törölve" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "Projekt törölve" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Kiadás dátuma" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "Projekt törölve" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "WEB horog aktiválva" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "WEB horog aktiválva" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "WEB horog aktiválva" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Fordítások" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Fordítások" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Átirányítás típusa" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Átirányítás típusa" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Projekt törölve" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Gépi készítésű" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Stay Updated" +msgid "Domain updated" +msgstr "Maradjon naprakész" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Törölt" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Integráció típusa" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Integráció típusa" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Name of the environment variable" +msgid "Environment variable created" +msgstr "Környezeti változó neve" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Name of the environment variable" +msgid "Environment variable deleted" +msgstr "Környezeti változó neve" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Projekt beállításai frissítve" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3402,10 +3549,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Leírás" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5572,5 +5717,5 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "Bejelentkezés" +#~ msgid "Hosted documentation repository URL" +#~ msgstr "Dokumentáció tároló URL" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index 9ccc2fa4ce3..f12006de396 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rifqi Imaduddin Irfan, 2021\n" "Language-Team: Indonesian (Indonesia) (http://app.transifex.com/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versi" @@ -151,29 +151,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Nama pengguna" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Proyek" @@ -473,7 +473,7 @@ msgstr "Aktif" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -553,7 +553,7 @@ msgstr "" msgid "Uploaded" msgstr "Terunggah" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Level privasi" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Tipe dokumentasi" @@ -633,7 +633,7 @@ msgstr "Galat" msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "URL" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Tanggal publikasi" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Tanggal dimodifikasi" @@ -1183,7 +1183,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1245,8 +1245,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1444,11 +1443,11 @@ msgstr "Pengguna" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Nama" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Surel" @@ -1601,46 +1600,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2029,35 +2024,35 @@ msgstr "" msgid "Verify your email address" msgstr "Verifikasi alamat surel anda" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2137,7 +2132,7 @@ msgstr "Terhapus" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Publik" @@ -2308,75 +2303,79 @@ msgstr "" msgid "Repository invalid" msgstr "Repositori invalid" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" @@ -2392,17 +2391,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL repositori" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL repositori" #: projects/models.py:267 msgid "Repository type" @@ -2425,95 +2422,95 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Versi bawaan" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Versi proyek anda yang terdapat/mengarah ke" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Cabang bawaan" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Kode pelacakan" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2521,75 +2518,75 @@ msgstr "" "Google Analytics Tracking ID (contoh UA-22345342-1). Ini " "mungkin dapat memperlambat pemuatan halaman anda." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "Jika centang dihilangkan, pengguna akan terus melihat iklan komunitas." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Bebas iklan" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Lihat peringatan versi" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2597,304 +2594,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Proyek terkait" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Bahasa" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Bahasa Pemrograman" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Gunakan HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Selalu menggunakan HTTPS untuk domain ini" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2978,40 +2975,182 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Pengaturan proyek telah diperbarui" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Proyek dihapus" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Proyek dihapus" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Versi" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Versi" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Subproyek" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Subproyek" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Proyek dihapus" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "Proyek dihapus" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 -msgid "Project has been opted out from advertisement support" +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Tanggal publikasi" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "Proyek dihapus" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook diaktifkan" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook diaktifkan" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook diaktifkan" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Terjemahan" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Terjemahan" + +#: projects/views/private.py:751 +msgid "Redirect created" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:755 #, fuzzy #| msgid "Project settings updated" -msgid "Pull request settings have been updated" +msgid "Redirect updated" msgstr "Pengaturan proyek telah diperbarui" +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Proyek dihapus" + +#: projects/views/private.py:818 +msgid "Domain created" +msgstr "" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Terhapus" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integrations" +msgid "Integration created" +msgstr "Integrasi" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integrations" +msgid "Integration deleted" +msgstr "Integrasi" + +#: projects/views/private.py:973 +msgid "Project has been opted out from advertisement support" +msgstr "" + +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3386,10 +3525,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Deskripsi" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5545,6 +5682,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Sign In" -#~ msgstr "Masuk" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.mo b/readthedocs/locale/it/LC_MESSAGES/django.mo index a4a909850f0b183d492a191a5f1e9b5d4a676647..22fad18c84420b796040778d9f192ddcbe547ad6 100755 GIT binary patch delta 10884 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 translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" @@ -2410,17 +2407,15 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL del Deposito Codice" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "Indirizzo del repository della documentazione" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL del Deposito Codice" #: projects/models.py:267 msgid "Repository type" @@ -2443,21 +2438,21 @@ msgid "URL that documentation is expected to serve from" msgstr "URL a cui la documentazione dovrebbe essere servita" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Versione unica" -#: projects/models.py:300 +#: projects/models.py:301 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2468,74 +2463,74 @@ msgstr "" "cautela, attivandola solamente se non intenderai attivare mai " "versioni multiple dei tuoi documenti." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "Versione predefinita" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Versione del tuo progetto al quale / redirige" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Ramo predefinito" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN abilitata" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Codice Analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2543,25 +2538,25 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). Questo può " "rallentare il caricamento della pagina." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Immagine container alternativa" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Limite di memoria del container" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2569,53 +2564,53 @@ msgstr "" "Limite di memoria nel formato Docker -- esempio: 512m or " "1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "Limite temporale del container, in secondi" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "ID della coda della build alternativo" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Permetti annunci a pagamento" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" "Se non selezionato, gli utenti continueranno a vedere annunci della " "community." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Senza pubblicità" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Mostra warning di versione" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "Mostra banner di warning nelle versioni non-stable o latest" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2623,37 +2618,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "In Evidenza" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Progetto correlati" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Linguaggio" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2661,270 +2656,270 @@ msgstr "" "Codice della lingua col quale è presentata la documentazione del progetto. " "Nota: condiziona l'URL del tuo progetto. " -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Linguaggio di Programmazione" -#: projects/models.py:513 +#: projects/models.py:514 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:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "Il progetto è stato compilato con un webhook" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Il progetto è stato clonato con successo" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Il modello deve possedere uno slug" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "L'annidamento di sottprogetti non è supportato" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Percorso" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL al quale inviare «webhook»" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Usa HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "SSL è abilitato per questo dominio" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "Numero delle volte che questo dominio è stato visitato" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3008,19 +3003,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Impostazioni di progetto aggiornate" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Progetto eliminato" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Progetto eliminato" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Versione" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Versione" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3029,20 +3036,160 @@ msgstr "" "C'è un problema con il tuo {service} account, prova a riconnettere il tuo " "account alla pagina dei servizi collegati." -#: projects/views/private.py:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Sottoprogetti" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Sottoprogetti" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Progetto eliminato" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "Progetto eliminato" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Data di pubblicazione" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "Progetto eliminato" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook attivato" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook attivato" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook attivato" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Traduzioni" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Traduzioni" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Tipo redirezione" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Tipo redirezione" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Progetto eliminato" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Creato da una macchina" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Stay Updated" +msgid "Domain updated" +msgstr "Resta Aggiornato" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Eliminato" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Tipo di integrazione" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Tipo di integrazione" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Variabili d'ambiente" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Variabili d'ambiente" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Impostazioni di progetto aggiornate" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3420,10 +3567,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Descrizione" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5631,5 +5776,8 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "Registrazione" +#~ msgid "Site URL" +#~ msgstr "URL del sito" + +#~ msgid "Hosted documentation repository URL" +#~ msgstr "Indirizzo del repository della documentazione" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.mo b/readthedocs/locale/ja/LC_MESSAGES/django.mo index 242f0cb8c135310200dd86bc409be542357fb0f2..d57b73fb60621239860f1c0581485472d26eb889 100755 GIT binary patch delta 7514 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 z&qparent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "\"{lang}\" 言語の翻訳はすでに {proj} プロジェクトに存在します。" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "それぞれのタグの長さは 100 文字以下でなくてはなりません。" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" @@ -2404,17 +2401,15 @@ msgstr "" msgid "Alias" msgstr "エイリアス" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "リポジトリURL" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "リポジトリURL" #: projects/models.py:267 msgid "Repository type" @@ -2437,21 +2432,21 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "単一バージョン" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2461,74 +2456,74 @@ msgstr "" "す。もし、今後ずっと複数バージョンのファイルを持つことがない場合のみ、" "これを有効にしてください。十分に注意して使用してください。" -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "初期設定のバージョン" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "リダイレクト先のプロジェクトのバージョン" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "デフォルトブランチ" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDNが有効" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Analyticsのコード" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2536,75 +2531,75 @@ msgstr "" "Google AnalyticsのトラッキングID(例: UA-22345342-1)。 これはペー" "ジの読み込みを遅くする場合があります。" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "代わりのコンテナイメージ" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "コンテナに対するメモリ制限" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "代わりのビルドキューID" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2612,305 +2607,305 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "注目" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "関連するプロジェクト" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "言語" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "プロジェクトが描画される言語です。注意: プロジェクトのURLに影響します。" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "プログラミング言語" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "このプロジェクトの主要なプログラミング言語" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "このプロジェクトはWebhookでビルドされました。" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "プロジェクトのcloneに成功しました" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "モデルはスラグを持つ必要があります。" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "ネストしたサブプロジェクトはサポートされていません" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "パス" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "webhookを送るURL" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "ドメイン" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "HTTPSを使用" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "このドメインで常に HTTPS を利用する" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2994,19 +2989,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "プロジェクト設定を更新しました" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "プロジェクトを削除しました" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "プロジェクトを削除しました" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version name" +msgid "Version created" +msgstr "バージョン名" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version name" +msgid "Version updated" +msgstr "バージョン名" + +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3015,20 +3022,156 @@ msgstr "" "あなたの {service} アカウントに問題が起きました。接続中の" "サービスページでアカウントの再接続をしてください。" -#: projects/views/private.py:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "サブプロジェクト" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "サブプロジェクト" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "プロジェクトを削除しました" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "プロジェクトを削除しました" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "公開時刻" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "プロジェクトを削除しました" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhookを有効化しました" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhookを有効化しました" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhookを有効化しました" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "翻訳" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "翻訳" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "リダイレクトタイプ" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "リダイレクトタイプ" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "プロジェクトを削除しました" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "マシンが作成されました" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Domain" +msgid "Domain updated" +msgstr "ドメイン" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "削除済み" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "環境変数" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "環境変数" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "プロジェクト設定を更新しました" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3404,10 +3547,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "説明" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5555,5 +5696,5 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "ログイン" +#~ msgid "Site URL" +#~ msgstr "サイトURL" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 5aee06e3521..cb76886ab64 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Chanyoung Oh , 2016,2018\n" "Language-Team: Korean (Korea) (http://app.transifex.com/readthedocs/" @@ -21,7 +21,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "버전" @@ -150,29 +150,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -202,7 +202,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "프로젝트" @@ -472,7 +472,7 @@ msgstr "활성" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "빌드 실패" @@ -552,7 +552,7 @@ msgstr "빌드됨" msgid "Uploaded" msgstr "업로드됨" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "보안 수준" @@ -584,7 +584,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "문서 종류" @@ -632,7 +632,7 @@ msgstr "오류" msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "커밋" @@ -910,7 +910,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "URL" @@ -1036,7 +1036,7 @@ msgid "Publication date" msgstr "게시 날짜" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "수정 날짜" @@ -1181,7 +1181,7 @@ msgstr "" msgid "Sign Up" msgstr "회원가입" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1243,8 +1243,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1442,11 +1441,11 @@ msgstr "사용자" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "이름" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "이메일" @@ -1599,46 +1598,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2027,35 +2022,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2135,7 +2130,7 @@ msgstr "삭제됨" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "공개" @@ -2306,75 +2301,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2390,17 +2389,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "저장소 URL" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "저장소 URL" #: projects/models.py:267 msgid "Repository type" @@ -2423,21 +2420,21 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "단일 버전" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2447,148 +2444,148 @@ msgstr "" "다. 문서에 여러 버전이 절대로 존재하지 않을 예정일 경우에만 이 옵션을 " "켜야 합니다. 신중히 사용하세요." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "기본 버전" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "/로 접근했을 때 리디렉션될 프로젝트의 버전" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "기본 브랜치" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "애널리틱스 코드" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2596,304 +2593,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "연관 프로젝트" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "언어" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "경로" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "도메인" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "HTTPS 사용" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2977,35 +2974,177 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "프로젝트 삭제됨" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "프로젝트 삭제됨" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "버전" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "버전" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "하위 프로젝트" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "하위 프로젝트" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "프로젝트 삭제됨" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "프로젝트 삭제됨" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "게시 날짜" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "프로젝트 삭제됨" + +#: projects/views/private.py:628 +msgid "Webhook created" +msgstr "" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Project deleted" +msgid "Webhook deleted" +msgstr "프로젝트 삭제됨" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "번역" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "번역" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "리디렉션 종류" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "리디렉션 종류" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "프로젝트 삭제됨" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "머신 생성됨" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Domain" +msgid "Domain updated" +msgstr "도메인" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "삭제됨" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3383,10 +3522,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "설명" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5520,6 +5657,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Sign In" -#~ msgstr "로그인" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.mo b/readthedocs/locale/lt/LC_MESSAGES/django.mo index 936cb280871179266952300bae0541e80d3fb675..6fd2351b9d03c0a9fbe4d2f4e7222161eeafc52d 100755 GIT binary patch delta 15154 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 delta 15293 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 diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 5fde574dae4..beac43562ad 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Tomas Straupis, 2021,2023\n" "Language-Team: Lithuanian (http://app.transifex.com/readthedocs/readthedocs/" @@ -23,7 +23,7 @@ msgstr "" "1 : n % 1 != 0 ? 2: 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versija" @@ -152,29 +152,29 @@ msgstr "Netinkamas projekto pavadinimas „{0}“: žetonas nesukurtas." msgid "Project with slug \"{0}\" already exists." msgstr "Projekto žetonas „{0}“ jau yra." -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, 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:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "Subprojektas su tokiu pavadinimu jau yra" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -204,7 +204,7 @@ msgid "Log out" msgstr "Atsijungti" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "Pakvietimas išsiųstas" @@ -234,7 +234,7 @@ msgid "Username" msgstr "Naudotojo vardas" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Projektas" @@ -476,7 +476,7 @@ msgstr "Aktyvi" msgid "Build successful" msgstr "Kūrimas sėkmingas" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Kūrimas nepavyko" @@ -556,7 +556,7 @@ msgstr "Sukurta" msgid "Uploaded" msgstr "Įkelta" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Privatumo lygis" @@ -589,7 +589,7 @@ msgstr "Turi ePub" msgid "Has HTML Zip" msgstr "Turi HTML Zip" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Dokumentacijos tipas" @@ -637,7 +637,7 @@ msgstr "Klaida" msgid "Exit code" msgstr "Baigimo kodas" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Patvirtinti" @@ -917,7 +917,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1047,7 +1047,7 @@ msgid "Publication date" msgstr "Publikavimo data" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Keitimo data" @@ -1208,7 +1208,7 @@ msgstr "Tapkite auksiniu nariu" msgid "Sign Up" msgstr "Prisiregistruoti" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1271,8 +1271,7 @@ msgstr "Iš naudotojo" msgid "To user" msgstr "Naudotojui" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "E-paštas" @@ -1474,11 +1473,11 @@ msgstr "Naudotojai" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Vardas" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Epaštas" @@ -1634,46 +1633,42 @@ msgstr "Visi prieigos lygiai" msgid "Owner" msgstr "Savininkas" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "Organizacijos pavadinimas" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "Sąskaitų e-paštas" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "Svetainės URL" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "Netinkamas organizacijos pavadinimas: nėra sugeneruoto žetono" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "Organizacija %(name)s jau yra" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "E-pašto adresas arba naudotojo vardas" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "Naudotojas %(username)s neegzistuoja" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "Naudotojas %(username)s jau yra savininkas" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "Komanda jau yra" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "Naudotojas jau yra komandos narys" @@ -2095,35 +2090,35 @@ msgstr "" msgid "Verify your email address" msgstr "Patvirtinti jūsų e-pašto adresą" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2203,7 +2198,7 @@ msgstr "Ištrintas" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Viešas" @@ -2324,10 +2319,8 @@ msgid "" msgstr "" #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "Subprojektų hierarchijos nepalaikomos" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2376,75 +2369,79 @@ msgstr "Netinkamas projekto pavadinimas" msgid "Repository invalid" msgstr "Netinkama repozitorija" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" @@ -2460,17 +2457,15 @@ msgstr "" msgid "Alias" msgstr "Sinonimas" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "Repozitorijos URL" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "Internetinės dokumentacijos repozitorijos URL" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Repozitorijos URL" #: projects/models.py:267 msgid "Repository type" @@ -2493,21 +2488,21 @@ msgid "URL that documentation is expected to serve from" msgstr "URL, iš kurio bus teikiama dokumentacija" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Viena versija" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2517,74 +2512,74 @@ msgstr "" "pateikiamą domeno šaknyje. Naudokite atsargiai, įjunkite tik tada, jei jūs " "niekada neturėsite kelių dokumentacijos versijų." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "Numatytoji versija" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Jūsų projekto versija, į kurią rodo /" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Numatytoji šaka" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN įjungtas" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Analitikos kodas" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2592,25 +2587,25 @@ msgstr "" "Google Analytics Tracking ID (pvz. UA-22345342-1). Tai gali " "sulėtinti jūsų puslapių įkėlimą." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Alternatyvus konteinerio atvaizdas" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Konteinerio atminties riba" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2618,51 +2613,51 @@ msgstr "" "Atminties riba Docker formatu -- pavyzdžiui: 512m arba " "1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "Konteinerio laiko limitas sekundėmis" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "Alternatyvaus kūrimo eilės id" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Leisti mokamą reklamą" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "Neįjungus naudotojai vis tiek matys bendruomenės reklamą." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Be reklamų" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Rodyti versijos įspėjimą" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "Rodyti įspėjimo juostą nestabiliose ar paskutinėse versijose." -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2670,305 +2665,305 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Siūloma" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Susiję projektai" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Kalba" -#: projects/models.py:501 +#: projects/models.py:502 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:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Programavimo kalba" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "Pirminė programavimo kalba, kuria parašytas projektas." -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "Šitas projektas sukurtas su webhook" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Šis projektas buvo sėkmingai klonuotas" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Modelis turi turėti žetoną" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "Subprojektų hierarchijos nepalaikomos" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Kelias" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "sukurta" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "keista" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL, kur bus siunčiami webhooks" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Vardas" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Naudoti HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Visada naudoti HTTPS šiam vardui" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "Kiek kartų buvo pasiektas šis vardas" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3052,19 +3047,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Projekto nustatymai pakeisti" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Projektas ištrintas" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Projektas ištrintas" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version activated" +msgid "Version created" +msgstr "Versija aktyvuota" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version deleted" +msgid "Version updated" +msgstr "Versija ištrinta" + +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3073,20 +3080,162 @@ msgstr "" "Yra problemų su jūsų {service} paskyra, bandykite prijungti iš naujo jūsų prijungtų paslaugų puslapyje." -#: projects/views/private.py:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Subprojektai" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Subprojektai" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Projektas ištrintas" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Version deleted" +msgid "User deleted" +msgstr "Versija ištrinta" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Invitation accepted" +msgid "Notification created" +msgstr "Pakvietimas priimtas" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Version deleted" +msgid "Notification deleted" +msgstr "Versija ištrinta" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook aktyvuotas" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook aktyvuotas" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook aktyvuotas" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Vertimai" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Version deleted" +msgid "Translation deleted" +msgstr "Versija ištrinta" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Recently created" +msgid "Redirect created" +msgstr "Paskutiniai sukurti" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Peradresavimo tipas" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Projektas ištrintas" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Automatiškai sukurta" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Stay Updated" +msgid "Domain updated" +msgstr "Gaukite naujienas" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Version deleted" +msgid "Domain deleted" +msgstr "Versija ištrinta" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Integracijos tipas" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Integracijos tipas" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Aplinkos kintamieji" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Aplinkos kintamieji" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Invitation revoked" +msgid "Automation rule moved" +msgstr "Pakvietimas atšauktas" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Projekto nustatymai pakeisti" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3465,10 +3614,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Stripe subscription" msgid "Start subscription" -msgstr "Juostos prenumerata" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5669,5 +5816,8 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "Prisijungti" +#~ msgid "Site URL" +#~ msgstr "Svetainės URL" + +#~ msgid "Hosted documentation repository URL" +#~ msgstr "Internetinės dokumentacijos repozitorijos URL" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 2078de32f5a..1d8bf03dd91 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Sigmund Petersen , 2018\n" "Language-Team: Norwegian Bokmål (http://app.transifex.com/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versjon" @@ -151,29 +151,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Brukernavn" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Prosjekt" @@ -473,7 +473,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -553,7 +553,7 @@ msgstr "Bygget" msgid "Uploaded" msgstr "Lastet opp" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Tilgangsnivå" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Dokumentasjonstype" @@ -633,7 +633,7 @@ msgstr "Feil" msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Commit" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Publiseringsdato" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Endringsdato" @@ -1182,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1244,8 +1244,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1443,11 +1442,11 @@ msgstr "Brukere" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Navn" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Epost" @@ -1600,46 +1599,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2028,35 +2023,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2136,7 +2131,7 @@ msgstr "Slettet" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Offentlig" @@ -2307,75 +2302,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2391,17 +2390,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "Repo-URL" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Repo-URL" #: projects/models.py:267 msgid "Repository type" @@ -2424,21 +2421,21 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Enkeltversjon" -#: projects/models.py:300 +#: projects/models.py:301 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2448,148 +2445,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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Hovedversjon" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Versjonen av prosjektet ditt som / videresendes til" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Hovedgren" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Analytics-kode" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2597,37 +2594,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Aktuell" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Relaterte prosjekter" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Språk" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2635,268 +2632,268 @@ msgstr "" "Språket prosjektdokumentasjonen genereres i. NB: Dette påvirker prosjektets " "URL." -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Modellen må ha en slug" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Filsti" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL-en webhooken må kontakte" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2981,35 +2978,173 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 -msgid "Project addons updated" +#: projects/views/private.py:205 +msgid "Project deleted" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:219 +msgid "Project addons updated" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Versjon" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Versjon" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Underprosjekter" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Underprosjekter" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject deleted" +msgstr "Underprosjekter" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Deleted" +msgid "User deleted" +msgstr "Slettet" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Publiseringsdato" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Publication date" +msgid "Notification deleted" +msgstr "Publiseringsdato" + +#: projects/views/private.py:628 +msgid "Webhook created" +msgstr "" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +msgid "Webhook deleted" +msgstr "" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Oversettelser" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Oversettelser" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Videresendingstype" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Videresendingstype" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect deleted" +msgstr "Videresendingstype" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Maskingenerert" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Slettet" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3387,10 +3522,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Beskrivelse" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5527,6 +5660,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Sign In" -#~ msgstr "Logg inn" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.mo b/readthedocs/locale/nl/LC_MESSAGES/django.mo index b79bd2b8062201856993f36f29062089f9420b03..fa493cfb7a0a5b497210ce83c191d8c461df974f 100755 GIT binary patch delta 5733 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 Rjj653?A5%suJ_D{{{kTAOacG^ delta 5769 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 zoparent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2402,17 +2401,15 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "Repository URL" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Repository URL" #: projects/models.py:267 msgid "Repository type" @@ -2435,169 +2432,169 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Enkele versie" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Standaardversie" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN ingeschakeld" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Alternatieve container foto" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Container opslaglimiet" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "Alternatief bouwnummer in wachtrij" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2605,304 +2602,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Gerelateerde projecten" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Taal" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Programmeertaal" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Dit project is succesvol gedupliceerd" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Pad" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Domein" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "HTTPS gebruiken" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Gebruik altijd HTTPS voor dit domein" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "Aantal hits voor dit domein" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2987,40 +2984,186 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Projectinstellingen bijgewerkt" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Project verwijderd" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Project verwijderd" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Versie" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Versie" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Subprojecten" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Subprojecten" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Project verwijderd" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "Project verwijderd" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 -msgid "Project has been opted out from advertisement support" +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Publicatiedatum" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "Project verwijderd" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook geactiveerd" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook geactiveerd" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook geactiveerd" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Vertalingen" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Vertalingen" + +#: projects/views/private.py:751 +msgid "Redirect created" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:755 #, fuzzy #| msgid "Project settings updated" -msgid "Pull request settings have been updated" +msgid "Redirect updated" msgstr "Projectinstellingen bijgewerkt" +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Project verwijderd" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Automatisch aangemaakt" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Domain" +msgid "Domain updated" +msgstr "Domein" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Verwijderd" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Soort integratie" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Soort integratie" + +#: projects/views/private.py:973 +msgid "Project has been opted out from advertisement support" +msgstr "" + +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3395,10 +3538,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Omschrijving" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5547,5 +5688,5 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "Aanmelden" +#~ msgid "Site URL" +#~ msgstr "Website URL" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index c31ebd15555..4d10f5c33cd 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Valeria Doornkamp , 2023\n" "Language-Team: Dutch (Netherlands) (http://app.transifex.com/readthedocs/" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versie" @@ -153,29 +153,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -205,7 +205,7 @@ msgid "Log out" msgstr "Uitloggen" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "Uitnodiging verstuurd" @@ -235,7 +235,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Project" @@ -475,7 +475,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -556,7 +556,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Privacy-niveau" @@ -588,7 +588,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "" @@ -636,7 +636,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Commit" @@ -914,7 +914,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1040,7 +1040,7 @@ msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Wijzigingsdatum" @@ -1188,7 +1188,7 @@ msgstr "" msgid "Sign Up" msgstr "Inschrijven" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1250,8 +1250,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1449,11 +1448,11 @@ msgstr "Gebruikers" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Naam" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "E-mailadres" @@ -1607,46 +1606,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2035,35 +2030,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2143,7 +2138,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Publiekelijk" @@ -2264,10 +2259,8 @@ msgid "" msgstr "" #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "Het nesten van subprojecten wordt niet ondersteund" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2317,75 +2310,79 @@ msgstr "Ongeldige projectnaam" msgid "Repository invalid" msgstr "Ongeldige repository" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" @@ -2401,17 +2398,15 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "Repository URL" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Repository URL" #: projects/models.py:267 msgid "Repository type" @@ -2434,169 +2429,169 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2604,304 +2599,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "Het nesten van subprojecten wordt niet ondersteund" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2985,35 +2980,185 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 -msgid "Project addons updated" +#: projects/views/private.py:205 +msgid "Project deleted" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:219 +msgid "Project addons updated" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Versie" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Versie" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Subprojecten" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Subprojecten" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject deleted" +msgstr "Subprojecten" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Deleted" +msgid "User deleted" +msgstr "Verwijderd" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Invitation accepted" +msgid "Notification created" +msgstr "Uitnodiging geaccepteerd" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Invitation declined" +msgid "Notification deleted" +msgstr "Uitnodiging verwijderd" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook geactiveerd" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook geactiveerd" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook geactiveerd" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Invitation accepted" +msgid "Translation created" +msgstr "Uitnodiging geaccepteerd" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Invitation declined" +msgid "Translation deleted" +msgstr "Uitnodiging verwijderd" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirects" +msgid "Redirect created" +msgstr "Redirects" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirects" +msgid "Redirect updated" +msgstr "Redirects" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Redirects" +msgid "Redirect deleted" +msgstr "Redirects" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Machine Aangemaakt" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Verwijderd" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Integratiesoort" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Integratiesoort" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Invitation revoked" +msgid "Automation rule moved" +msgstr "Uitnodiging opgeheven" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3391,10 +3536,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Beschrijving" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.mo b/readthedocs/locale/pl/LC_MESSAGES/django.mo index fc53f828de27ff3e5e34fdcb79fa421d01ab4350..e331b243c56138103ddad5a869caf7d7930d5f05 100755 GIT binary patch delta 5469 zcmY+|32;@_9mnzW4A~d5y}Ya>Ap}A~SQ0^yO~FiAOA*QpRjkm05T-0Dv_kPQ(MY2# zGFJ)$Hq^2h1zXH83`;mzadoCu>eg!q)66=2xHBl`V;9AVY zeb@ren_r{uyMit8CWbS=i{NgpFb*Rz1EVk>6-Y5Ekj`c=a{wyvk*Md!p~k61P4H`T zo?TyR)?yOZ*I@?pyDe0-vcsqd&tWcJL=7CB6}p~;N?jgmfO6FR6_|=c%&|C(_Doa; zcANWAfi16F5 zcD*0!&$E!rEg{1CK)%?J7}w zU4uG9%ds7@CJfItBpF*wV8uH0>VdS|8vr!XOpaTCf>b{?% zo|}LQU^eQI*PzC)wf;Y2Pee)B`h70ajUi5h`;lPywwm zH(38B45NQ1w!mHHUhGQy0P3v^3vzP!>bgu+D!ZZH|K6wxhodHX3N_F~)WE;8{^_Uy zW}^as2^rfhM5VkQ_560!^SiBoKk6(6k5CDxav7C@>!^wSZ9@aJM*dQ|64XQ$);|Vfz1{sdS+`=qt+p#qQV5PCipbzdf`zsT&2%4B!sKi7}{QHG{sP^no+ zB^Eu5!dg_S-$4b|fLh5e)WAnk1D-N3pkAkMQRBGMka4JS(yd*JT38Q^$04QUUzMNH z5rY#^6Fi4{a5j=%_c|)2TTpwy54D0rsOPStzHoO@Z%s1D$uCTq5Be06K10VD#F27hRRs* zMJkH$4O9ScqE@~Nb!zKTuh{`q#7(HPaNXMBT|yHkqb5qXb{o|DUyPc#AL{ubn24j1 ztqZzJyI}_EH4CD?h%cG7r~tR2GV&qnt@zaXFJMdBmr$Ac&WtGwwbN07wM7L`hB`BS z(XaP^kaawbNnDtWI$U#5ACQ%(FXLv^VLD-+MXl^2YQXEL4BkTp8eSfnI04n4iF$qW zQ5mSfaJ~PdsOW(wQ4x+uP4uj_XJHEMd8n1Fu=YCCz}rv*evHb%VbmEoi`v2qs6c%W zh87r$CA4!esJ$IXMSC?4$)1~q$+#Z1B|A|Q??MH75H;X&)P(0y_gzIDsvD>+iQ!M3 z#>qsI;!076_G#4fQ@fJ?6e=&!p@A2mAAgTp*?LUHdQ?XCTDuXoRp(KED{i3{lF%*m ziEf9yv2GA*+!s(2R-po$k2*suyODpbU@IMIxED3yX;kDlP!UJ+!B(JYsMHo)yEAIb z9z#7p9P@A@YD;QRfiFh|^0u|#LoKjAXqBy~$UZ_1bO<%TSEvAPn^E0Ehb>^XM%`D6 z3cL?$t43J=&#iwNDr42=Qq+9GIx2d-wxAx|VeUgs{5k4%JdcIw>k;a2hkCA?wR@tT zAB4)(DAZd~iCXClR0e*F+KOuA%mm#cDjLYM8?sGgyf7MdMU0hFWe>x0^&A*gZ3VwT?jxpu=!)Wq-NNNhj_mfS0}SFKPh?1;)t z8EWMNu|1AJ?dcp;$`_y}d;>LZowc`P9_>RI%%*aUiUw-gJG2!UsK{Gk2DV3?;{K=< z4n__5B>HhGDzIwQN^7tmE=3>CqTHk`pN#3bNQVFK z_X}DFDd)ZEDY@}C?AjX4^xjGd6lyvDw%*nF3S|f7YwOc?p72hj*!s9Ot5fT@b?+bkUz|oHIRF3v delta 5491 zcmY+|3viBC9>?*MNJ1o$$W`u%$Ob_~n$)G*5)2#0WlMEiTDR`dMHi)*^`dC4vfDgp zv&z;M!K|eXi(%WUO$~#!ty|rixD{LXrKQ^J_viWVO!pnf=bZDL=bZofKj(R0?TP6> zP7j=k4O!y&b?o6d8VNjc-?&4 zu2-5Hu`$=TVlwNyy;QWbbEpV!VJ6-~O`M$SU(ZIRt}SYUQq=f?7?01Hzrnt==bP%IjHuxt@#7*hsUjz5hp+HWfcK$VL;=8EG>#QBd3Dv^UsFbImt{0%jm!Rf(!rHy; z`T*3SeFl?oi1|u@iXvQynxGuxaGCXQG&iFr-i{i#8x_cYRH~0z`vU5b+(7N{0V<<$ z94Kup3rVIcKy4tv+ICtpT*JqIMEYe)-CDao8MNp%xm53UnxH+$hw2 zlTiUIKppZ5)chN*|6>g3SstLG8;_wTx`dkGI_i*x@V%-XN27L-ftsigHNFdKhds@H zsLTwu>qAh1jzrBn7IpvZ9P+OP%IQ$*mfOJf7)rYe^~|@U##N&hI%FP41yq9y@HT3p z;AVaR5vcoPteu9sKim3SG$a4Iv6v1Wrfx{K-E*h~XP^R^kDBQBs6dxldo3!1n^6;g zWPWD-2eBUg$1wy?nYCC<`(l8KUcWR>5Z}VC2$j;lsPBP6s0GKM7Mg;ZXclVXdDj0s zQ~--nfxnAP?J7|j*^j#a2wx?Y~V8QS&65xu|&xt=$8)u>q~ge-xEbbjXRQ z!!!%Ez?-NW7bDqq>rg5E9QEwap*C;@bzgWJ|C=rz_4c$x1^hT_zJ93r2AgBskpCfc z%%(#-u0dtuGHRh~s7ULq9b4dMA_vvq0=3h}FdBPe6b?3DL}h3aYTg;v{~GGPw*pim zsVqk=xE{5$9pG*KEKd)NA$*>KpN0a~mqa!>EjWiFzx}TEA=OKY~!yjuXrrvk(>76Q}^nu%X`n z!Bmui5f3|@n~IHT&p{oorKm5EEvVmyL#V@a%e;@;S#XiRkw{bqlTd+Xpcc-v{vy=t z+Yw{*{tu<1)Qv~o@Cquz8K{L8Slh!m+V7zz+-&VnPzxSLQtD2kGVl#*-utLW=pOL{ zO+jt283yvHlu*&L9gccd(~+z?4`Z-AN5*>ckut!n~Ul%L*4gF zYd?>=e;g`f(@+a8LT$JL$wa`tM@7$M9qRB@p(fhu4{$rJU5(1fKGf@2i+W@aPzyBd z=s$uC)O`7<`HIaBr~o>n9zjox(fi+@N=rJ1+kl0r$loznq0Yc2)c3(|)U!T|`aZaB z?Z%z_fHF}3iPZ|V(_UsjQ~*z-0w0bK|NZ|m6-_)BQ*jk)z$d7M58_i;iwdmdG5=9@ zMeT3^Dl>ynJ0FWJa0=>?u0#d$0qSgQL(O{t1L~-ul7)9L4HG;26BVHzMQ2pxT`?K^ zpic9zP={_jYQmYAfF3Hab*PPOz^=FhgK!$hpV-WxI&W-jYI-zR6DYg5 zsLyfAUn%*N)86XXqAnp^Eu(daqKDRmb~WlVh%%XSObz?&#&(n+C<`d}z2vx@-1^)# zkybd8)c^a8p!HA6MQ>PKX4Dgx_LELlKdRO5*%14xcTc5tsPk4LdGK12* z%W-|Pn=<}?pLpssY4COB#!$vlYQ1OTbJ81f)mH$?KC) z5Om4=Z9-;f4eg`e%7moi28{ZS)>jn0L+2=!6g}1ElF!GKVA`2jMfu*l%1nt~dSX%c zO#1b%?x9?x=$q&*iay^^##1g(A{du~`ovH#MZS037D^*;Nn&O~9KHG+pBbCb$~vb}#L z<>a2CeVfvYa*MK+a)z>;Qjhyy#`9islcJypRehSQiKst%(x|L~1A158%vlrPkV@9X QNfXA8n_9KBeYep60ypz9g#Z8m diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index 3b0422e34da..4590e2d5b66 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Michal, 2020\n" "Language-Team: Polish (http://app.transifex.com/readthedocs/readthedocs/" @@ -29,7 +29,7 @@ msgstr "" "n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Wersja" @@ -158,29 +158,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -210,7 +210,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -240,7 +240,7 @@ msgid "Username" msgstr "Nazwa użytkownika" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -480,7 +480,7 @@ msgstr "Aktywna" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -560,7 +560,7 @@ msgstr "Zbudowany" msgid "Uploaded" msgstr "Przesłane" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Poziom prywatności" @@ -592,7 +592,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Typ dokumentacji" @@ -640,7 +640,7 @@ msgstr "Błąd" msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Commit" @@ -918,7 +918,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "URL" @@ -1044,7 +1044,7 @@ msgid "Publication date" msgstr "Data publikacji" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Data modyfikacji" @@ -1189,7 +1189,7 @@ msgstr "" msgid "Sign Up" msgstr "Rejestracja" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1251,8 +1251,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1450,11 +1449,11 @@ msgstr "Użytkownicy" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Nazwa" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Email" @@ -1609,46 +1608,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "URL strony" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2037,35 +2032,35 @@ msgstr "" msgid "Verify your email address" msgstr "Zweryfikuj swój adres email" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2145,7 +2140,7 @@ msgstr "Usunięty" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Publiczny" @@ -2316,75 +2311,79 @@ msgstr "Niepoprawna nazwa projektu" msgid "Repository invalid" msgstr "Repozytorium jest nieprawidłowe" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2400,17 +2399,15 @@ msgstr "" msgid "Alias" msgstr "Alias" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "Adres URL repozytorium" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Adres URL repozytorium" #: projects/models.py:267 msgid "Repository type" @@ -2433,169 +2430,169 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Wersja pojedyncza" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Wersja domyślna" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Gałąź domyślna" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN włączone" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Kod analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2603,304 +2600,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Wyróżniony" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Powiązane projekty" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Język" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Język programowania" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "ścieżka dostępu" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Domena" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Użyj HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2984,39 +2981,191 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Zaktualizowano ustawienia projektu" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Projekt usunięty" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Projekt usunięty" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Wersja" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Wersja" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Projekty podrzędne" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Projekty podrzędne" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Projekt usunięty" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "Projekt usunięty" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Data publikacji" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "Projekt usunięty" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook aktywowany" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook aktywowany" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook aktywowany" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Tłumaczenia" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Tłumaczenia" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Typ przekierowania" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Typ przekierowania" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Projekt usunięty" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Stworzony maszynowo" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Domain" +msgid "Domain updated" +msgstr "Domena" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Usunięty" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration" +msgid "Integration created" +msgstr "Integracja" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration" +msgid "Integration deleted" +msgstr "Integracja" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Zmienne środowiskowe" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Zmienne środowiskowe" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Zaktualizowano ustawienia projektu" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3392,10 +3541,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Opis" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5528,5 +5675,5 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "Zaloguj się" +#~ msgid "Site URL" +#~ msgstr "URL strony" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 12a46f08e454143487879a96f84530e9431dc51d..6bcaaaead402cf88c0c36dc24e9b900901dfe4ac 100755 GIT binary patch delta 26188 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 Fe*mimPLlut diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index fdfa45dfe9a..1ea7987cd5d 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rafael Fontenelle , 2020,2022-2024\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/readthedocs/" @@ -37,7 +37,7 @@ msgstr "" "1000000 == 0 ? 1 : 2;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Versão" @@ -166,16 +166,16 @@ msgstr "Nome de projeto \"{0}\" inválido: nenhum slug gerado." msgid "Project with slug \"{0}\" already exists." msgstr "Um projeto com slug \"{0}\" já existe." -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, 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:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "Um subprojeto com este alias já existe" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -184,7 +184,7 @@ msgstr "" "Redirecionamentos de prefixo foram removidos. Em vez disso, use um " "redirecionamento exato `/prefix/*`. Veja {blog_link}." -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." @@ -192,7 +192,7 @@ msgstr "" "sphinx_html redirecionamento foi renomeado para clean_url_to_html. Veja " "{blog_link}." -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -224,7 +224,7 @@ msgid "Log out" msgstr "Sair" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "Convite enviado" @@ -254,7 +254,7 @@ msgid "Username" msgstr "Usuário" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Projeto" @@ -496,7 +496,7 @@ msgstr "Ativo" msgid "Build successful" msgstr "Construção bem-sucedida" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Construção falhou" @@ -576,7 +576,7 @@ msgstr "Construído" msgid "Uploaded" msgstr "Enviado" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Nível de privacidade" @@ -609,7 +609,7 @@ msgstr "Tem ePub" msgid "Has HTML Zip" msgstr "Tem Zip de HTML" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Tipo de documentação" @@ -658,7 +658,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Commit" @@ -940,7 +940,7 @@ msgstr "Explicação do problema" msgid "Please provide as much detail as possible." msgstr "Por favor, forneça o máximo possível de detalhes." -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "URL" @@ -1072,7 +1072,7 @@ msgid "Publication date" msgstr "Data de publicação" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Data de modificação" @@ -1235,7 +1235,7 @@ msgstr "Torne-se um membro Gold" msgid "Sign Up" msgstr "Cadastrar" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1298,8 +1298,7 @@ msgstr "Do usuário" msgid "To user" msgstr "Para usuário" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "E-mail" @@ -1502,11 +1501,11 @@ msgstr "Usuários" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Nome" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "E-mail" @@ -1663,46 +1662,42 @@ msgstr "Todos os níveis de acess" msgid "Owner" msgstr "Dono" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "Nome da organização" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "E-mail de faturamento" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "URL do site" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "Nome organização inválido: nenhum slug gerado" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "Organização %(name)s já existe" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 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:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "Usuário %(username)s não existe" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "Usuário %(username)s já tem um dono" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "Equipe já existe" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "O usuário já é um membro da equipe" @@ -2148,35 +2143,35 @@ msgstr "Atualizar projetos" msgid "Verify your email address" msgstr "Verifique seu endereço de e-mail" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "Dono removido" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "O usuário é o último dono, não pode ser removido" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "Equipe adicionada" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "Equipe excluída" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "Equipe atualizada" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "Projetos da equipe atualizados" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "Membro adicionado à equipe" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "Membro removido da equipe" @@ -2256,7 +2251,7 @@ msgstr "Excluído" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Público" @@ -2369,33 +2364,20 @@ msgstr "" "definidas como públicas." #: projects/forms.py:173 -#, fuzzy -#| msgid "" -#| "To build from pull requests you need a GitHub or GitLab integration." msgid "To build from pull requests you need a " -msgstr "" -"Para construir a partir de pull requests, você precisa de uma integração com GitHub ou GitLab." +msgstr "Para construir a partir de pull requests, você precisa de uma " #: projects/forms.py:185 -#, fuzzy -#| msgid "" -#| "To build from pull requests your repository's webhook needs to send pull " -#| "request events. Try to resync your integration." msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" "Para construir a partir de pull requests, o webhook do seu repositório " -"precisa enviar eventos de pull request. Tente ressincronizar sua integração." +"precisa enviar eventos de pull request." #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "Não há suporte a subprojeto aninhado" +msgstr "Sem suporte a construção a partir de pull requests" #: projects/forms.py:263 #, python-brace-format @@ -2450,35 +2432,39 @@ msgstr "Nome de projeto inválido" msgid "Repository invalid" msgstr "Repositório inválido" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "Descrição curta deste projeto" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "Essa configuração é herdada da tradução mãe." -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "Ativar addons" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "Mostrar uma notificação em construções de pull requests" -#: projects/forms.py:649 +#: projects/forms.py:655 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:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." @@ -2486,16 +2472,16 @@ msgstr "" "O padrão personalizado de classificação do menu flutuante é necessário ao " "selecionar um padrão personalizado." -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuário %(username)s já é um mantenedor" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "A carga útil deve ser um objeto JSON válido." -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." @@ -2503,27 +2489,27 @@ msgstr "" "Este projeto está configurado com um esquema de versionamento que não " "oferece suporte a traduções." -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "Apenas um domínio pode ser canônico por vez." -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" @@ -2539,17 +2525,15 @@ msgstr "Subprojeto" msgid "Alias" msgstr "Apelido" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "Descrição curta deste projeto" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL do repositório" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "URL do repositório onde a documentação está hospedada" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL do repositório" #: projects/models.py:267 msgid "Repository type" @@ -2572,24 +2556,31 @@ msgid "URL that documentation is expected to serve from" msgstr "A URL na qual a documentação deverá ser exibida" #: projects/models.py:283 -msgid "Versioning scheme" +#, fuzzy +#| msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "Esquema de versionamento" #: projects/models.py:290 +#, fuzzy +#| 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." 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" "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:297 +#: projects/models.py:298 msgid "Single version" msgstr "Versão única" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2599,19 +2590,19 @@ msgstr "" "\"latest\", servida como raiz do domínio. Use isso com cautela, somente " "ative-a se nunca terá múltiplas versões de sua documentação." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "Versão padrão" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "A versão do seu projeto para a qual / redireciona" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Branch padrão" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." @@ -2619,11 +2610,11 @@ msgstr "" "Para qual branch \"latest\" aponta. Deixe em vazio para usar valor padrão " "para seu VCS." -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "Prefixo de caminho personalizado" -#: projects/models.py:332 +#: projects/models.py:333 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2631,11 +2622,11 @@ msgstr "" "Um prefixo de caminho personalizado usado ao fornecer documentação deste " "projeto. Por padrão, fornecemos documentação na raiz (/) de um domínio." -#: projects/models.py:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "Prefixo de caminho personalizado de subprojeto" -#: projects/models.py:343 +#: projects/models.py:344 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2645,11 +2636,11 @@ msgstr "" "subprojeto. Por padrão, fornecemos documentação de subprojetos sob o prefixo " "`/projects/`." -#: projects/models.py:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "Construir em pull requests para este projeto" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." @@ -2657,11 +2648,11 @@ msgstr "" "Mais informações em nossa documentação." -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "Nível de privacidade de pull requests" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2669,15 +2660,15 @@ msgstr "" "As construções de pull requests devem ser públicas? Se o seu " "repositório for público, não defina isso como privado." -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN ativada" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2685,11 +2676,11 @@ msgstr "" "Tracking ID do Google Analytics (por exemplo, UA-22345342-1). " "Isso pode tornar a página mais lenta." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "Desativar Analytics" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2697,15 +2688,15 @@ msgstr "" "Desativa completamente o Google Analytics para este projeto (requer " "reconstruir a documentação)" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Imagem alternativa de contêiner" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Limite de memória do contêiner" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2713,51 +2704,51 @@ msgstr "" "Limite de memória no formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "Tempo limite do contêiner em segundos" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "ID da fila alternativa de construção" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de construções simultâneas permitido para este projeto" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Permitir anúncio pago" -#: projects/models.py:425 +#: projects/models.py:426 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:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Sem anúncios" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "É spam?" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (não) spam" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Mostrar aviso de versão" -#: projects/models.py:441 +#: projects/models.py:442 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:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "Caminho do .readthedocs.yaml" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2769,19 +2760,19 @@ msgstr "" "exemplo, subcaminho/docs/.readthedocs.yaml. Deixe em branco " "para usar o valor padrão: .readthedocs.yaml." -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Em destaque" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "Ignorar (desativar) a construção deste projeto" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "Não listado" -#: projects/models.py:471 +#: projects/models.py:472 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2790,19 +2781,19 @@ msgstr "" "pesquisa do Read the Docs e solicita que mecanismos de pesquisa externos o " "removam por meio do robots.txt" -#: projects/models.py:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "O painel do projeto deve ser público?" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Projetos relacionados" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2810,23 +2801,23 @@ msgstr "" "Idioma no qual a documentação do projeto é renderizada. Nota: isso afeta a " "URL do seu projeto." -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Linguagem de programação" -#: projects/models.py:513 +#: projects/models.py:514 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:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "Este projeto foi construído com um webhook" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Este projeto foi clonado com sucesso" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " @@ -2836,67 +2827,67 @@ msgstr "" "doc.org/en/stable/builders.html#sphinx.builders.html." "DirectoryHTMLBuilder\">Mais informações sobre construtores do Sphinx." -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "projeto" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Modelo deve ter slug" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "Não há suporte a subprojeto aninhado" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Caminho" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "ID de construção" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "Classificação de busca por páginas" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este arquivo de operações como indexação" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "criado" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "modificado" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "Construção acionada" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "Construção bem-sucedida" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL para onde enviar o webhook" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para assinar a carga útil do webhook" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "Eventos para assinar" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check a documentação para substituições disponíveis." -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Domínio" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "Este domínio foi criado automaticamente" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "Este domínio é um CNAME para o projeto" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "Este domínio é o principal de onde a documentação é veiculada" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Sempre usar HTTPS para este domínio" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "Número de vezes que este domínio foi acessado" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Status do certificado SSL" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "Ignorar processo de validação." -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "Data de início do processo de validação." -#: projects/models.py:1768 +#: projects/models.py:1769 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:1773 +#: projects/models.py:1774 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:1778 +#: projects/models.py:1779 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:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "Construção: Tenta um método alternativo de postar dados grandes" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" "Conda: Anexa os requisitos principais do Read the Docs ao arquivo " "environment.yml" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2983,19 +2974,19 @@ msgstr "" "Sphinx: Passa todas as versões (incluindo privadas) para o contexto HTML ao " "construir com o Sphinx" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "Proxito: Registra visualizações de páginas 404s." -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "Proxito: Desativa todas as visualizações de páginas" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: Permite o uso do cabeçalho X-RTD-Slug" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -3003,97 +2994,97 @@ msgstr "" "Proxito: Usa APIs com proxy (/_/*) com o prefixo personalizado se o projeto " "tiver um (Projeto.prefixo_personalizado)." -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "Painel: Permite que o projeto use o banner de aviso de versão." -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "Webhook: Ignora a sincronização de branches" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "Webhook: Ignora a sincronização de tags" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "Webhook: Ignora a sincronização de tarefas de versões" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "Construção: Sempre executa pip install --upgrade" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "Construção: Usa o novo resolvedor do pip" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "Construção: Não instala a versão mais recente do pip" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: Usa a versão mais recente da extensão Read the Docs do Sphinx" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "Construção: Instala todas as versões mais recentes a partir dos requisitos " "principais do Read the Docs" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" -msgstr "" +msgstr "Sphinx: Não anexa `conf.py` e não instala ``readthedocs-sphinx-ext``" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "Pesquisa: Desativa a pesquisa no servidor" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "Pesquisa: Ativa a pesquisa no servidor para projetos MkDocs" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" "Pesquisa: Usa como padrão a pesquisa difusa para consultas de pesquisa " "simples" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "Construção: Define a proteção de redução antes/depois da construção." -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "Padronizar todos os projetos anteriores como True" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "Padronizar todos os projetos futuros como True" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "Expor esta variável de ambiente em construções de PR?" @@ -3182,19 +3173,31 @@ msgstr "O único nome de arquivo permitido é {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de arquivos permitidos são {filenames}." -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Configurações do projeto atualizadas" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Projeto excluído" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "Addons do projeto atualizados" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Projeto excluído" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version activated" +msgid "Version created" +msgstr "Versão ativada" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version deleted" +msgid "Version updated" +msgstr "Versão excluída" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3203,20 +3206,168 @@ msgstr "" "Há um problema com sua conta do {service}, tente reconectar sua conta na sua " "página de serviços conectados." -#: projects/views/private.py:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subproject" +msgid "Subproject created" +msgstr "Subprojeto" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Team projects updated" +msgid "Subproject updated" +msgstr "Projetos da equipe atualizados" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Projeto excluído" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Team deleted" +msgid "User deleted" +msgstr "Equipe excluída" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} é o último dono, não pode ser removido" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Email Notifications" +msgid "Notification created" +msgstr "Notificações por e-mail" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Version deleted" +msgid "Notification deleted" +msgstr "Versão excluída" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook ativado" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook ativado" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook ativado" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Traduções" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Version deleted" +msgid "Translation deleted" +msgstr "Versão excluída" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Recently created" +msgid "Redirect created" +msgstr "Criada recentemente" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Tipo de redirecionamento" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Projeto excluído" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Criada por máquina" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Team updated" +msgid "Domain updated" +msgstr "Equipe atualizada" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Team deleted" +msgid "Domain deleted" +msgstr "Equipe excluída" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Tipo de integração" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Tipo de integração" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Variáveis de ambiente" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Variáveis de ambiente" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule moved" +msgstr "Regra de automação" + +#: projects/views/private.py:1050 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule deleted" +msgstr "Regra de automação" + +#: projects/views/private.py:1060 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule created" +msgstr "Regra de automação" + +#: projects/views/private.py:1064 +#, fuzzy +#| msgid "Automation Rule" +msgid "Automation rule updated" +msgstr "Regra de automação" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Configurações do projeto atualizadas" +msgstr "As configurações de pull request foram atualizadas" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3548,12 +3699,7 @@ msgid "Organization Subscription" msgstr "Assinatura de organização" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, fuzzy, python-format -#| msgid "" -#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " -#| "to the end of your trial. Upgrade your account by clicking on " -#| "Manage Subscription below." +#, python-format msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " @@ -3620,10 +3766,8 @@ msgstr "" "Business." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Stripe subscription" msgid "Start subscription" -msgstr "Assinatura Stripe" +msgstr "Iniciar assinatura" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -4817,7 +4961,7 @@ msgstr "Gerar token de API" #: templates/profiles/private/token_list.html:54 msgid "You currently have no API tokens." -msgstr "" +msgstr "Você atualmente tem nenhum token de API" #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -6067,14 +6211,8 @@ msgstr "" "excluir a conexão OAuth do Read the Docs. No GitHub, isso está localizado em " "Settings > Applications > Authorized OAuth Apps." -#~ msgid "Manage Subscription" -#~ msgstr "Gerenciar assinatura" - -#~ msgid "Create Subscription" -#~ msgstr "Criar assinatura" - -#~ msgid "Sign In" -#~ msgstr "Autenticar" +#~ msgid "Site URL" +#~ msgstr "URL do site" -#~ msgid "No API Tokens currently configured." -#~ msgstr "Nenhum token de API atualmente configurado." +#~ msgid "Hosted documentation repository URL" +#~ msgstr "URL do repositório onde a documentação está hospedada" diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.mo b/readthedocs/locale/ru/LC_MESSAGES/django.mo index 990e73faa0be448d9c4412666586cc91b24b856c..71f465e8fb9776b040b08cd456ee93c44ec37910 100755 GIT binary patch delta 13347 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 && n%100<=14)? 2 : 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версия" @@ -168,29 +168,29 @@ msgstr "Неправильное имя проекта \"{0}\": не сгене msgid "Project with slug \"{0}\" already exists." msgstr "Проект с URL \"{0}\" уже существует." -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект с {slug_name}={value} недействителен в качестве подпроекта" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "Подпроект с таким псевдонимом уже существует" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -220,7 +220,7 @@ msgid "Log out" msgstr "Выйти" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "Приглашение отправлено" @@ -250,7 +250,7 @@ msgid "Username" msgstr "Имя пользователя" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -490,7 +490,7 @@ msgstr "Активно" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Сборка не удалась" @@ -570,7 +570,7 @@ msgstr "Сформировано" msgid "Uploaded" msgstr "Загружено" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Уровень приватности" @@ -602,7 +602,7 @@ msgstr "Имеет ePub" msgid "Has HTML Zip" msgstr "Имеет HTML Zip" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Тип документации" @@ -650,7 +650,7 @@ msgstr "Ошибка" msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Коммит" @@ -928,7 +928,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1059,7 +1059,7 @@ msgid "Publication date" msgstr "Дата публикации" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Дата последнего изменения" @@ -1212,7 +1212,7 @@ msgstr "" msgid "Sign Up" msgstr "Регистрация" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1274,8 +1274,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "Эл. почта" @@ -1473,11 +1472,11 @@ msgstr "Пользователи" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Имя" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Адрес электронной почты" @@ -1632,46 +1631,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "URL сайта" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2060,35 +2055,35 @@ msgstr "" msgid "Verify your email address" msgstr "Подтвердите ваш email адрес" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2168,7 +2163,7 @@ msgstr "Удалён" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Общедоступный" @@ -2289,10 +2284,8 @@ msgid "" msgstr "" #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "Вложенность подпроектов не поддерживается" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2341,75 +2334,79 @@ msgstr "Недопустимое имя проекта" msgid "Repository invalid" msgstr "Недействительный репозиторий" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Уже существует перевод “{lang}” для проекта {proj}." -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Длина каждой метки не должна превышать 100 символов." -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" @@ -2425,17 +2422,15 @@ msgstr "" msgid "Alias" msgstr "Псевдоним" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL репозитория" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "URL хостинга репозитория документации" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL репозитория" #: projects/models.py:267 msgid "Repository type" @@ -2458,21 +2453,21 @@ msgid "URL that documentation is expected to serve from" msgstr "URL, с которого ожидается предоставление документации" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Единственная версия" -#: projects/models.py:300 +#: projects/models.py:301 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2483,74 +2478,74 @@ msgstr "" "если точно не планируете в будущем иметь несколько версий вашей " "документации." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "Версия по умолчанию" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "На какую версию вашего проекта идёт перенаправление с /" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Ветка по умолчанию" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN включен" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Код для аналитики" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2558,25 +2553,25 @@ msgstr "" "Google Analytics Tracking ID (например, UA-22345342-1). Это " "может замедлить загрузку вашей страницы." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Альтернативный образ контейнера" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Ограничение памяти контейнера" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2584,54 +2579,54 @@ msgstr "" "Ограничение памяти в формате Docker — например: 512m или " "1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "Ограничение времени контейнера в секундах" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "Альтернативный идентификатор очереди сборки" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Разрешить платную рекламу" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" "Если этот флажок не установлен, пользователи всё равно будут видеть рекламу " "сообщества." -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Без рекламы" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Показывать предупреждение о версии" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Показывать предупреждения как для нестабильных, так и для не свежих версий." -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2639,37 +2634,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Особенные" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Связанные проекты" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Язык" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2677,268 +2672,268 @@ msgstr "" "Язык документации проекта. Обратите внимание: эта настройка влияет на URL " "вашего проекта." -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Язык программирования" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "Основной язык программирования, на котором написан проект." -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "Сборка проекта была запущена с помощью веб-обработчика" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Данный проект был успешно склонирован" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "В модели должен быть URL" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "Вложенность подпроектов не поддерживается" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Путь" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "создано" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "изменено" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "URL, на которые следует отправлять веб-обработчика" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Домен" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Использовать HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Всегда использовать HTTPS для данного домена" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "Количество посещений этого домена" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3024,19 +3019,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Обновлены настройки проекта" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Проект удалён" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Проект удалён" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version activated" +msgid "Version created" +msgstr "Версия активирована" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version deleted" +msgid "Version updated" +msgstr "Версия удалена" + +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3045,20 +3052,162 @@ msgstr "" "Возникла проблема с вашей учётной записью {service}, попробуйте повторно " "подключить её на странице подключённых служб." -#: projects/views/private.py:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Подпроекты" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Подпроекты" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Проект удалён" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Version deleted" +msgid "User deleted" +msgstr "Версия удалена" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Invitation accepted" +msgid "Notification created" +msgstr "Приглашение принято" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Version deleted" +msgid "Notification deleted" +msgstr "Версия удалена" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Веб-обработчик активирован." + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Веб-обработчик активирован." + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Веб-обработчик активирован." + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Переводы" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Version deleted" +msgid "Translation deleted" +msgstr "Версия удалена" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Тип перенаправления" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Тип перенаправления" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Проект удалён" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Сгенерировано" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Stay Updated" +msgid "Domain updated" +msgstr "Будьте в курсе" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Version deleted" +msgid "Domain deleted" +msgstr "Версия удалена" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Тип интеграции" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Тип интеграции" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Переменные окружения" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Переменные окружения" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Invitation revoked" +msgid "Automation rule moved" +msgstr "Приглашение отменено" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Обновлены настройки проекта" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3437,10 +3586,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Описание" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5686,5 +5833,8 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "Регистрация" +#~ msgid "Site URL" +#~ msgstr "URL сайта" + +#~ msgid "Hosted documentation repository URL" +#~ msgstr "URL хостинга репозитория документации" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index dc11fbe96a5..c2d0af223ec 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Veronika Kabatova , 2015\n" "Language-Team: Slovak (http://app.transifex.com/readthedocs/readthedocs/" @@ -23,7 +23,7 @@ msgstr "" ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Verzia" @@ -152,29 +152,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -204,7 +204,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -234,7 +234,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -474,7 +474,7 @@ msgstr "Aktívny" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -554,7 +554,7 @@ msgstr "" msgid "Uploaded" msgstr "Odoslaný" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Úroveň súkromia" @@ -586,7 +586,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Typ dokumentácie" @@ -634,7 +634,7 @@ msgstr "Chyba" msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "" @@ -912,7 +912,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1038,7 +1038,7 @@ msgid "Publication date" msgstr "Dátum zverejnenia" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Dátum úpravy" @@ -1183,7 +1183,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1245,8 +1245,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1444,11 +1443,11 @@ msgstr "Užívatelia" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Názov" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Email" @@ -1601,46 +1600,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2029,35 +2024,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2137,7 +2132,7 @@ msgstr "Vymazaný" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Verejný" @@ -2308,75 +2303,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2392,17 +2391,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL Repozitára" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL Repozitára" #: projects/models.py:267 msgid "Repository type" @@ -2425,169 +2422,169 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Štandardná verzia" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Verzia projektu, na ktorý sa adresa / presmeruje" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Štandardná vetva" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2595,304 +2592,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Jazyk" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Model musí mať slug" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Cesta" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2976,35 +2973,155 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 -msgid "Project addons updated" +#: projects/views/private.py:205 +msgid "Project deleted" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:219 +msgid "Project addons updated" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Verzia" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Verzia" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +msgid "Subproject created" +msgstr "" + +#: projects/views/private.py:464 +msgid "Subproject updated" +msgstr "" + +#: projects/views/private.py:469 +msgid "Subproject deleted" +msgstr "" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Deleted" +msgid "User deleted" +msgstr "Vymazaný" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Dátum zverejnenia" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Publication date" +msgid "Notification deleted" +msgstr "Dátum zverejnenia" + +#: projects/views/private.py:628 +msgid "Webhook created" +msgstr "" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +msgid "Webhook deleted" +msgstr "" + +#: projects/views/private.py:703 +msgid "Translation created" +msgstr "" + +#: projects/views/private.py:708 +msgid "Translation deleted" +msgstr "" + +#: projects/views/private.py:751 +msgid "Redirect created" +msgstr "" + +#: projects/views/private.py:755 +msgid "Redirect updated" +msgstr "" + +#: projects/views/private.py:785 +msgid "Redirect deleted" +msgstr "" + +#: projects/views/private.py:818 +msgid "Domain created" +msgstr "" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Vymazaný" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3382,10 +3499,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Popis" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.mo b/readthedocs/locale/tr/LC_MESSAGES/django.mo index bbcc0be3476fb5ec48537e2dc5f413d9a4e69b6d..f474dcd008a007137f8470d17d2d13de59799b18 100755 GIT binary patch delta 10444 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 SN(tH4q)M(T+hz{R9sPg18`qTp delta 10568 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 1);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Sürüm" @@ -151,29 +151,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Kullanıcı adı" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Proje" @@ -473,7 +473,7 @@ msgstr "Etkin" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Oluşturma başarısız oldu" @@ -553,7 +553,7 @@ msgstr "Oluşturuldu" msgid "Uploaded" msgstr "Gönderildi" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Gizlilik Seviyesi" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Belgelendirme türü" @@ -633,7 +633,7 @@ msgstr "Hata" msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "İşle" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Yayımlanma tarihi" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Değiştirilme tarihi" @@ -1187,7 +1187,7 @@ msgstr "" msgid "Sign Up" msgstr "Kaydol" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1249,8 +1249,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1448,11 +1447,11 @@ msgstr "Kullanıcılar" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Adı" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "E-posta" @@ -1607,46 +1606,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2035,35 +2030,35 @@ msgstr "" msgid "Verify your email address" msgstr "E-posta adresinizi doğrulayın" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2143,7 +2138,7 @@ msgstr "Silindi" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Ortak" @@ -2264,10 +2259,8 @@ msgid "" msgstr "" #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "Alt proje iç içe geçme desteklenmiyor" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2316,75 +2309,79 @@ msgstr "Geçersiz proje adı" msgid "Repository invalid" msgstr "Depo geçersiz" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, 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:554 +#: projects/forms.py:560 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:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1116 +#: projects/forms.py:1122 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:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" @@ -2400,17 +2397,15 @@ msgstr "" msgid "Alias" msgstr "Kod adı" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "Depo URL'si" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "Barındırılan belgelendirme deposu URL'si" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "Depo URL'si" #: projects/models.py:267 msgid "Repository type" @@ -2433,21 +2428,21 @@ msgid "URL that documentation is expected to serve from" msgstr "Belgelendirmenin sunulmasının beklendiği URL" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Tek sürüm" -#: projects/models.py:300 +#: projects/models.py:301 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2457,74 +2452,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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Varsayılan sürüm" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Projenizin / işaretinin yönlendirdiği sürümü" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Varsayılan dal" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN Etkinleştirildi" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Çözümleme kodu" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2532,25 +2527,25 @@ msgstr "" "Google Analytics İzleme Kimliği (ör. UA-22345342-1). Bu, sayfa " "yüklemelerinizi yavaşlatabilir." -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "Alternatif kapsayıcı resmi" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "Kapsayıcı bellek sınırı" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2558,52 +2553,52 @@ msgstr "" "Docker biçiminde bellek sınırı -- örnek: 512m veya 1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "Saniye olarak kapsayıcı zaman sınırı" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "Alternatif oluşturma kuyruğu kimliği" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "Ücretli reklamlara izin verin" -#: projects/models.py:425 +#: projects/models.py:426 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:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "Reklamsız" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "Sürüm uyarısını göster" -#: projects/models.py:441 +#: projects/models.py:442 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:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2611,305 +2606,305 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Öne Çıkanlar" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "İlgili projeler" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Dil" -#: projects/models.py:501 +#: projects/models.py:502 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:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Programlama Dili" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "Projenin yazıldığı birincil programlama dili." -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "Bu proje bir web kancası ile oluşturuldu" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "Bu proje başarılı olarak kopyalandı" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Model başlık bilgisine sahip olmak zorundadır" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "Alt proje iç içe geçme desteklenmiyor" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Yol" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "Web kancasının göndereceği URL" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "Etki Alanı" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "HTTPS kullan" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "Bu etki alanı için her zaman HTTPS kullan" -#: projects/models.py:1741 +#: projects/models.py:1742 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:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2993,19 +2988,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "Proje ayarları güncellendi" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "Proje silindi" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "Proje silindi" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Sürüm" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Sürüm" + +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3014,20 +3021,160 @@ 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Alt Projeler" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Alt Projeler" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "Proje silindi" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "Proje silindi" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Yayımlanma tarihi" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "Proje silindi" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Web kancası etkinleştirildi" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Web kancası etkinleştirildi" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Web kancası etkinleştirildi" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Çeviriler" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Çeviriler" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Yönlendirme Türü" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Yönlendirme Türü" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "Proje silindi" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Makine Oluşturuldu" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Stay Updated" +msgid "Domain updated" +msgstr "Güncel Kalın" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Silindi" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "Bütünleştirme türü" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "Bütünleştirme türü" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "Ortam Değişkenleri" + +#: projects/views/private.py:1009 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "Ortam Değişkenleri" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "Proje ayarları güncellendi" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3404,10 +3551,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Tanım" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5613,5 +5758,5 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "Giriş Yap" +#~ msgid "Hosted documentation repository URL" +#~ msgstr "Barındırılan belgelendirme deposu URL'si" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index 6443bf72ffd..e2a771f505e 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Anna Zhirnova, 2023\n" "Language-Team: Ukrainian (http://app.transifex.com/readthedocs/readthedocs/" @@ -30,7 +30,7 @@ msgstr "" "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Версія:" @@ -159,29 +159,29 @@ msgstr "Недійсна назва проекту \"{0}\": слаг не ств msgid "Project with slug \"{0}\" already exists." msgstr "Проект зі слагом \"{0}\" вже існує." -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект із {slug_name}={value} недійсний як підпроект" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "Підпроект із цим псевдонімом уже існує" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -211,7 +211,7 @@ msgid "Log out" msgstr "Вийти" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "Запрошення надіслане" @@ -241,7 +241,7 @@ msgid "Username" msgstr "Ім'я користувача" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -483,7 +483,7 @@ msgstr "Активний" msgid "Build successful" msgstr "Білд успішний" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "Білд невдався" @@ -563,7 +563,7 @@ msgstr "Збудований" msgid "Uploaded" msgstr "Завантажено" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Рівень конфіденційності" @@ -596,7 +596,7 @@ msgstr "Має ePub" msgid "Has HTML Zip" msgstr "Має HTML Zip" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Тип документації" @@ -646,7 +646,7 @@ msgstr "Помилка" msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "Здійснити" @@ -926,7 +926,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "URL" @@ -1052,7 +1052,7 @@ msgid "Publication date" msgstr "Дата публікації" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Модифікована дата" @@ -1197,7 +1197,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1259,8 +1259,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1458,11 +1457,11 @@ msgstr "Користувачі" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Ім’я" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "Email" @@ -1615,46 +1614,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2043,35 +2038,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2151,7 +2146,7 @@ msgstr "Видалено" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Загальнодоступно" @@ -2322,75 +2317,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2406,17 +2405,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL репозиторію" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL репозиторію" #: projects/models.py:267 msgid "Repository type" @@ -2439,21 +2436,21 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Єдина версія" -#: projects/models.py:300 +#: projects/models.py:301 msgid "" "A single version site has no translations and only your \"latest\" version, " "served at the root of the domain. Use this with caution, only turn it on if " @@ -2464,148 +2461,148 @@ msgstr "" "пересторогою, активуйте тільки якщо ви ніколи не будете мати чисельні " "версії ваших документів." -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "Версія за замовчуванням" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Версія проекту на яку перенаправляє /" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Гілка за замовчуванням" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Код аналітики" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2613,304 +2610,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Обране" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Пов’язані проекти" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Мова" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "Мова програмування" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Модель повинна мати slug" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Шлях" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "Створено" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "Модифіковано" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "Використовувати HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2994,35 +2991,177 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 -msgid "Project addons updated" +#: projects/views/private.py:205 +msgid "Project deleted" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:219 +msgid "Project addons updated" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version name" +msgid "Version created" +msgstr "Ім'я версії" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version name" +msgid "Version updated" +msgstr "Ім'я версії" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Підпроекти" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Підпроекти" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject deleted" +msgstr "Підпроекти" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Deleted" +msgid "User deleted" +msgstr "Видалено" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Invitation accepted" +msgid "Notification created" +msgstr "Запрошення прийняте" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Invitation declined" +msgid "Notification deleted" +msgstr "Запрошення відхилено" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "created" +msgid "Webhook created" +msgstr "Створено" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +msgid "Webhook deleted" +msgstr "" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "Переклади" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "Переклади" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "created" +msgid "Redirect created" +msgstr "Створено" + +#: projects/views/private.py:755 +msgid "Redirect updated" +msgstr "" + +#: projects/views/private.py:785 +msgid "Redirect deleted" +msgstr "" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "Машина створена" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Видалено" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Invitation accepted" +msgid "Integration created" +msgstr "Запрошення прийняте" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Invitation declined" +msgid "Integration deleted" +msgstr "Запрошення відхилено" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +#, fuzzy +#| msgid "Invitation revoked" +msgid "Automation rule moved" +msgstr "Запрошення відкликано" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3400,10 +3539,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Опис" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index 42c81d567ec..88ffb6e6a47 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Xuân Sâm Đinh , 2016\n" "Language-Team: Vietnamese (Viet Nam) (http://app.transifex.com/readthedocs/" @@ -22,7 +22,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "Phiên bản" @@ -151,29 +151,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "Dự án" @@ -473,7 +473,7 @@ msgstr "Đang hoạt động" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "" @@ -553,7 +553,7 @@ msgstr "Đã được xây dựng" msgid "Uploaded" msgstr "Đã được tải lên" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "Mức độ bảo mật" @@ -585,7 +585,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "Kiểu tài liệu" @@ -633,7 +633,7 @@ msgstr "Lỗi" msgid "Exit code" msgstr "" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "" @@ -911,7 +911,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1037,7 +1037,7 @@ msgid "Publication date" msgstr "Ngày xuất bản" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "Ngày thay đổi" @@ -1182,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1244,8 +1244,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1443,11 +1442,11 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "Tên" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "" @@ -1600,46 +1599,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2028,35 +2023,35 @@ msgstr "" msgid "Verify your email address" msgstr "" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2136,7 +2131,7 @@ msgstr "Đã xóa" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "Công cộng" @@ -2307,75 +2302,79 @@ msgstr "" msgid "Repository invalid" msgstr "" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2391,17 +2390,15 @@ msgstr "" msgid "Alias" msgstr "" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "URL của kho" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "URL của kho" #: projects/models.py:267 msgid "Repository type" @@ -2424,169 +2421,169 @@ msgid "URL that documentation is expected to serve from" msgstr "" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "Phiên bản đơn lẻ" -#: projects/models.py:300 +#: projects/models.py:301 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:307 +#: projects/models.py:308 msgid "Default version" msgstr "Phiên bản mặc định" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "Phiên bản mà / trỏ tới" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "Nhánh mặc định" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "Mã Analytics" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2594,304 +2591,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "Tính năng" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "Các dự án liên quan" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "Ngôn ngữ" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "Đường dẫn" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2975,35 +2972,167 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:202 -msgid "Project addons updated" +#: projects/views/private.py:205 +msgid "Project deleted" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" +#: projects/views/private.py:219 +msgid "Project addons updated" msgstr "" -#: projects/views/private.py:396 +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version" +msgid "Version created" +msgstr "Phiên bản" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version" +msgid "Version updated" +msgstr "Phiên bản" + +#: projects/views/private.py:402 #, 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:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "Dự án con" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "Dự án con" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject deleted" +msgstr "Dự án con" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Deleted" +msgid "User deleted" +msgstr "Đã xóa" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "Ngày xuất bản" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Publication date" +msgid "Notification deleted" +msgstr "Ngày xuất bản" + +#: projects/views/private.py:628 +msgid "Webhook created" +msgstr "" + +#: projects/views/private.py:638 +msgid "Webhook updated" +msgstr "" + +#: projects/views/private.py:648 +msgid "Webhook deleted" +msgstr "" + +#: projects/views/private.py:703 +msgid "Translation created" +msgstr "" + +#: projects/views/private.py:708 +msgid "Translation deleted" +msgstr "" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "Kiểu tái định hướng" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "Kiểu tái định hướng" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect deleted" +msgstr "Kiểu tái định hướng" + +#: projects/views/private.py:818 +msgid "Domain created" +msgstr "" + +#: projects/views/private.py:838 +msgid "Domain updated" +msgstr "" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "Đã xóa" + +#: projects/views/private.py:898 +msgid "Integration created" +msgstr "" + +#: projects/views/private.py:925 +msgid "Integration deleted" +msgstr "" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" msgstr "" @@ -3381,10 +3510,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "Miêu tả" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5514,6 +5641,3 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" - -#~ msgid "Sign In" -#~ msgstr "Đăng nhập" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo b/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo index 859d5bafc8aa5bfaf0b155a3f73f4a9bc2c2a652..ec93516af5044bf1391d8273655bf806f9877b85 100755 GIT binary patch delta 11085 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 delta 11189 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 diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index 3ddf6939ac5..94cb8dc7273 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-07-09 14:53+0000\n" +"POT-Creation-Date: 2024-07-23 14:39+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: JY3, 2022-2023\n" "Language-Team: Chinese (China) (http://app.transifex.com/readthedocs/" @@ -45,7 +45,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -174,29 +174,29 @@ msgstr "无效的项目名称「{0}」:未生成网址标识。" msgid "Project with slug \"{0}\" already exists." msgstr "网址标识为「{0}」的项目已存在。" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "带有 {slug_name}={value} 的项目不能作为子项目。" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "存在具有此名称的子项目" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -226,7 +226,7 @@ msgid "Log out" msgstr "退出登录" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "" @@ -256,7 +256,7 @@ msgid "Username" msgstr "用户名" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "项目" @@ -496,7 +496,7 @@ msgstr "激活" msgid "Build successful" msgstr "" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "构建失败" @@ -576,7 +576,7 @@ msgstr "构建" msgid "Uploaded" msgstr "已上传" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "隐私级别" @@ -608,7 +608,7 @@ msgstr "存在ePub" msgid "Has HTML Zip" msgstr "存在HTML Zip" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "文档类型" @@ -656,7 +656,7 @@ msgstr "错误" msgid "Exit code" msgstr "退出码" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "提交" @@ -934,7 +934,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "" @@ -1060,7 +1060,7 @@ msgid "Publication date" msgstr "发布日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "修改日期" @@ -1205,7 +1205,7 @@ msgstr "" msgid "Sign Up" msgstr "注册" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1267,8 +1267,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1466,11 +1465,11 @@ msgstr "用户" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "名称" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "电子邮件" @@ -1623,46 +1622,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2052,35 +2047,35 @@ msgstr "" msgid "Verify your email address" msgstr "验证你的邮箱地址" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2160,7 +2155,7 @@ msgstr "已删除" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "公开" @@ -2281,10 +2276,8 @@ msgid "" msgstr "" #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "不支持嵌套子项目" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2333,75 +2326,79 @@ msgstr "项目名称无效" msgid "Repository invalid" msgstr "无效仓库" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "每个标签的长度必须小于等于 100 个字符。" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2417,17 +2414,15 @@ msgstr "" msgid "Alias" msgstr "别名" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "代码库地址" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "托管文档仓库 URL" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "代码库地址" #: projects/models.py:267 msgid "Repository type" @@ -2450,21 +2445,21 @@ msgid "URL that documentation is expected to serve from" msgstr "访问文档的URL" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "单一版本" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2473,74 +2468,74 @@ msgstr "" "单一版本的站点不含多个翻译版本,只有一个「latest」版本,使用根域名进行托管。" "请谨慎使用,仅在您的文档永远不会用到多版本时使用它。" -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "默认版本" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "访问项目根目录时重定向的目标版本" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "默认分支" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "CDN 已启用" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "分析代码" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2548,75 +2543,75 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). 这将减慢你的页" "面加载速度。" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "备选容器镜像" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "容器内存限制" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 格式的内存限制 -- 例: 512m or 1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "容器的时间限制秒数" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "备用构建的队列id" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "允许已付费广告" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "如果未选中的话,你仍然会看到社区广告。" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "去广告" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非 stable(稳定)或 latest(最新)版本中展示警告横幅。" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2624,304 +2619,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "精选" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "相关项目" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "语言" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "该项目的文档所呈现的语言。注意:这影响您的项目的 URL。" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "编程语言" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "项目使用的主要编程语言" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "项目构建同时包含webhook" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "此项目已成功被克隆" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Model 必须包含 slug" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "不支持嵌套子项目" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "路径" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "创建的" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "修改的" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "发送 webhook 到" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "域" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "此域访问次数" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3005,19 +3000,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "项目设置已更新" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "项目已删除" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "项目已删除" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version name" +msgid "Version created" +msgstr "项目名称" -#: projects/views/private.py:396 +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version name" +msgid "Version updated" +msgstr "项目名称" + +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3026,20 +3033,156 @@ msgstr "" "您的 {service} 账号出现了问题,尝试重新连接 已连接服务页面" "上的账号。" -#: projects/views/private.py:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "子项目" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "子项目" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "项目已删除" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "项目已删除" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Publication date" +msgid "Notification created" +msgstr "发布日期" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "项目已删除" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "Webhook 已激活" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "Webhook 已激活" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "Webhook 已激活" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "翻译" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "翻译" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "重定向类型" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "重定向类型" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "项目已删除" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "由机器创建" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Domain" +msgid "Domain updated" +msgstr "域" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "已删除" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "集成类型" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "集成类型" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" -#: projects/views/private.py:1222 -#, fuzzy -#| msgid "Project settings updated" +#: projects/views/private.py:1005 +msgid "Environment variable created" +msgstr "" + +#: projects/views/private.py:1009 +msgid "Environment variable deleted" +msgstr "" + +#: projects/views/private.py:1034 +msgid "Automation rule moved" +msgstr "" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "项目设置已更新" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3415,10 +3558,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Description" msgid "Start subscription" -msgstr "说明" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5568,8 +5709,5 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "登录" - -#~ msgid "No API Tokens currently configured." -#~ msgstr "没有已设置的 API 令牌。" +#~ msgid "Hosted documentation repository URL" +#~ msgstr "托管文档仓库 URL" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo b/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo index d6c400fa91f744481c44f138472a404cd3490f84..4b7d354e32c326d972d4ae8889ad06979eb3fc52 100755 GIT binary patch delta 12729 zcmajlcYGDa`p5ANgcK7JAoNfY2;D$vN$4%q(4~f6MLMW-SgAs&hTcIsR|TXCC`c0& zq*?G%L=*)T3(ZjP=X>_S>+k;a+t+<~&oeVSGdsI`&XLQ+eHp&no58)3&40eb(IkW8 zo}oU3DsT?>EiUjEI7=36LXUn1p9BFXl}2 zZdqB>f~%u$RTI=gI-_>7C%T0x^rN5?XQMxEHn*TU?!fH054H7YP+R;hYQQ_FTbPd8 z!OYxnO&p1Oc1oHFW)iAji%Q&ob?icg1|DdRvyQVcKlMvd3)qXglGCVreHHZ#+(O;c zKT!*Qgj!ezwoCOvsGZ7c<~K`JX8-k2RHQ;Hs(~7?32I@jQCH9twZI|fc;t3FZ(&tD zjyli3inoAJ)Oiu8`Y6;hQ5^GNWz_hsTnd`F2WsU*PzxG?1#tpufVWX6Y)0+CUeql( zi5mDa=EUDn=LN7TjaL*kek^JStC-EP8M)hwLNN+EQ3GDa-1s}{3W9mm^-Sb6BT*AY zp>`wzwXph@w?R$Z8@12@);%40X`@IV14C;!mTK9ndzt<$XLVM zks#ESirTS6Yj0uooly%IZ236ULpcYv&;=OeQdmtv_johb!}pQr$w^0DVTGDZ zhRsk5>4h4oFKX)tqb|Tj-Lk2u1n^65eM4fjI)$d|0_FpUdj*9a5i#0^m z_9iZY`KYgoI@0Qi^CJI9BNLJJi6+-QJnL4hwvIOgx zj5@Iu@;|3Nf5hW*tcMp+3yDm!fl&R+pf02W>dLBHULUm+EifZ?w7e^7hx@q{%1~I2 zANe`XDQrwWliAwhH<*m&>hmdy<4~{N71R~oMm;0XP+Oe0fwyy|Q4e1&)B>8Jb}j|= zO!P*b?~bLQEt!RS7M5Zm+>F}#Q>c4*3waZrXQ%)UBFi zPDd>$&GID}uJ?a61#QhX)J_~gUGYiOmR?1jc*lH%P02HIUo=5WRR8vI(1T z3z&`>(4Xzn`GKf~XGbk0rYZZMnL<1jT0j!&AxTDEaVx9uhkAX6qWTX*Eo73l&%!YB z`KSe~#r(Jli{Nq80)9n}{}8pq8Jn^HDugui29Cfm@@Q0j9BPLWEl)<>>z6F=gSwKz z7>*NAAGK+y2{)p4VyEQ?F`WDq>i5HCmx2b2Xzp!ganzSdCDZ^du_Sgu-I7$)6>LYn zp8HWdauKzIKVlZVjav9K)cDz2c>Ri@7FZEe(M_hHfxpDp@flvk*ITj+*z6_m3WuQb ziKr`Bhnje&c^I|ev#48h1vSx6s0BSmEik;5x1gNJ&bUq~3fl5`Yp9D_c?xQx0jPU8 z7B#^dtKW*+iG!#KPoNfb9yQT5)VM!c{s47LpPB)!^{jCJ!zkz}k3gMR5VK=Z)V-^M z5m*n^FU8t>qZT;YoQ~?h6t$4`s0Hu9NIZmks4t@yeit+8{eMD19W%D^Cdh&sC?D#C zVyFdG$9Q}RbtS208n!22g4(&es4EZT3q)^2PSmp!iMoJ9t4~5#12v>j3R_r*v8Vy2 zVJ=*Ry7yaA3pV&6z5Xq60Qm^ag*R{%KE;walG#e&T0DZMEuY)jo96&( z=YDl5G^KDC^^n!+;%#AD)K>LG?Z80Pj=YL-I2?21M$C(cQ2j5VcJv17R^7&en2z}| zPgn1CPQVy)w;=^RjRR2w3^&K4PMD6`+D)j1TtnXksPk^47V-dfYqE6no|T-aTa<{} zkq)R^G6nUF>_^Ubof8!DP;m}5@GsWkuIbm^J0T1;VI=CxVo(bzgIah6%!<`5Z;tAp zg1SXLEFX=>$S2{OdjFGqcqg961~mMDQCPaC_jTF~wZ#Kbui-S*)4T$8OE#k(ruUFB zoujw_i}&)z`w07y2le)TQ@(~;@E+{O{LaS|3SrF4-h}m0d2jShh&o{f2H-{v#4V_; z-);40to|$1=fG9ej{J!Q(7%s&A%#&pQypD@3iT;uz{aRgu4brv*$Fja4-CY<7=%O3 z(WtGRWcf1GLf4`CZ$XW-8+FeQpcZrzHP59!?0*o2TU2N(@1U;y0qS+j`-@(C!!wW1*nJdH0rHO@5lb{qtKwg_fYu{@U}c0 zt56?<$=DUO6Yrp|WV_`DEkBOB@(Wgf1+|bLPz(Ia@~i{B?~E9;f=fXICYdcTjJ&hu z126~qC@h9^tbPyb%jYOo!!In47{rGXd12Iom!TH2#`0a}0jqb9P|((Vg_c(Gz!|f#TbKY zP_Nr3R(~CJ;;-gi)BulA1BVUuZdoL%U!3I$n3cS-*%{S;usPNz_dk__u4tjT!8+_V zkCx{}eTj?+;CrJU)@jhq3=UajaFOnhVXfs0D7b{1Aqb zpGNJ>Wz+;eTKjGDkr_1HyEQpb^VBh$o1I(=8lbN^#2kUz(&z1IR=?O>g&J@JYJoc} zKY}^P&szSYdDryg!$ISQq0V=sDQE$ut)imkwK0kMh8T~tP$wQmo%l8CR{VfE|CZJN zVfj3Wn1;I2qp1F0n3v4!)_%+K zhp2Jdd-KTo}qCVs`q~;1$|vEL9Os@48lFAi4LI_^a<+ixR3fs z&OOFkcpcP2nxOipnBB}is0$f{x=fv>(+0q_t$c7kMlnJ zzr=>LN3d#r#&@!}XN|cPbpZ!Z6P~yF>!^8tHy@%F>i-7szqU5y4etu_qZ&$DUKaHX zRL4l{j+$T`mdAOR1wTPec+tFRrklazz47y)#xH8dj%Ou0v4T}3naO5L)Yi7Qyf-G2 z4?sQ5>#cq-YJmq){V!SlP4jp2f%(+T|Hb-4?3hEXNu=qJvfMQO~AiKr`UV)d<119nDDFdX&FOhUaz3(R$> zh3&u?Jc%0TH`ICeF(YQ2?B#*z`}@D_6f{8$>V#@$l9`P9CDanN&>^USMxzFH%^B9d z*zz@~@wTF_d^hUtI&ba%Qy7ou&&f(b9V1nNg-`>(hMvpm@|&ph zBBpyrp(ctoD_DIMvjOTtTU&cybBIgf1sX!m$w!!zQ9F}{dWx5!2H1o8Qu-8ie!A(* z^nS_(Vkq^^%}%KE`l2Qti;U|!3#`K`^Ig=#^Z|z8Mbvx#18RV~r~v|Jc@spTZ|ltp zR$s+zfVzOzsPnp5J^}-n-q&Y%|DZZ7+;iH1ee+uo!=jI{z%mLZ(ue|MJ-_YJoaB#vdb!tS;wp9P1HblFbbXd-ajUZ zMh(~j)!qv=&QR2qPO$bBR=*MTov;Us<7F(30SoN?ueiV)ur_LCjZrJ_g}y66t$d{A zGpv0vY9XsE-)!yMQ2jr&{H%G!{26uLUoM3`6f!L2_ZjZPtXOK1_d}x^79t;p`Eaqh z3pK%c^9Jf6OSkqX*n&LoV*dID`(r$wLDdH?;WGf;_7rr5i%`$PI`j=}-au__I_ALO zrQXgIG>f9nkHtu=jJmQmW>?htea%srn>-bn$92|F&;YwoCmu#!$tl!{XRZF4`LlV? zd}anO^L~Cupl)3$vm9!?N~rOxq2{aall$L_f+p%_4ndtT9yQQp%!@OyGHyUWtV8H1 zOH8Js4btRPqWn5BnsO-qfIEmslsjW_)LW+Q*XNJ#(7^wq;h)E=B>kvsiu&8Ht;7u? zTL!P!MC)9LydCvAYFOL*Ug|um(Udz?Q$A$})xG_l4Ll&jiF;dqSv z0&Qchy$p4wtek+_p*qy{!nx#Ch?~~FmAd~u^bn5sTSZi)t{Lhn9zwm24n$MR`ohvNkMd&TB%x14y?Qzt5#JMMsn-$d zG8i9jzC*8HMH=3=M*Vw$Jhre;X}d#y-`e7={&Vsrw0-Ow!Ew5hzd<>~+EqP;$V7b| zVxTJiakyVmIhD9bWlm1YNx3AxfCs6|{EyCKtlSm@X>WqVtnMhejy1$`E9)M7kq>?Ue4X)FAa4j<$5qapP=8so3j*C1Y?%vXhz zLU}pvvHl;JpI|xazaY*N`N*R=Cynw!%GZeog#Oi~@9^i(?!+Q0f5K03BmRX2iS|Si z1Jt5U$6oS$TW`cJ^R8My!Vp7%0aVh`e7Vlbi4 z>JU12!h)Q*AL|lXiJQb4+Q#8JLPu2(-=7(1OW>Skc$?7i9?{NM;%(9AZ@e`O$CU)% zoX$6d{zYsuQG(DBW_lU_RYTu*i4Uomjd_WVl#_@q#1Zm8iR^aXK*}!>hlydtMdEGd z|ND4CMQ%D5u@lOh)2P?6i)c?2CO>0!)5-f&erWk)tU%rKV;hBch{8lh+8QzD*Oc{D zK7;)4`Daq`{OCp@*^=yZ(lHdT<67c9tNQ^9k#ENW3_O|gkCY!{1hIhlj`-I4=b_w~ z_=9*rU3Sf%OrazZMdf29|K^}pb$jez9 zMW-y~vp7@<$M57L@I$Ok|JIb<0wiw`M@arn==h4D{r?=nWS!`zBO`H)^4|{+`K#nV z;+MDw;~5};@^6$Y)8Q|CuCB#KeB0Clv)3A+E+ zD7;4WQFv|63Cf*`)r5{q#8S$wiEEU9vigyf%MhE1Nb05&r-^aIV(R|CV^kh`6e0fL oglB|~ESSx2`?#`^5!(+W9m}?TM%z9`wnvQpIm`BtStG*#1KBpuLI3~& delta 12877 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, 2023\n" "Language-Team: Chinese (Taiwan) (http://app.transifex.com/readthedocs/" @@ -31,7 +31,7 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: analytics/models.py:69 builds/filters.py:41 builds/models.py:711 -#: projects/filters.py:196 projects/models.py:1476 search/models.py:27 +#: projects/filters.py:196 projects/models.py:1477 search/models.py:27 #: templates/base.html:266 msgid "Version" msgstr "版本" @@ -160,29 +160,29 @@ msgstr "" msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:859 +#: api/v3/serializers.py:864 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:597 +#: api/v3/serializers.py:872 projects/forms.py:603 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1010 +#: api/v3/serializers.py:1015 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1016 +#: api/v3/serializers.py:1021 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1022 +#: api/v3/serializers.py:1027 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -212,7 +212,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:500 +#: organizations/views/private.py:207 projects/views/private.py:507 msgid "Invitation sent" msgstr "邀請已送出" @@ -242,7 +242,7 @@ msgid "Username" msgstr "使用者名稱" #: audit/models.py:138 builds/models.py:95 builds/models.py:705 -#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1470 +#: organizations/filters.py:133 projects/filters.py:151 projects/models.py:1471 #: redirects/models.py:48 msgid "Project" msgstr "專案" @@ -482,7 +482,7 @@ msgstr "啟用" msgid "Build successful" msgstr "建置成功" -#: builds/filters.py:29 projects/models.py:1575 +#: builds/filters.py:29 projects/models.py:1576 #: templates/builds/build_detail.html:160 msgid "Build failed" msgstr "建置失敗" @@ -562,7 +562,7 @@ msgstr "建置" msgid "Uploaded" msgstr "已上傳" -#: builds/models.py:154 projects/models.py:477 +#: builds/models.py:154 projects/models.py:478 msgid "Privacy Level" msgstr "隱私等級" @@ -594,7 +594,7 @@ msgstr "有 ePub" msgid "Has HTML Zip" msgstr "有 HTML Zip" -#: builds/models.py:175 projects/models.py:560 +#: builds/models.py:175 projects/models.py:561 msgid "Documentation type" msgstr "文件類型" @@ -642,7 +642,7 @@ msgstr "錯誤" msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:761 projects/models.py:1487 +#: builds/models.py:761 projects/models.py:1488 msgid "Commit" msgstr "送交" @@ -920,7 +920,7 @@ msgstr "" msgid "Please provide as much detail as possible." msgstr "" -#: core/forms.py:198 projects/models.py:1590 +#: core/forms.py:198 projects/models.py:1591 msgid "URL" msgstr "網址" @@ -1046,7 +1046,7 @@ msgid "Publication date" msgstr "發佈日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:224 -#: organizations/models.py:298 projects/models.py:239 projects/models.py:1489 +#: organizations/models.py:298 projects/models.py:239 projects/models.py:1490 msgid "Modified date" msgstr "修改日期" @@ -1193,7 +1193,7 @@ msgstr "" msgid "Sign Up" msgstr "註冊" -#: gold/views.py:199 subscriptions/views.py:196 +#: gold/views.py:201 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1255,8 +1255,7 @@ msgstr "" msgid "To user" msgstr "" -#: invitations/models.py:113 organizations/models.py:57 -#: organizations/models.py:313 +#: invitations/models.py:113 organizations/models.py:313 msgid "E-mail" msgstr "" @@ -1454,11 +1453,11 @@ msgstr "使用者" #: oauth/models.py:33 oauth/models.py:123 organizations/filters.py:54 #: organizations/filters.py:60 organizations/models.py:48 #: organizations/models.py:247 projects/filters.py:44 projects/filters.py:110 -#: projects/models.py:249 projects/models.py:1481 +#: projects/models.py:249 projects/models.py:1482 msgid "Name" msgstr "名稱" -#: oauth/models.py:34 templates/base.html:167 +#: oauth/models.py:34 organizations/models.py:57 templates/base.html:167 msgid "Email" msgstr "電子信箱" @@ -1611,46 +1610,42 @@ msgstr "" msgid "Owner" msgstr "" -#: organizations/forms.py:41 organizations/forms.py:98 +#: organizations/forms.py:41 organizations/forms.py:100 msgid "Organization Name" msgstr "" -#: organizations/forms.py:42 organizations/forms.py:99 +#: organizations/forms.py:42 organizations/forms.py:101 msgid "Billing Email" msgstr "" -#: organizations/forms.py:48 -msgid "Site URL" -msgstr "站台網址" - -#: organizations/forms.py:72 +#: organizations/forms.py:74 msgid "Invalid organization name: no slug generated" msgstr "" -#: organizations/forms.py:76 +#: organizations/forms.py:78 #, python-format msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 +#: organizations/forms.py:135 organizations/forms.py:221 projects/forms.py:694 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 +#: organizations/forms.py:151 organizations/forms.py:256 projects/forms.py:709 #, python-format msgid "User %(username)s does not exist" msgstr "" -#: organizations/forms.py:154 +#: organizations/forms.py:156 #, python-format msgid "User %(username)s is already an owner" msgstr "" -#: organizations/forms.py:178 +#: organizations/forms.py:180 msgid "Team already exists" msgstr "" -#: organizations/forms.py:261 +#: organizations/forms.py:263 msgid "User is already a team member" msgstr "" @@ -2039,35 +2034,35 @@ msgstr "" msgid "Verify your email address" msgstr "驗證電子信箱位址" -#: organizations/views/private.py:155 +#: organizations/views/private.py:157 msgid "Owner removed" msgstr "" -#: organizations/views/private.py:160 +#: organizations/views/private.py:162 msgid "User is the last owner, can't be removed" msgstr "" -#: organizations/views/private.py:168 +#: organizations/views/private.py:169 msgid "Team added" msgstr "" -#: organizations/views/private.py:178 +#: organizations/views/private.py:179 msgid "Team deleted" msgstr "" -#: organizations/views/private.py:195 +#: organizations/views/private.py:190 msgid "Team updated" msgstr "" -#: organizations/views/private.py:200 +#: organizations/views/private.py:195 msgid "Team projects updated" msgstr "" -#: organizations/views/private.py:213 +#: organizations/views/private.py:209 msgid "Member added to team" msgstr "" -#: organizations/views/private.py:220 +#: organizations/views/private.py:216 msgid "Member removed from team" msgstr "" @@ -2147,7 +2142,7 @@ msgstr "已刪除" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2061 +#: projects/constants.py:92 projects/models.py:2062 msgid "Public" msgstr "公開" @@ -2268,10 +2263,8 @@ msgid "" msgstr "" #: projects/forms.py:200 -#, fuzzy -#| msgid "Subproject nesting is not supported" msgid "Pull request builds not supported" -msgstr "不支援巢狀子專案" +msgstr "" #: projects/forms.py:263 #, python-brace-format @@ -2320,75 +2313,79 @@ msgstr "無效的專案名稱" msgid "Repository invalid" msgstr "無效的儲存庫" -#: projects/forms.py:455 +#: projects/forms.py:434 projects/models.py:254 +msgid "Short description of this project" +msgstr "" + +#: projects/forms.py:456 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:525 +#: projects/forms.py:531 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "已有用於專案 {proj} 的「{lang}」翻譯。" -#: projects/forms.py:554 +#: projects/forms.py:560 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "各個標記的長度必須小於或等於 100 字元。" -#: projects/forms.py:644 +#: projects/forms.py:650 msgid "Enable Addons" msgstr "" -#: projects/forms.py:646 +#: projects/forms.py:652 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:649 +#: projects/forms.py:655 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:675 +#: projects/forms.py:681 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:707 +#: projects/forms.py:713 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:792 +#: projects/forms.py:798 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:825 +#: projects/forms.py:831 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:1004 +#: projects/forms.py:1010 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1107 +#: projects/forms.py:1113 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1111 +#: projects/forms.py:1117 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1116 +#: projects/forms.py:1122 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1121 +#: projects/forms.py:1127 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1125 +#: projects/forms.py:1131 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" @@ -2404,17 +2401,15 @@ msgstr "" msgid "Alias" msgstr "別名" -#: projects/models.py:254 -msgid "Short description of this project" -msgstr "" - #: projects/models.py:257 msgid "Repository URL" msgstr "儲存庫網址" #: projects/models.py:260 -msgid "Hosted documentation repository URL" -msgstr "託管文件的儲存庫網址" +#, fuzzy +#| msgid "Repository URL" +msgid "Git repository URL" +msgstr "儲存庫網址" #: projects/models.py:267 msgid "Repository type" @@ -2437,21 +2432,21 @@ msgid "URL that documentation is expected to serve from" msgstr "預期用來提供文件的網址" #: projects/models.py:283 -msgid "Versioning scheme" +msgid "URL versioning scheme" msgstr "" #: 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." +"This affects URL your documentation is served from, and if it supports " +"translations or versions. Changing the versioning scheme will break your " +"current URLs, so you might need to create a redirect." msgstr "" -#: projects/models.py:297 +#: projects/models.py:298 msgid "Single version" msgstr "單一版本" -#: projects/models.py:300 +#: projects/models.py:301 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 " @@ -2460,74 +2455,74 @@ msgstr "" "單一版本網站不包含翻譯,且只有「latest」伴兒不能,並在網域的根目錄提供。請謹" "慎使用,請於文件永遠不會有多版本的時候才開啟。" -#: projects/models.py:307 +#: projects/models.py:308 msgid "Default version" msgstr "預設版本" -#: projects/models.py:310 +#: projects/models.py:311 msgid "The version of your project that / redirects to" msgstr "專案根目錄「 / 」要跳轉至的版本" -#: projects/models.py:315 +#: projects/models.py:316 msgid "Default branch" msgstr "預設分支" -#: projects/models.py:321 +#: projects/models.py:322 msgid "" "What branch \"latest\" points to. Leave empty to use the default value for " "your VCS." msgstr "" -#: projects/models.py:326 +#: projects/models.py:327 msgid "Custom path prefix" msgstr "" -#: projects/models.py:332 +#: projects/models.py:333 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:337 +#: projects/models.py:338 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:343 +#: projects/models.py:344 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:350 +#: projects/models.py:351 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:353 +#: projects/models.py:354 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:357 +#: projects/models.py:358 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:364 +#: projects/models.py:365 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:369 +#: projects/models.py:370 msgid "CDN Enabled" msgstr "已啟用 CDN" -#: projects/models.py:371 +#: projects/models.py:372 msgid "Analytics code" msgstr "分析程式碼" -#: projects/models.py:376 +#: projects/models.py:377 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2535,75 +2530,75 @@ msgstr "" "Google Analytics 追蹤 ID(如︰ UA-22345342-1),可能會降低頁面載" "入的速度。" -#: projects/models.py:382 +#: projects/models.py:383 msgid "Disable Analytics" msgstr "" -#: projects/models.py:386 +#: projects/models.py:387 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:391 +#: projects/models.py:392 msgid "Alternative container image" msgstr "備用容器鏡像" -#: projects/models.py:397 +#: projects/models.py:398 msgid "Container memory limit" msgstr "容器記憶體限制" -#: projects/models.py:402 +#: projects/models.py:403 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 記憶體限制格式 -- 範例:512m1g" -#: projects/models.py:407 +#: projects/models.py:408 msgid "Container time limit in seconds" msgstr "單位為秒的容器時間限制" -#: projects/models.py:412 +#: projects/models.py:413 msgid "Alternate build queue id" msgstr "備用建置佇列 Id" -#: projects/models.py:418 +#: projects/models.py:419 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:423 +#: projects/models.py:424 msgid "Allow paid advertising" msgstr "允許付費廣告" -#: projects/models.py:425 +#: projects/models.py:426 msgid "If unchecked, users will still see community ads." msgstr "若取消選取,則使用者將看見社群廣告。" -#: projects/models.py:428 +#: projects/models.py:429 msgid "Ad-free" msgstr "無廣告" -#: projects/models.py:433 +#: projects/models.py:434 msgid "Is spam?" msgstr "" -#: projects/models.py:436 +#: projects/models.py:437 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:439 +#: projects/models.py:440 msgid "Show version warning" msgstr "顯示版本警告" -#: projects/models.py:441 +#: projects/models.py:442 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非穩定或最新版中顯示警告橫幅" -#: projects/models.py:445 +#: projects/models.py:446 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:451 +#: projects/models.py:452 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2611,304 +2606,304 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:459 +#: projects/models.py:460 msgid "Featured" msgstr "精選" -#: projects/models.py:461 +#: projects/models.py:462 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:469 +#: projects/models.py:470 msgid "Delisted" msgstr "" -#: projects/models.py:471 +#: projects/models.py:472 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:482 +#: projects/models.py:483 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:489 +#: projects/models.py:490 msgid "Related projects" msgstr "相關專案" -#: projects/models.py:497 templates/search/elastic_search.html:57 +#: projects/models.py:498 templates/search/elastic_search.html:57 msgid "Language" msgstr "語言" -#: projects/models.py:501 +#: projects/models.py:502 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "專案文件呈現的語言。注意︰該設定將影響專案的網址。" -#: projects/models.py:509 +#: projects/models.py:510 msgid "Programming Language" msgstr "程式語言" -#: projects/models.py:513 +#: projects/models.py:514 msgid "The primary programming language the project is written in." msgstr "撰寫本專案的主要程式語言。" -#: projects/models.py:529 +#: projects/models.py:530 msgid "This project has been built with a webhook" msgstr "該專案已通過 Webhook 建置" -#: projects/models.py:533 +#: projects/models.py:534 msgid "This project has been successfully cloned" msgstr "這個專案已成功複製" -#: projects/models.py:567 +#: projects/models.py:568 msgid "" "Type of documentation you are building. More " "info on sphinx builders." msgstr "" -#: projects/models.py:578 +#: projects/models.py:579 msgid "project" msgstr "" -#: projects/models.py:589 +#: projects/models.py:590 msgid "Model must have slug" msgstr "Model 必須有動態資料欄位" -#: projects/models.py:1351 +#: projects/models.py:1352 msgid "Subproject nesting is not supported" msgstr "不支援巢狀子專案" -#: projects/models.py:1486 +#: projects/models.py:1487 msgid "Path" msgstr "路徑" -#: projects/models.py:1488 +#: projects/models.py:1489 msgid "Build id" msgstr "" -#: projects/models.py:1491 +#: projects/models.py:1492 msgid "Page search rank" msgstr "" -#: projects/models.py:1496 +#: projects/models.py:1497 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1539 projects/models.py:1704 +#: projects/models.py:1540 projects/models.py:1705 msgid "created" msgstr "建立時間" -#: projects/models.py:1544 +#: projects/models.py:1545 msgid "modified" msgstr "修改時間" -#: projects/models.py:1573 +#: projects/models.py:1574 msgid "Build triggered" msgstr "" -#: projects/models.py:1574 +#: projects/models.py:1575 msgid "Build passed" msgstr "" -#: projects/models.py:1592 +#: projects/models.py:1593 msgid "URL to send the webhook to" msgstr "要傳送 Webhook 至的網址" -#: projects/models.py:1595 +#: projects/models.py:1596 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1603 +#: projects/models.py:1604 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1606 +#: projects/models.py:1607 msgid "JSON payload" msgstr "" -#: projects/models.py:1608 +#: projects/models.py:1609 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1715 +#: projects/models.py:1716 msgid "Domain" msgstr "網域" -#: projects/models.py:1722 +#: projects/models.py:1723 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1726 +#: projects/models.py:1727 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1731 +#: projects/models.py:1732 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1735 +#: projects/models.py:1736 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1737 +#: projects/models.py:1738 msgid "Always use HTTPS for this domain" msgstr "永遠為該網域使用 HTTPS" -#: projects/models.py:1741 +#: projects/models.py:1742 msgid "Number of times this domain has been hit" msgstr "該網域的點擊次數" -#: projects/models.py:1746 templates/projects/domain_form.html:49 +#: projects/models.py:1747 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1755 +#: projects/models.py:1756 msgid "Skip validation process." msgstr "" -#: projects/models.py:1759 +#: projects/models.py:1760 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1768 +#: projects/models.py:1769 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1773 +#: projects/models.py:1774 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1778 +#: projects/models.py:1779 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1912 +#: projects/models.py:1913 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1916 +#: projects/models.py:1917 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1921 +#: projects/models.py:1922 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1927 +#: projects/models.py:1928 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1931 +#: projects/models.py:1932 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1935 +#: projects/models.py:1936 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1940 +#: projects/models.py:1941 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1945 +#: projects/models.py:1946 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1950 +#: projects/models.py:1951 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:1954 +#: projects/models.py:1955 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:1958 +#: projects/models.py:1959 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1962 +#: projects/models.py:1963 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1965 +#: projects/models.py:1966 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1969 +#: projects/models.py:1970 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1974 +#: projects/models.py:1975 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1980 +#: projects/models.py:1981 msgid "" "Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" msgstr "" -#: projects/models.py:1986 +#: projects/models.py:1987 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1990 +#: projects/models.py:1991 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1994 +#: projects/models.py:1995 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1999 +#: projects/models.py:2000 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2012 +#: projects/models.py:2013 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:2017 +#: projects/models.py:2018 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:2023 +#: projects/models.py:2024 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:2028 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2049 +#: projects/models.py:2050 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2053 +#: projects/models.py:2054 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2058 +#: projects/models.py:2059 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2064 +#: projects/models.py:2065 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2992,19 +2987,31 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:193 +#: projects/views/private.py:197 msgid "Project settings updated" msgstr "已更新專案設定" -#: projects/views/private.py:202 +#: projects/views/private.py:205 +msgid "Project deleted" +msgstr "已刪除專案" + +#: projects/views/private.py:219 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:210 -msgid "Project deleted" -msgstr "已刪除專案" +#: projects/views/private.py:270 +#, fuzzy +#| msgid "Version name" +msgid "Version created" +msgstr "版本名稱" + +#: projects/views/private.py:275 +#, fuzzy +#| msgid "Version name" +msgid "Version updated" +msgstr "版本名稱" -#: projects/views/private.py:396 +#: projects/views/private.py:402 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3013,20 +3020,162 @@ msgstr "" "您的 {service} 帳號有問題,請嘗試在已串聯的服務頁面上重" "新串聯帳號。" -#: projects/views/private.py:515 +#: projects/views/private.py:460 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject created" +msgstr "子專案" + +#: projects/views/private.py:464 +#, fuzzy +#| msgid "Subprojects" +msgid "Subproject updated" +msgstr "子專案" + +#: projects/views/private.py:469 +#, fuzzy +#| msgid "Project deleted" +msgid "Subproject deleted" +msgstr "已刪除專案" + +#: projects/views/private.py:512 +#, fuzzy +#| msgid "Project deleted" +msgid "User deleted" +msgstr "已刪除專案" + +#: projects/views/private.py:523 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:946 +#: projects/views/private.py:588 +#, fuzzy +#| msgid "Invitation accepted" +msgid "Notification created" +msgstr "邀請已接受" + +#: projects/views/private.py:593 +#, fuzzy +#| msgid "Project deleted" +msgid "Notification deleted" +msgstr "已刪除專案" + +#: projects/views/private.py:628 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook created" +msgstr "已啟用 Webhook" + +#: projects/views/private.py:638 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook updated" +msgstr "已啟用 Webhook" + +#: projects/views/private.py:648 +#, fuzzy +#| msgid "Webhook activated" +msgid "Webhook deleted" +msgstr "已啟用 Webhook" + +#: projects/views/private.py:703 +#, fuzzy +#| msgid "Translations" +msgid "Translation created" +msgstr "翻譯" + +#: projects/views/private.py:708 +#, fuzzy +#| msgid "Translations" +msgid "Translation deleted" +msgstr "翻譯" + +#: projects/views/private.py:751 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect created" +msgstr "轉址類型" + +#: projects/views/private.py:755 +#, fuzzy +#| msgid "Redirect Type" +msgid "Redirect updated" +msgstr "轉址類型" + +#: projects/views/private.py:785 +#, fuzzy +#| msgid "Project deleted" +msgid "Redirect deleted" +msgstr "已刪除專案" + +#: projects/views/private.py:818 +#, fuzzy +#| msgid "Machine Created" +msgid "Domain created" +msgstr "已建立機器" + +#: projects/views/private.py:838 +#, fuzzy +#| msgid "Stay Updated" +msgid "Domain updated" +msgstr "保持更新" + +#: projects/views/private.py:853 +#, fuzzy +#| msgid "Deleted" +msgid "Domain deleted" +msgstr "已刪除" + +#: projects/views/private.py:898 +#, fuzzy +#| msgid "Integration type" +msgid "Integration created" +msgstr "整合類型" + +#: projects/views/private.py:925 +#, fuzzy +#| msgid "Integration type" +msgid "Integration deleted" +msgstr "整合類型" + +#: projects/views/private.py:973 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" -#: projects/views/private.py:1222 +#: projects/views/private.py:1005 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable created" +msgstr "環境變數" + +#: projects/views/private.py:1009 +#, fuzzy +#| msgid "Environment Variables" +msgid "Environment variable deleted" +msgstr "環境變數" + +#: projects/views/private.py:1034 #, fuzzy -#| msgid "Project settings updated" +#| msgid "Invitation revoked" +msgid "Automation rule moved" +msgstr "邀請已撤銷" + +#: projects/views/private.py:1050 +msgid "Automation rule deleted" +msgstr "" + +#: projects/views/private.py:1060 +msgid "Automation rule created" +msgstr "" + +#: projects/views/private.py:1064 +msgid "Automation rule updated" +msgstr "" + +#: projects/views/private.py:1252 msgid "Pull request settings have been updated" -msgstr "已更新專案設定" +msgstr "" #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" @@ -3402,10 +3551,8 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -#, fuzzy -#| msgid "Manage Subscription" msgid "Start subscription" -msgstr "管理訂閱" +msgstr "" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -5550,5 +5697,8 @@ msgid "" "Settings > Applications > Authorized OAuth Apps." msgstr "" -#~ msgid "Sign In" -#~ msgstr "登入" +#~ msgid "Site URL" +#~ msgstr "站台網址" + +#~ msgid "Hosted documentation repository URL" +#~ msgstr "託管文件的儲存庫網址" diff --git a/setup.cfg b/setup.cfg index 5b65630c4f2..32072b5eebe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.2.0 +version = 11.2.1 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "11.2.0" +current_version = "11.2.1" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False