From 8d2ae062cfcbf93321f4167679537b5fbbc83e00 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 27 Feb 2024 11:59:58 +0100 Subject: [PATCH] Release 10.20.0 --- CHANGELOG.rst | 26 + docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- readthedocs/core/static/core/js/site.js | 2 +- readthedocs/locale/ar/LC_MESSAGES/django.po | 524 +++++++-------- readthedocs/locale/ca/LC_MESSAGES/django.mo | Bin 14684 -> 14090 bytes readthedocs/locale/ca/LC_MESSAGES/django.po | 555 ++++++++-------- readthedocs/locale/de/LC_MESSAGES/django.mo | Bin 77083 -> 75359 bytes readthedocs/locale/de/LC_MESSAGES/django.po | 610 +++++++++-------- readthedocs/locale/en/LC_MESSAGES/django.po | 524 +++++++-------- readthedocs/locale/es/LC_MESSAGES/django.mo | Bin 98769 -> 96921 bytes readthedocs/locale/es/LC_MESSAGES/django.po | 611 +++++++++-------- readthedocs/locale/eu/LC_MESSAGES/django.po | 524 +++++++-------- readthedocs/locale/fr/LC_MESSAGES/django.mo | Bin 110317 -> 108410 bytes readthedocs/locale/fr/LC_MESSAGES/django.po | 610 +++++++++-------- readthedocs/locale/gl/LC_MESSAGES/django.mo | Bin 116185 -> 114416 bytes readthedocs/locale/gl/LC_MESSAGES/django.po | 612 +++++++++-------- readthedocs/locale/he/LC_MESSAGES/django.mo | Bin 139042 -> 138441 bytes readthedocs/locale/he/LC_MESSAGES/django.po | 617 +++++++++--------- readthedocs/locale/hu/LC_MESSAGES/django.mo | Bin 30540 -> 28795 bytes readthedocs/locale/hu/LC_MESSAGES/django.po | 593 +++++++++-------- .../locale/id_ID/LC_MESSAGES/django.mo | Bin 19090 -> 18841 bytes .../locale/id_ID/LC_MESSAGES/django.po | 546 +++++++--------- readthedocs/locale/it/LC_MESSAGES/django.mo | Bin 44319 -> 42546 bytes readthedocs/locale/it/LC_MESSAGES/django.po | 599 +++++++++-------- readthedocs/locale/ja/LC_MESSAGES/django.mo | Bin 31215 -> 29744 bytes readthedocs/locale/ja/LC_MESSAGES/django.po | 587 ++++++++--------- .../locale/ko_KR/LC_MESSAGES/django.mo | Bin 16456 -> 16056 bytes .../locale/ko_KR/LC_MESSAGES/django.po | 548 +++++++--------- readthedocs/locale/lt/LC_MESSAGES/django.mo | Bin 62898 -> 61110 bytes readthedocs/locale/lt/LC_MESSAGES/django.po | 599 +++++++++-------- readthedocs/locale/nb/LC_MESSAGES/django.mo | Bin 15108 -> 14594 bytes readthedocs/locale/nb/LC_MESSAGES/django.po | 554 ++++++++-------- readthedocs/locale/nl/LC_MESSAGES/django.mo | Bin 20568 -> 19972 bytes readthedocs/locale/nl/LC_MESSAGES/django.po | 554 ++++++++-------- .../locale/nl_NL/LC_MESSAGES/django.mo | Bin 18728 -> 18407 bytes .../locale/nl_NL/LC_MESSAGES/django.po | 540 +++++++-------- readthedocs/locale/pl/LC_MESSAGES/django.mo | Bin 16840 -> 16600 bytes readthedocs/locale/pl/LC_MESSAGES/django.po | 542 +++++++-------- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 65078 -> 63263 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 600 +++++++++-------- readthedocs/locale/ru/LC_MESSAGES/django.mo | Bin 73305 -> 70979 bytes readthedocs/locale/ru/LC_MESSAGES/django.po | 604 +++++++++-------- readthedocs/locale/sk/LC_MESSAGES/django.mo | Bin 7414 -> 6879 bytes readthedocs/locale/sk/LC_MESSAGES/django.po | 547 ++++++++-------- readthedocs/locale/tr/LC_MESSAGES/django.mo | Bin 43405 -> 41615 bytes readthedocs/locale/tr/LC_MESSAGES/django.po | 592 +++++++++-------- readthedocs/locale/uk/LC_MESSAGES/django.mo | Bin 21706 -> 21335 bytes readthedocs/locale/uk/LC_MESSAGES/django.po | 546 +++++++--------- .../locale/vi_VN/LC_MESSAGES/django.mo | Bin 7793 -> 7355 bytes .../locale/vi_VN/LC_MESSAGES/django.po | 544 +++++++-------- .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 38927 -> 37447 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 587 ++++++++--------- .../locale/zh_TW/LC_MESSAGES/django.mo | Bin 43386 -> 41784 bytes .../locale/zh_TW/LC_MESSAGES/django.po | 590 ++++++++--------- setup.cfg | 4 +- 57 files changed, 7418 insertions(+), 8079 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 04b71468682..52f67d87bf8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,29 @@ +Version 10.20.0 +--------------- + +:Date: February 27, 2024 + +* `@stsewd `__: Allauth: define secrets in settings (`#11156 `__) +* `@humitos `__: APIv3: add `_links.notifications` to `Project` resource (`#11155 `__) +* `@hoyes `__: Dev: Default RTD_DJANGO_DEBUG to False if not set (`#11154 `__) +* `@humitos `__: Build: bugfix to show build notifications (`#11153 `__) +* `@ewjoachim `__: Fix Poetry instructions (`#11152 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11148 `__) +* `@humitos `__: VCS: deprecation dates at application level (`#11147 `__) +* `@taylorhummon `__: fix highlighting of "fail_on_warning: true" in tutorial (`#11144 `__) +* `@ericholscher `__: Refactor the index page to match the sidebar (`#11141 `__) +* `@ericholscher `__: Refactor documentation navigation (`#11139 `__) +* `@humitos `__: Lint: more files (`#11137 `__) +* `@agjohnson `__: Add missing context variable (`#11135 `__) +* `@stsewd `__: Update Django allauth to 0.57.0 (`#11134 `__) +* `@humitos `__: Notifications: fix rendering (`#11133 `__) +* `@humitos `__: Notifications: allow dismiss user's notifications (`#11130 `__) +* `@humitos `__: Release 10.19.0 (`#11128 `__) +* `@humitos `__: Addons: add model history on AddonsConfig (`#11127 `__) +* `@humitos `__: Projects: remove old/non-used fields (`#11124 `__) +* `@humitos `__: Addons + Proxito: return `X-RTD-Resolver-Filename` and inject via CF (`#11100 `__) +* `@arti-bol `__: Added a troubleshooting section for webhook (`#11099 `__) + Version 10.19.0 --------------- diff --git a/docs/conf.py b/docs/conf.py index 6f5a0922293..0388860f4a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,7 +77,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "10.19.0" +version = "10.20.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index cda1b6550e1..22ec5826805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "10.19.0", + "version": "10.20.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 8d4646a6aaf..71538111013 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "10.19.0" +__version__ = "10.20.0" diff --git a/readthedocs/core/static/core/js/site.js b/readthedocs/core/static/core/js/site.js index bc42ea2520e..7ebcf3485bf 100644 --- a/readthedocs/core/static/core/js/site.js +++ b/readthedocs/core/static/core/js/site.js @@ -1 +1 @@ -require=function i(n,o,a){function u(e,t){if(!o[e]){if(!n[e]){var r="function"==typeof require&&require;if(!t&&r)return r(e,!0);if(s)return s(e,!0);throw(t=new Error("Cannot find module '"+e+"'")).code="MODULE_NOT_FOUND",t}r=o[e]={exports:{}},n[e][0].call(r.exports,function(t){return u(n[e][1][t]||t)},r,r.exports,i,n,o,a)}return o[e].exports}for(var s="function"==typeof require&&require,t=0;t a").click(function(t){$(this).attr("href");var e=$(this).parent().attr("data-dismiss-url"),r=$(this).parent().attr("data-csrf-token");e?(t.preventDefault(),$.ajax({type:"PATCH",url:e,data:{state:"dismissed"},headers:{"X-CSRFToken":r}}).then(t=>{$(this).parent().hide()})):$(this).parent().hide()})})}},{}]},{},[]); +require=function i(n,o,a){function u(e,t){if(!o[e]){if(!n[e]){var r="function"==typeof require&&require;if(!t&&r)return r(e,!0);if(s)return s(e,!0);throw(t=new Error("Cannot find module '"+e+"'")).code="MODULE_NOT_FOUND",t}r=o[e]={exports:{}},n[e][0].call(r.exports,function(t){return u(n[e][1][t]||t)},r,r.exports,i,n,o,a)}return o[e].exports}for(var s="function"==typeof require&&require,t=0;t a").click(function(t){$(this).attr("href");var e=$(this).parent().attr("data-dismiss-url"),r=$(this).parent().attr("data-csrf-token");e?(t.preventDefault(),$.ajax({type:"PATCH",url:e,data:{state:"dismissed"},headers:{"X-CSRFToken":r}}).then(t=>{$(this).parent().hide()})):$(this).parent().hide()})})}},{}]},{},[]); \ No newline at end of file diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 6dc459f44cc..ffa38f480b3 100644 --- a/readthedocs/locale/ar/LC_MESSAGES/django.po +++ b/readthedocs/locale/ar/LC_MESSAGES/django.po @@ -8,12 +8,12 @@ # ButterflyOfFire, 2019 # Mustafa , 2020 # 425467bb0c9da71484550c3c99a0865a_432023a <42ebb87f8d673776150a6c232428c0ac_329642>, 2017 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Mustafa , 2020\n" "Language-Team: Arabic (http://app.transifex.com/readthedocs/readthedocs/" @@ -25,8 +25,8 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "الإصدار" @@ -54,15 +54,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -72,14 +72,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "الإصدارات" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "التنزيلات" @@ -93,7 +93,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "البناء" @@ -126,7 +126,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -140,43 +140,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "سياسة الخصوصية" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -206,7 +206,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -236,7 +236,7 @@ msgid "Username" msgstr "اسم المستخدم" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "المشروع" @@ -475,7 +475,7 @@ msgstr "فعّال" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -551,7 +551,7 @@ msgstr "بني" msgid "Uploaded" msgstr "تم الرفع" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "مستوي الخصوصية" @@ -583,7 +583,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "" @@ -636,7 +636,7 @@ msgstr "خطأ" msgid "Exit code" msgstr "كود الخروج" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "تقديم" @@ -1005,11 +1005,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 +#: doc_builder/exceptions.py:20 msgid "Build user exception" msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1035,7 +1035,7 @@ msgid "Publication date" msgstr "تاريخ النشر" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "تاريخ التعديل" @@ -1339,90 +1339,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1430,7 +1434,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1441,11 +1445,11 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "الاسم" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "" @@ -1545,7 +1549,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1577,7 +1581,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "الفريق" @@ -1619,11 +1623,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1908,7 +1912,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2140,7 +2144,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "للعامة" @@ -2263,74 +2267,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2340,27 +2339,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2448,148 +2447,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "ملف المتطلبات" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "رمز الإحصائيات" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2597,355 +2589,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "مميز" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "اللغة" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "لغة البرمَجة" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "المسار" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "المسار" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "النطاق" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3029,7 +2973,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3037,23 +2981,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3235,67 +3179,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "الكتالانية" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "الإنجليزية" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "الإسبانية" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "الفرنسية" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "الروسية" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "الألمانية" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "الفياتنامية" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "اليابانية" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "الأوكرانية" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "الإيطالية" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "الكورية" @@ -3605,85 +3549,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "المدوّنة" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "اشترك" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "تغيير اللغة" @@ -3905,6 +3849,10 @@ msgstr "" msgid "Log in" msgstr "تسجيل الدخول" +#: templates/core/notifications.html:13 +msgid "Close notification" +msgstr "" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3915,7 +3863,7 @@ msgstr "" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.mo b/readthedocs/locale/ca/LC_MESSAGES/django.mo index 8e371fd400c67ad9287ecfc3ea708acec8bae337..0c751f35a65087b4ece96631cc61b459d74368d5 100755 GIT binary patch delta 5125 zcmYk=3z&~p0>|;gjKR1>VU66z$lYcVatZ5Jw%yQ;saT>Fp*CbC{i9vEmNk^ps&(1! z>oQiWXi>SXFiYjO!%`Hs?6bCKwYzq|-~W5&dAyI`e9n3Q?>X-|=RNO#aP*Pc<5DG8 zW-baGXGvW$p?nA(%Y?AIs%Jx3eN_mRaSi(U`*N{N5^G^?>P@5FaUb;p z%)%BmL&(52M`1ghj9qXQvS{I4^a478|DgR= z{a&&%HPLz#WHCZ(<^G`ug?=~?o8qhJjP^zkpf^5*&fu$9{};OS6Ht#DVP2M3U>4~`m7hDGgujY2VI$+n2md}0v<+hcoOU2S+wJ+g~bZMPWhcLlO-!t1e~+Csq_Z9_ZSgKoBi=-&7e-5ce3`P~z>qb<F?tJD^!+cO;0%YO9ZW!%a0&IDd@lp(Hk#C2ebn1XHEQk6Q=BF2L;`S?tz2ovpazf;1qViv*+PB*E6@#H;y$r{EBad9i7xen=xg{WI2+tAmsIM$CLk0KS$ zB!%#8yr68eq~mJ%eHt`DH{G3B9_OGlC`4!eLOj0?o#{sO(G;vg*3JlU*w zV>#ddCn?xq2Kvio4!ZO&$NF0I*>6KTI))YSpXg?~gw8a(MKZ%&^z&=cf!=_vu`Aks z4EhMCTj%~^AqAhs8|aO(J!h2=#7S9 zMI4U~Y$|5q3`|*=MF5nX8k=eBYyA?c^KnGfu?^kD%jSjRf zdc$VuKwF{hdd2!J=!y+T2RJI$A4mI5O{ZXk`O)Xm5idn&_9{B_jo1*kp#wRMKB{lf zjxyRL_3G$MuR+^)Mjv7Scz!V2emt_7Q(+1PpYl$e*oT zb~LB_BjQXyAf1WJ${U(~x1He=WF5Jius_p(E9#DaAq&W}#ED!T@1OpbTE&T(WHH%G z?jwcd4dU~Cp8S+}yp<4MLzmiP7ip0$B^&fG3cJohfTfxD75gr^)*V(k%eRf8AtL+=~2t~-{S!JFkK4asp#!^ zGkGu8eG}d$?uQr2Y2tB;^d>W`aC}UDkS_6y2FH@&WJx@ijW3gB={on{Lt!g%!*wH{ zlV1>zvgA17l@61MM_cmqbSe4K5xS7qiJR{7V-}UW$VB2BkVU4GACfmo>HZ5-t;Ayj z)-0`{JKbX&xs&{u%p>m;kAtK(IYai5L8LNyhMXjg$#bOiXi4FgSV;}0Fot|Z9wxsc zrAIRguaXDiiBZ^-{FSsKRmdmAqX)T_^tZyXoXk&``1b+cOCBe`BVUk;5Mk^d2krku?d5laV_mfYFM?*5r0!Mk0Nv4qBliw8euF)#1XnmdT8AW;Z@5n5g i( delta 5732 zcmZ|S3v^V)0mkvcghvE{Bnl>}DYF!cJ zrKtFVDqt!?p*CqDpj1#E0mOpVDry8ov|!Xi!3Ulr^hp2T-a%t~de8axH#2+h+?ly^ zH?SypI2=2YlK7lE zT90p0{}P+w&dZERz}Jy}W9AJC9cVa+P4PQS#`D-3levp7aBu{6L7nGEbr`}#thDvJ zQDeU!b>3rm2`)qRx5j?I30rV~vzvlCdJ}cQyVw#BSsPFte2wb3Nqb{*F&PJ80kUXj zuJs|*1fD?ky9TvF)wcdBvKVH!J47yD=T- zpgLZOI)4?iXl5PqG|hI@K;A=5rgWa3rrU(tBfC+X z?HForoUt~)!rL=xs2g`f%{ZN4d}4rZV(xDPe3 zhpkUpSE2^826g^sWK3oUY9L2Y13r#=WZxp&$|Nxx_1hUQ)BB%e8w#wqqE?_7)j>I` z!+TLn`T%OlpGG~y)u@%)h#Jr?)PUc!9zk9IDQbczQ3F1UP4)gKWO`pDp`KAY)D1eJ zI?A%USZEx^4k#hKo`CK8`xS3U&Tk)Jm-H6!UJl zl?FZAJ*bs9gqlGE7UK7KEf#e4&VLZq{v_(UBdBNmHS()!&Y}jK+Ql1CHeN)%A8G)3 zs7Ep+W*f$%WI@aSc)C$F3>FzB}9cm`~@aK3GbwYX%Z=?>Y;{m9Fj>JN|+18h1GwN%wIab^H zCe&~LR@9Qeje1Q#LA0k)ox@m+2$vfukr9nZjQT#VX;TTuh} z3N?YVsF|B9z4i>$L_1@m-v0r%VKA!0u{Z%IV^`dP>Zkz|@g!=qeT7>3X1%<68tU0+ zq58?k7I+7?L>D#D>8J@Vz!u!!JVik_cows8HL8PmP|xslTR(@|G|9ca8~4PEsSiS( zUx1o<5$c!DMGZKH>VGck`bDVopTn4bxi(YKjrL*^9z>1&80wjxw0?sL)X$+d)p=A$ z8H`%z=b#2O5L@DPsO!g|1~vh8{X{Ipk}TF=Bdn%D9c(~7%Plwtzd((A5RDq>aO+sS zg!&}ZqnL)e@my?$kDw;B9CdvSs{f6s0lk9S1G}L| z)XbBv@;b~!J=3dE?ZZ$Vjz{hCJ5kSm7N+1_R6k2muiFc#8Sg}0w+A($H!(%;{{af| z0a(wVmNcQC*Fh#~>GCichojEF1>52z)ZU1oWmC9BAjM8|gW0nrMvAm$(mkW4a$gouvU zJj^82e$XSZhvsk0eWW{igcOrM6FuK4WD^-hw3GLc-Q;?bPjoosL$ZYEs3fz zKG-flId0SYf8p3qA(v#4bz~>`7tx05OV}Fb4Wi>k(wuBng=0OrlUz-Xl9@#N=O3ge z36dG4faH)Dh>labe;pY?v;lRz>=FM5<8sP>Bh!gXrV{OB9rYgOH^@(fd5-A4*71x- z{PXcfWfg14SlbqR))qd+6=b!oi$9QCY~7FgankX35A(it5$+?kWSMPy-r5WQMBcIW zK^P_Pl8Ao)(<$sAd&vZH;pk0aC8@Rz6Rp|!5a~mPkhSE(@d<@#w(?7BxpgUiZp*vy z;&_?$4^z0AyhY}cYsg4)9T`s!lZT0pBOc~B{*H_zw~|Ao4e3gBY$h$^CGTS!d`#XZ z+%o<%d^f(TijD>3DRRFm91oD;@e==+$9u?)n`uxF2{G#k>vp9|B?Apps^OFikgo18`=25qfX*+@LOe+)){xDnS z!wlSF8vTx)V2R6+rdPO8X6FW+Kp<3{UHk7|%@g}Ex4O0Q$vNKCOuj!l(+zXpk3%l@ z*VU@QJEQiZzKKoKe2yE4{G`{2Uvu}>Cgf%}8FO90sSHJ;%%}AK^cM^{nn7h, 2017 # Joan Queralt , 2014-2015 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: dplanella , 2017\n" "Language-Team: Catalan (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versió" @@ -50,15 +50,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -68,14 +68,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versions" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Descàrregues" @@ -89,7 +89,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Construccions" @@ -122,7 +122,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -136,43 +136,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Projecte" @@ -471,7 +471,7 @@ msgstr "Actiu" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -547,7 +547,7 @@ msgstr "Construït" msgid "Uploaded" msgstr "Carregat" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Nivell privat" @@ -579,7 +579,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Tipus de documentació" @@ -632,7 +632,7 @@ msgstr "Error" msgid "Exit code" msgstr "Codi de sortida" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "publica" @@ -1001,13 +1001,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgid "Build Version:" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Versió de la construcció:" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1033,7 +1031,7 @@ msgid "Publication date" msgstr "Data de publicació" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Data de modificació" @@ -1337,90 +1335,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1428,7 +1430,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1439,11 +1441,11 @@ msgstr "Usuaris" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Nom" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Correu electrònic" @@ -1543,7 +1545,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1575,7 +1577,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1617,11 +1619,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1906,7 +1908,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2138,7 +2140,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Públic" @@ -2228,10 +2230,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "No objects found" msgid "No connected services found" -msgstr "No s'ha trobat cap objecte" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2263,75 +2263,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"El vostre fitxer de configuració no és vàlid, assegureu-vos que conté conf.py" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2341,27 +2335,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2452,148 +2446,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Fitxer de requeriments" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Codi d'Analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2601,37 +2588,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Destacat" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Projectes relacionats" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2639,320 +2626,271 @@ msgstr "" "L'idioma en què es publicarà la documentació del projecte. Nota: això " "afectarà la URL del projecte" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Camí" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Fitxer de configuració de Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Intèrpret Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Usa els paquets del sistema" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Doneu accés a l'entorn virtual al directori global de paquets del lloc." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "El model ha de tenir un slug" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Camí" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL on enviar el webhook" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3036,7 +2974,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3044,23 +2982,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3242,67 +3180,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Anglès" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Castellà" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norueg" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Francès" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Rus" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Alemany" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Gallec" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japonès" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ucranià" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "" @@ -3612,85 +3550,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Arxiu Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3912,6 +3850,12 @@ msgstr "Crea, allotja i mostra documentació." msgid "Log in" msgstr "Entrada" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Elimina les notificacions" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3922,7 +3866,7 @@ msgstr "Visualització de documents" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Visió de conjunt" @@ -5543,3 +5487,22 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "El vostre fitxer de configuració no és vàlid, assegureu-vos que conté " +#~ "conf.py" + +#~ msgid "Python configuration file" +#~ msgstr "Fitxer de configuració de Python" + +#~ msgid "Python Interpreter" +#~ msgstr "Intèrpret Python" + +#~ msgid "Use system packages" +#~ msgstr "Usa els paquets del sistema" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Doneu accés a l'entorn virtual al directori global de paquets del lloc." diff --git a/readthedocs/locale/de/LC_MESSAGES/django.mo b/readthedocs/locale/de/LC_MESSAGES/django.mo index 6b1ae454b38bfa4b693c24a036a2718ad2d9d6ef..fa767d6efce8b8ef76212a262cbff05c582a36fa 100755 GIT binary patch delta 15663 zcmYk@2YgLu1IO`mGetxqi3AZNX6(I*RbrHg6>68-dj!F?Yu8>iQnU65RZ45`U9F;} zM(viObWrc_f1k(u>G`~m@3YRc&$%~A-%qdl+&Jyyz8>l`&*8e@)pjPMsro)#QjBhazgKIlZ z5Jq7Rj762lV@CRSk`%$NI0lE<^q)9_wEugKzIDpqBrSY=vD*$h|rfa0@c9*EQjA>NlahY%&-b-p!HB4CgC>hi`x6#@y1f< zOS%^NVLfXC<{{k@!!aeE_4gq%(^i;g3zk^7p_b|>Y74$cHT(c|2A-gn-n*VL#2SrS z@*V+>ElI~iM^;f|(GStu#Oo!_*8n>fHdft}*g1Ye;>TE>TH}}V2e$u7T zA6uc?>4;i^9;ku$$H|zCr_tqZVD|8=^(ty0cTqEVj%v`=(99$NRh|Vk@O;*?SeEpA zI0sXZC(a3e-*L)dLsUCsPy?E5)9#r>wC4*^OSRrs*ljE9#{lw=qv~D6oOlN-qfaC5 z#pQ7iETJZ(<&o2n;4&9yRj17=n#Z z_1dF4=!1bc*5=Q!`Acnj8)`uNF%y1|>i9ltqE9hU&%b}7<7C4yRE1)w8_Ho4#-k3? zXP6$>V+GuadL{pcp_s0z8E_P8pfRZSN}}Ei6;T~0Vs`9~?!`nV5>W@ao0*Oaq4uZ> zYVVs^KR~TW7u3@BLcP)YV+NdwTB)U|32a7nyx*2zLA7_+mOpLA^RK=1YHn@_K|Llh z7={H=GpvG|c?4Gakp~cpWv+Q7ufn<52BRMy=4&7OcNUypfCu z+=pu55^AImQD@-=7DJzw=El;g=+=VKy{#0NOe#ha@Y+l7x>J5C4kgW8y3Q zy~CEf?-SAC`5kqmPg`@U15qCmk*F1jLe7~}7`0`iuoF&0E%6gnhc8eo`UZ6-GPW~Y z6@{8m9#p;ZSWch+)rr(0BN;V-uTdQy!P@v8s-bM{O-BV#Gb(~=sGLp5p*~#d;VkTp zTG6-G^c{GTNN2|4*bXn~^M3}B@5t!Tkq%kXa!l(RO!?4$FX+N27Uh$Wx3TjxR-wGe zM`obiyP6pfL(OmsYDJgfKHP>{vA*5RfJUO;8vU@>YDLpf1383h{{p&o#qi;*n+vJ!?YOH(Q@k= z)W9~`^iG@Ji<;SC)XH7LK)h+wzoJ&|Z;Zg;UM8I%HQ~y=SbsIp*k-gxbuCji@bZ zZ~EHwY*YuUumFCE1@UKF9?;J;7=^mO7zSf?RJ{b$1czY;oPZkGY@^#*LL`KYHCO_7 zVPU+Fnt6DCGxMyd2C}0%h(&!iRK!f!6g9&xn1TaQTk!;ScweGc=q;*V!~m7E|9OcN zA)_$rjhBR~&;~Wq9;k)}p$3$K(Ks5f;4;jILkF4xE<<&=0kuUttb0-I9>$D#QTclQ zZxRW`2N;5{Re(W*jF~YL>1foYx~^UMmE0q0>VPQh}? z=1d&G^}InJCbRzZ;mqTi&{75tH=km^pl0mPMry`cQ60rv%cExU9%_pcQ3Gg$8sGrb zz{lDADX0ObqE>1rY76$Ku>LAIM}|7OgX;JNYDN4;m=1zbH)KUMToAQI#jWL0XCn@E z+G}H3OhDD2h#J^*R6olw3^%)N!9moG-(o4eff_*QNHfzY)M+n>8gNZiLoKacQ8Pqu-xdIIWj-$1S4Gt^4CMtjbh+wmi!0pvjy6h}2w1`A^qRCza41A|a+#&M{D zeu^6SKGe*PV=+97TKYFupD|{}fvA9 z7dzI}D~%d(HESJI{YI#It#J-^M!jGDL{0Ryq<_aX&NSqQ8b~J8-sD4_>QXixj~aP% z)J(fz4E97Ft{GS!mtzgQj5>r_$D21|V_Zi16n4QL6WISaBIk+7kcqtiF#!wWW~_{t zQD-6SWAmmfgvC`4V{tSx8D~AJouZS>eZ5gT)k{A46d;aSFH z%#Qmo+{LFB@`cxVGL-{|@zWgVF&@IhxOF;bf_j5z@XV7Q|A`scE7Zyqn8_oJ_0bQD zvwu~w92USqvsizf(j{c*G`~cD>@}PHQw7Y4hcGYRMqfopVBCf}R0mK4I)l;pD{26N^UMIF zF&*ie=otWNixN=n4o7XtSPVt?GMljtHIOqleIM0<&wO(hVo(EVfU5Ta>Mc)Dw1QYQnKEWOwwl5a* zyFk*pDb(Y15>>zZQpZ_~127!3QK&5|j^0=qBQOq`qtgOA(ZBPXBG_cP`JCQ?td=t% zl@BHi_{^-#6|6A!7$=xWwq zGl*JkmMS0Wkd;IomKvx5G(vs;cRi(YWM^+q)1#vcN zCB8xpPuHyp+H?22IJz}HzvAXUiR*?J@ ztVq?lo6Q!TMLi`yU{idI8hCa07V~CmXl;r$DQJxv;ZoFA>_lHYjvDA$?2I>14cFdk z8cagf?~K~2WYl9k8#VK-)+4BuabG18LgWQ%?|rwK26I?Tp=MGCHK5U`h8EiNCfq>! z23H~+ABh@R3G~NW$N=0<10ot>7u4w-hXpVdwWr5X4Q1S64pTI0 zZ}Ve)ERA6}3RQnL*1#W7^|I|WXQ%+?B3%*BVrz`h^B?<#Ids)ghcN-usRHWh_zu5qVh|l_C8+HztfC}M%uwv=#5&cu{J#q zGm&18d2z4JziEAm8gSs3<|zqB?QIMOV-+ln4N?6JMQ!;6bgN)K5$(xAR6{3GOZu%% z-@|#NpW;oNxZBL2+aBW}R7ayxTQ$?>FGo#e17^mrQS~mN25@H&>tBJ$A7t>vIK{p) zzhe0jE0Zp`*K9#&)ROhI>10%cqfi~rwdE_VTTnCo3bo|NF*p8%P4O)r#HRaLe=SwS z*YI&zR{qAc(+gXZ9);@X3g*G*s0l{8 z_nXt+6gAQmRL3*1B`!uCo@c17`4crD*8#JXp{PR_gUYXts@DWH(AKCG>W!Mf2-KT& zHfoFAskUGTs)3UjiPvoYbJTzWSg)KIhFaRvs2Np9ot@UG4m#mSI25&IH&6q4gw^q1 zRK2)Eo)vOC&57tS>xvp#A5?=QFb2n?X1Eq};SoHJcTqFla@ahUU!n$n0X5(UsPgBi z_FtpE2Y4SbpQahn^Zmaf5sj!Js)0_J2Zwtq@EMOfwcAiLK7iV)YpApG6xD&(QBxj( zxk%?hO{g|%LW!sWwZ?Y%A!clH^dqjqC+LH7kC}!Sp*l`Qb-V{v{~T&%ZrO4z zi)Nk;we)$hJeEKWq#O3YA*eHP6WtYwJhc@HoiHP8n(hzRJ(s;e@u7Ytnl#jtiR_*GJ+|Xgqq<(RKu$= z1UI4TeT|jy7&b<)3uZuxr~$RX1niI6qJ!v*-=PlQHB>uyZTS;7k)mXHUF2&OmOxd! zj2ZD3s=?o}KGyt}lZ?~xUz~D@uV*aj``~Y^sqF2qA*O{o5 z`RAI^9sHx&<2)EjK{ez&IZaS2k@Y8YnDSdoVT9_TR;)Q{X}eelVgb@)P*2l3ER6?H zEA$6y0O_xL(rzb*i8!TE1@SiB#@Zh@SKyB4@)RLy6X0{XKa35C0 zH>i5$Z<#N%^{w4e{Y^r*MmUFvX0jA@!z#>)yHHzl8K>eS)X0->n}JS7&3qwhU`sIv zeu--DvMs-kg-G8QS${2IEiytd3DrS&)XL02o$iIGC0k?N zh8oyjEQ4oJ9eLj~XQd?ikS>p!P!&}B^)Mf{M%_Q!O+?T6Y@C9hp+6S6Z#pc4F{I;A zH*`WB%0XBgN250$L7kNor~%(a)q8;&i1Wa_ntjpbVs%hw#GU)0x#0s;$K9>{Q4I`3 zjeG)XY3HLKZb9wk7pQ@qwD~`x+PQ7>AEDk8Z&2Tqf*zUrv6!Czoys<&4yrB|#6gBg6sFi$-s{aq_MdkmiIXgK}?UzHXP$Guw`R_m^HyMLb zr*{D^!7uO|Z2Ft|rBc`vo>`Wz7S18R1;X{1&y8S5VLQFQ@@If0+DisK+!v#$y#!#}hCdXQC#u z8nqP%F$}Mu`up_{)<1~Izhq><3@^=yv!b@5EULVjwG*m=ey9${qh`Da^^~kcJ-$a# zEA$Afq0cMx*ww;mq`PAeeEEv~R|6gYGy~{~!$}WCHSioYfDC_`CCi3-eq&Jg#iJgt zMAXu@#0uB}wQ`G4Tecdr;tnj0XHoZix&JngQwA(UMi_b;w)u&uPq|j86-q`e-FVcY znui+TT3fyo)xklV{}KL~EF`Mq5h)C=Y`YNqF{ z-=PL@6(jI5svYk)=B$LG%8Q~7cO2?WC1QR|LblTFxQSFIV-7aJbEuA@{^b)6bKxf3 zjH9s4TeGLvuqx?nj?42W)g&xQ`XbgwA6|1&SP#o#7gYWd)LFTS3-$c_c)2{McPZ-h z-^GGh%-iMpBGD3Ok*@9I@_a~rk3~pl^mRE+ure0F>DZX}!A@*J+SlLZd5^Tg4CMcX z56JfmU;w0_;$-@F!g!0+!=;!D?;&Gw(s7p#RbY_I^ItlKV=2Gtfq;GnIlmgcDF(wH)1wY$l=x_M!Ir1XjW`xDV5XxI7;gM=={|CzH$b z6hxt(_Zp}U8lv{R1?o(6L+!mAqj9!%E2^EdnOttq^ZI}c4IpEvnQ=DM(~t+1pM*Lz zol%eFRMca*3S;r4^@YvP5$5vz%BD8zeK7`g|2))vdod^83UjkJM7;QGLmmu9EqQ4? zk5y3RL7B~nv*G)s%VIGchdOlIQHSde>hQ)!n1L5V9kxoSS8iKWdtIyp+(a}(sS!>^ zE#-F9bG;XJ<4Men7p?bE_5Vf9Fkhq@ctt!xx+e1II~n+G;4e^!_0=Y~nyT+T-F zCq$Y0?o!#!4V6)6!8h70aX5OBE{fXA61W-bVn2L|L$GTOm-7=|$8ESbCr=3-_Q_?o zW=(FF=dnJI6)Dfo(bt4pU^hMg?T8d7;~4T{+*E&7PA$ml3q;QhnvUa zbHa4;z9m#3ZzbvXFop0)`J@jM{(F5yq77jIb(T}6mr)U0=NtTx{2AEai~YZ9?|e%} zR|@nP>6&0~;I;4h5)nq(IzmBDDNhRJ)d_l$bh35FQofupiExO#E(E8q%}`|#v=eneMU5khg&UsAU@4kwf%9JTj;NqiV# z7NNJzYh~5_iNqIDHd!N^PsUIZ3B+#_|C_k3WI{YaA0E2m@f3C16MiGD!^a!h`HOIw z_%Upax|UL>iivvuq&t?fAoAYBQG}|5bCkQslR1Zkt~la9*!Xe$mGBc`0{QDH&qw?@ z@-A_XlcyI@5zIoENS?0J#NS)klUs0w3r##*x*H39%{*Y*6(t6Ae<3z#$LJQKmN)a~~{TC*di;RK)X_c;uaepbqHr{y|0L0p}Y+4 z!V)$=mUK1Jx{la9zV?~@Z%$!)!U_sIqOQXD!bF|zHgA~qw#`3d{lGSO#FppBnl`Tn z_9ldr$7hu1zY`eCeV=>k(*J%E`sDh>-Y|%QmV}!&y_B-fHon7i6Tf64?Iz?TEFr8S ze2!fo<9ljp(`*psyb87@d~MVH(fx@{#89y`@hP~`=7n0-)@Q^g z*+v&w#b)a3>P_fLosUVkwD)~M-X79f3G-CxKUZ0EpWE3-qy=HNz3Ed^@c*gw$$5U`nz*jc24|bCqhvwieYsE9dj`jSm(2Dg?%)Sll#oQY zOgaE(*c*D0u0*^QJ|Vvg;ctSjYAVAw*atr*Tq3NeemtQG!HaN$@($#`yHYj(FG(Gx zVBx!5+)R24H++Om2xkep%HUHBC!{C77_Sj>Quh;rt}V9i5Yoj+*YM=>w_x&{63&xu zNZB$^zSf^B4+X#DBfL&{cYR|cdAXsI&96@0MdG6gn{4@q)(G<2Q1^zd+rZ{uBi)S9 zjk0KbX7fG!uXs3_dnp|Dt^oIv*Mq#=n2s=?@b214{AWTg!e`WJM?oC%Wa7WrNJ=lnN0OLKW-k&4Jw-ff#FrEIBUH3E_>*^r(3CKQ{2$5RXzPpj3I2*u zeizaR8Hg{X-aXrfigjfsUsru|{!K#vKA>W>EnGs{mk?~zD$hvyAw{@C2yX~=$;+z@ zuHXLC(O0CKdUE-_68Q%Rj|rD-ot>2J(fhxntu%>(Ld3J%3Pr6dF3KRL5$chbN*G6c zh%MhhJO|<3)t^Ws()(l7xxvW-{io3vq;uQ!b;?r+ zUgUWb>XZMH^f*Ew@%rTHN+gsa6dnT2T9LfoT_exYDP! z9K6mut>~~d!D*qBhX<#nE?gRvHgU~_s5uD-Bhxk3T1L_nm7NCy!S zY!MNqgCJE@nkZEiPyq`(Dxlooe`oOFzW2HJJ)h6yJ2Pj_^f|kUciU}Bsm9Z#BVFTP946U`LA8^P8sK>JtAdF{=)Cg+s)5h35q^txv3w^p!fvPv z;!q8y;=AZat$p3j#x|%9_rYL{vku3qq*Jgo&gjhi=O?n<7I@9xSa02ln#vQXCHNjy z@t>$Ya1S;0rMej1))>^3H$`>06RMs8))cHpdTbZwUpE$$p^DaHA>51=aTltm=k5Jl zs0Z_PHG3lp^?W_7fo-rLdQtU^M$N!DRL3Xbbex8Vu%y46S;Mo|AFv2F{)HMr(Br1U zlBkhHpzha1HQdnJ9vhPGhjVcTHpj}{+37eK)v-CK4!vU2{^dlp=4-JSeuOHpAN9ad zER3g6_|E~kY@d} ziD;xxVsV^^#qdRR<1(AS12r>8u>_t(mAis!;CBqg&^{(V9F z&S)YUX)daQ7qL7pRsr0EdSE*a#LrQi>yf@@6V}Hjq+6g~(PJ?T=b$>g8r9J^QT2U< zdQa>^zZ(9Uh~DYH;vy{G&orn`#!pat;k5M6f2>b>xGgXbwV9TnI{FT3 zlWszNi0sC8xDPcGMTR*J2f?X;TFOjJz^73&eIC{DcgW28o$Exj8SbHWXOZD%WTjCB zYhoj;iybf()seSR4Ss;?z+O~6q4B1na;Sk-MAZ{z({)fELQQcF?K?w>Xlj49-oZ|! zgXwl{?17)7ACF_NL>hEaVG>6Y(>&(;L#-4(V7Q-)UGZ~l&i#t1rlU`I&0ZRTTDqq& zjP{+`M7H8e)RYY$VIIi9ZloumI(QH@^(Ro9@giz-{)rlS$VmI*!AR0IPTsB|;b)OA8l^$?r(p+-C%RlyRQ-hgUoCpO0YSPxy9W3$*_Ne-&#O6!d_74^VEEQ%X27eBW58;&v^?uZ(BA9UkD498rXKL_)X zUVz&5ub>*9PdR0o=%*1Q8&!Z_3jpTv^*CTeN6+Vpu; z1HWPv24``UF&0bW01Tsj$7?gjV{vZGLKR$!T9SRJCHWH7vGdj+umtIwSO*Ja+usvV zGm?NBc?#GtX6SKLxg^y6EUbmOs5jvn zdw(6OqaUKm?Lu{EKR$y;P~RI!|D%Xh$1Y<`Pe-AS$c9dlhO2FU z9)^+r7&RkDZ2mdxWz>}4K+S+_toaZtiGEE@6cHV}2B-opu{8ETRhWc&LFJ&z*MHKi zX)DxMw^USzSEIg1Y(RDN0BQzKq3S({s_zD>!|Z5(U@c0qwbft@>cKWx2798WDjD_p zJq73EGJGBzjx&2@2d?8)dli{XXWn?G7DJvkpL&;2GY~w%bfg@rothJve?=ORp^>#i ztz9ov2L_>fJQ_8U$u@sFs>91rGxt7fNw(YkBd8I7i)#2c)C?7%J=L$@`&7Q1pNJ}s zLalYIwGnF5v_PGLw%8DRpvpgs>evgYhL&I{++g!}qMrK#>)}~c2TD#f11*mcr2SDu zG?Lb+iuzlVQ6n3Jnwd%X5YED~xDHj}PAq^2Q00!I8a{)1{wh|%o2ci?PO?jljdcFo z5K+assI{AqsTexh%!toA9^=TLg4#T1QB(K}YNm9ywD}64IuMDFt_I?T$ z)A`RP63&guSOpiMdcFlUvV9nfhf!01*BUg%j5q`}bK$6tMWL3WslDGFRo@`2ipi)B zK96%~-&sIJo1*5kreHl(j~}zPM?LU3s$3k-#Y7Ck-!VVlu{u*tJq1u5DS=v=YN$FSO%j;Z0RXB2ndGJltp1F)SG3W(8O7Rbj z!sMCe*YR1{p7ci4-nfIMT?}BB`AsTjHuKLr!^}f?9$Os5R?` zdT|U#tz8xtMwQoEPsh4A3*W{a7=xo;HeWE7VtLY=P|tmV1@RjU!Aq#6_un9*&20sQXQ^qRxMR zBH9!_RF9URdcFa}@l#ZT=TRNFiRJJw)Qpu~#4=$8)Jz>k9pf`t3-6(ptk$dinuk5G zA&$c$I{)twQN>#^0{5auaz0Ri&1b!3&9~TW*5at=8ltAO1!_h*qo%w&Y6b_QW_ASX zR6UP+?p0h&`_5`2d$IKr3bE-5ai-Ri&R%AYSB2%~fsgTZ^7mkAOj}`=ZW8J}FcZt- z9Aq_}wU~gdRvK5~R?@+%%El=szd@6V^RG?w4H@ddRV<2kFcJ&D zVRmaR)PtR{J@&h(Ru;T{4&ta#x%v6WJV}3oqh~>yH`>y$GdF}Vi2)(G&l8t?E8iwN6s3o{;y^d{2 z`)?6Z51Vj?!muY6z(iD!y_kgKuoRv{RrnjK{5{lCg}ray8!@PnceM^jovIvEeX~(( zzZ|L0?`$>^=P*9XjSHv_J+#qOR3DY@giMYz992P)56oXYs-yPEDpdY^sE!>(?Txdj z4t$TiaCjw}%~=VfbpD$W(V8ZrDtZG8;fJWT-HBcB2-0IG;zLtD23wQPMwQ!$+C#h0 zjmPi^-omoDXS3OKUt?j?KVl)B|64?~Hh*JtEbx&TNgLE|AB4I;9K$gMH4;CT#wAz= z-$O0kr#AlxYN@`p-avKqj=f*#W9raURV1Q{>Yzr@9;@L1n?K$<2Q@QmP^aW=jKHm^ z<8%_E@iMBRQd`WLyHWXdQA;ueRgY&2^RFq*uo;taKIs{F0ju!3(g=dK8H=MDdI+^t z(Kf#+Y9Jj@GZBX>mxcC9~=-P_F+-$OMRyu+l!P!&d?8mx`F z-@@7jHPZg58BD|~_$2nhMYs#Eqh{*eopy7gX8Nq3h&IE|sGi=&b{NW2YPcurm7I(k z;X0eY6(1t~C1&Cctb@aLn~Gn=CrGbEHT)M=#qd35z|AmZqx0gxZ81Y18a15&c*;o)? zM-AX@^baNSArVy&e$e!+F0Lls4)fzxR72NM-S1^lR<&O|jlAIsxnRKuIF2p+Qcze1HikJ>9&P#r0B zgpXK^#AWy?ZgMd*pV3Klf6n|*;KrCQ%nRZcs^Zu$O-Guc(w$Mewm-JP5vUPvz(9vk z9XN!V+G7}mXK*lHz*5-anEAb+Hx?zm-cMvSk&jSQUF*21pe}0do1!|<1=YX+)M*)p zYG@QT#a!%x@1r`F|AgsSG3-gYDr(dDumDcO5cJO^qKX#U0xK|v^!vC5FQN)gKWWbM zJXD3NunXSAyV&v+A7I%0E8YQ2ZL`yS^UcQ_?`!kxe8^e81#v$c6Yw1JWtZRo&zY&& zaNf8RwbsW`J^mT@VbBFL69=(0=~I}5*HD|R_eJASEK7O>Y6d5vrh1Nb8Ag%bfZ;m- z$BEP@;~J{sD&LxpG(x4jSclnspG`k!U4lA}@7eo%tfx??;wMxGLoS&mEQ>#pu7rhY z-wFNBOmP|18oNN9>2HcnKE3H?TUsje7n#>hzq&{P>;C|H1kj z`c>gwA~N`U^I!?oh$2v%FB-K6nxKwrThxoCH&(!rSO%X%E!|So(rre~;33q&E?`T% zijU&MmzjSROuTHq4v(?UM>Y69s$<(R826*fAH~Y}E$UbWUEwv3;i!(ULUnW_YUF!R z9ovtU@Di%NpsUQk3WQuW@8;sD3Y(%v*d4243O2?Ws2SOf8u3w7gWqE~{(;r7#1Cdq zHAHPjFV?_`sCr*V4Pb|#h>qKNjKyL zpc?FrC2%NeiZfAb{2XdYXQMi}%I0sxf;#_O?2SFB7sd(HSF7)Be!gGKNK2zCsEoQ_ z*QOuGy`+bsI#T0T^B0kN*oO3AEQHHYGq4tm;U^eM`_3^U+9c;uo9K58!{Wc0T^osN z@G;cX#i8~@3Rc1Ks9n7j7vomkj!)b)f3zxpicUH8i)~?it6ZO)MlKI8sRdGz%8gvc>*=!3#g^}*`^EMX8zSc zx!b0KM^FzmK#jPiO%Fm%VKQp-Wuh7!i|W`U?1(R+cK2!2Qk=)~_!CB8!8<0u3hMaA z++qGZ5ot??8h!yawJ)PavL3ZG`>_Tj8wG;*Jn$uGXA0q8WEk$$G{XteQ>iMy# z`e&d9u-s2X$7dbtTpvbF(XZG7L;o_zu?xOHdK8YpzfcvV{%tyth2u#3QP1B-b)eKe zGhFP<+^BRy&T2GxNJSXSr%HzKMiB*+!mED@*z4N$wg18P&nq2A%cP-{6A zo8cntiYHJFMdo)oGcgJ`;6|K)i3MDNy><~>kd6*^Igio4GlEDiuEn|-SDk7PNW`IGon^7|L31EgD(a0UJ~TVhF<)0zBh z=*GrjE{92V2BP-Xpi-{DKh;dadZag_2Y)K%@;j@D^yZK9TGM}_c6YuquE1}z>8PGA zMQyHwsLgmBwPZJ}f1{o+TGp(21U4mI5x3$%d=$%unrC z)Vco!?dFSC{q0RJmP%L+A4PRwDC)&B0yXl9sM9gs-rt7WLkCdD^cO!7^&}+1 z75FoH9qSXQ{3+NR*P%AuWmE-s?ET2{uD} z?|+p@ERn0I%~!61*?e74yLmQhWb;s)ZaL}|yc^ZvLF*}0x$jUN`~@|mmKUH{d9p|H0K<&KNQd;~8vM-4*y(t&uf2E;M)yA11#@ zO>@p0p*GWG)QGlVD(=C481t|z@E@_BK|W!fJgkgwK4Lm_5G#?sgq3yvgQCq;RYi?F z1~t`fk@M&Kj{KG}#mUdnq2Az8L&u4k&{`D)7cWq(<`ES^J zI#~@UzkzgyraO|10jR5|Rq<*RIDnVPdxx-(_&Nd~c1~~PV?A(n;%5T!+Ng8?ylqG~ z=MvZ3b09V)=-lh`A((g?!GDq;9};w(p^_4|(mPgj$NX$hxdS#o>4E$25pQnO`n1#4 z($=Z?5BkAXg*<&2wGE{BIM&~PbdBN02rBr&R-)Ifxf8hUyaQVavz4@E^y#>Q=e{I; ziTG8*QsTwQ(@SZHEl1S(nD8877$JoG>6EEYd|5tPDM4ZsLDwY0i^TQT`^i>NgLDzX zJ)3^q`V3_T5Q0eG!Zn0il*>O8QP^kL$S2yYO&lBY}mP(fEcYd1_Htq-qGguRrTLD)u!2$baIMSL#tK>M#z z=mZ(}ukoZ`An^eqk^GX_jKEifz{S@*XN8S_Le3t-2GXOjrOh9Mw{1MNq|>F4od%)w{5H^n}G91D@& zPX0Q=7UH_TAb$T^Nts!s`(vi^A6$PGdij1y>mdsLOuP$zM{x7tM$!#%9OlCZukNbU zUUP}-V>^~IiNs&R&#E}CgOc@4ki;q?Y%qX zEhk=q5KX*?ZG@;ZjJUqq?I83g=z4{`zFPlEJW!Reg;1BU@qq`wq+lz;9-AjR6TT+W zitr=lN0Z)(#|hhruf(Oc{8Zwf*?3>#pA(;mR|!v1c9q6om&{FsR|%uI(SvaRnn>O? z5>3ggh+e`P^8Umg1YNnLTM%Xt{{Zh_=|pCeUWDm9{|A1I+sO;Eg=%U3Q|v>};76n@ z;1oPaXixYT4?Rk_OS}{JRudmcXhP5xgQv-FNH|XV9KmPrb-*=*$GMk=lL?CnODMAk z{r8B}Ad*LjBk20nTHpE$d6lW)SJEAc|BPAop2{C1yv}`H>v04j%OnFoi}SN0d5`f- zuLqtRtNpi+3^xVZ;6yBs{V4n;p)=tId3VWs6+7bn>wV(!+`oUlNxU}UWkM{Osko1D z|0+-98$v1}gZ$sIpVq$*iOsg+DrCM){1sJBT-Q#6^8|SXD0`OlaN@c?A$^#5XTn>A z$>b#y77})GuMk1kX@m2XeaOTie@*KK+?@uvuWug%bdO$pZtO9@2?_pe7OxP$P8%{XbF z8H)$W*VU5n7wNZ2mm%KOmYGWYal%wvj;Qkn_f{&R^)F4rV-kUX-K6Na2MXI;0cP^^ zysbEn_)CQEZF-kg1)~TjNM9o~R6g~+0y{B@u$lNNg4z%K&KHQ=A2oR(`+*J&B>yea zi}54uLO7yIxnglJ>B=S<`0Ys1bnC;=}F#5EMn_ALR#$yEX zR3(0%J8t3!33*@{19kw)grF*Yz&xuW>YPA^b-9``0`Z@dy6B z$2Z)pY46k_K7#l(e2EA4#Gj!V}~#A^j|&HECVX;rk})oF-pa3ZW+XPvaR|PWi+2 zgKIN+rEGp5p81Kql3J6;2sg>-N=BG15RT2rn@-*!EKc~5xCgUQ*BHVVlp9Un+k_3I ztL3$CekH7U`=0&UxW{<1vb~uZ?#$%57oIEC!adgOOLcqV6I0y@Io`CSSf_24C*J3A z$Gf|G#=3iEWsdM9`u?5Svt5V(r;3vQql&yHJ)(mv$0wwD+<_(o6+7)S0y(Nc8F|C{ zZ7tZ=JI3SorFz_Byji}S_%ydCgIH!px+lZuj!#VVWM{j5nSl~1X_*NW$oBd?F{9!W zN5-dkvfWAEtk}HrLq>%5`=_U!GqQd0X=(1<%$zLuDARqnHzV7dq%qlcXvUqB?afGW zH&4t=^0dhI_;N=U*J>9%^AUkh-YT*!na#m*gKQ(1#X8P16^IT$PMlz4t;_hTG zL$2w0GS=Qs%1q3rrU%PB9P94piD%RaY4I5&-QHw%)IBzy@#X}^n(WO;a(jL59l`|k&6 zz>}oDCz=)hkMo{)=-J7|OSrRhvwa>$Z6`Xf%ls8Z+y9T2JZ^6`Q#K|(&6`xqogP2Z zBG>1ptS_F~R76umF|uQwxVfXdm&&`na?C?>4{j^gD4n7sJV`XwM!V1L@n)D! z6Vu=B)6S_`o-B8}%#k_T6oEm;&duCbu1yv_OiS}*xchiL?*CX1TkZd>Chys8hYQwe zJ<{hLX)A4 zNuUPz6FDha-sEI=d`_}EDL&iHn8ta$iK!V(o1QUyno9oLu8z%{@!6|I{eh!5(szGL zs)rel-Q9siVBk!T+4_`Z5>mZs$($xO!vDFkwHli0|JZHQNM7`rbD{n*Y<=4i4n}%9 zZ;yXQFpdM(j#q{EKOcsg<6_-y{y!%nK0EvV6f!*>JnVopk0+~^d#ooz3tN+w-Tgsg zs?U>AOEZ|wyC%!c!B5`3B`Yv~9T!hVY+nAW_3}sjuZLvr^6jPb8eV%ntOG+Hmy_;p z|IhCE-`0+i(upKan%h(x^T655`|4inure%XpoqIq;Ixcl|NA_fBEnp6mFUxsP1*Io zolMp|*^`>)$x4k+_SJGHczsm8drN}O^X@Il8ewLFIRN&|#F*LjJn7B$vErNdM7mxL F`Y*, 2018 # Wieland Hoffmann , 2014 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Justman10000, 2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" @@ -35,8 +35,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Version" @@ -64,15 +64,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -82,14 +82,14 @@ msgid "Languages" msgstr "Sprachen" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versionen" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Downloads" @@ -103,7 +103,7 @@ msgid "Project Home" msgstr "Projektstartseite" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Erstellungsprozesse" @@ -136,7 +136,7 @@ msgstr "Auf GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -150,43 +150,43 @@ msgstr "Dokumente durchsuchen" msgid "Hosted by" msgstr "Bereitgestellt von" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Datenschutz-Bestimmungen" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Ungültiger Projektname \"{0}\": kein Slug generiert." -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Projekt mit Slug \"{0}\" existiert bereits." -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, 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:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "Ein Unterprojekt mit diesem Alias ​​existiert bereits" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -216,7 +216,7 @@ msgid "Log out" msgstr "Abmelden" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "Einladung verschickt" @@ -246,7 +246,7 @@ msgid "Username" msgstr "Benutzername" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -487,7 +487,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Build fehlgeschlagen" @@ -563,7 +563,7 @@ msgstr "Erstellt" msgid "Uploaded" msgstr "Hochgeladen" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Sicherheitsstufe" @@ -597,7 +597,7 @@ msgstr "Hat ePub" msgid "Has HTML Zip" msgstr "Hat HTML-Zip" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Dokumentationstyp" @@ -652,7 +652,7 @@ msgstr "Fehler" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Übernehmen" @@ -1025,14 +1025,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "Eine Buildumgebung läuft gerade für diese Version" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Build-Version" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1058,7 +1055,7 @@ msgid "Publication date" msgstr "Veröffentlichungsdatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Modifizierungsdatum" @@ -1386,90 +1383,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1477,7 +1478,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1488,11 +1489,11 @@ msgstr "Benutzer" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Name" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "E-Mail" @@ -1594,7 +1595,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1626,7 +1627,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Team" @@ -1668,11 +1669,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "E-Mail-Adresse oder Benutzername" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1957,7 +1958,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "Es existieren derzeit keine Teams." @@ -2193,7 +2194,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Öffentlich" @@ -2283,10 +2284,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Verbundene Dienste" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2295,10 +2294,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "Organisationsslug" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2320,41 +2317,41 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Ungültiger Projektname" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "Um aus Pull Requests zu bauen, benötigen Sie eine" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2362,37 +2359,30 @@ msgstr "" "Um aus Pull-Requests zu erstellen, muss der Webhook Ihres Repositorys Pull-" "Request-Ereignisse senden." -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Die Konfiguration is fehlerhaft, bitte überprüfen, ob eine conf.py-Datei " -"existiert." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "Der Benutzer %(username)s ist bereits ein Maintainer" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." @@ -2402,27 +2392,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" @@ -2514,11 +2504,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Anforderungsdatei" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2528,42 +2518,32 @@ msgstr "" "files\">Pip-Anforderungsdatei, die zum Erstellen Ihrer Dokumentation " "benötigt wird. Pfad vom Stammverzeichnis Ihres Projekts." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" -"Art der Dokumentation, die Sie erstellen. Weitere Informationen zu Sphinx-Erbauern." - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "Pull-Requests für dieses Projekt erstellen" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." @@ -2571,25 +2551,25 @@ msgstr "" "Weitere Informationen in unserer Dokumentation." -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Analytics-Code" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2597,11 +2577,11 @@ msgstr "" "Tracking-ID von Google Analytics (z.B. UA-22345342-1). Dies " "kann das Laden Ihrer Seite verlangsamen." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "Analysen deaktivieren" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2609,65 +2589,65 @@ msgstr "" "Deaktivieren Sie Google Analytics für dieses Projekt vollständig (erfordert " "Neuaufbau-Dokumentation)" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "Alternative Buildschlangen ID" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "Maximal erlaubte gleichzeitige Builds für dieses Projekt" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Bezahlte Werbung zulassen" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Versionswarnung anzeigen" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "Warnbanner in nicht stabilen oder neuesten Versionen anzeigen." -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2675,37 +2655,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Hervorgehoben" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Verwandte Projekte" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Sprache" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2713,150 +2693,97 @@ msgstr "" "Die Sprache, in der die Projektdokumentation wiedergegeben wird. Hinweis: " "Dies wirkt sich auf die URL Ihres Projekts aus." -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "Die primäre Programmiersprache, in der das Projekt geschrieben ist." -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "Aktiviere EPUB Erzeugung" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Erstellen Sie mit jedem Build eine EPUB-Version Ihrer Dokumentation." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "Aktiviere PDF-Erzeugung" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Erstellen Sie mit jedem Build eine PDF-Version Ihrer Dokumentation." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Pfad" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python-Konfigurationsdatei" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Pfad vom Projektstammverzeichnis zur Datei conf.py (z. B. " -"docs/conf.py). Lassen Sie das Feld leer, wenn Sie möchten, dass " -"wir es für Sie finden." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Projekt installieren" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"Installieren Sie Ihr Projekt mithilfe von setup.py install in " -"einer virtuellen Umgebung" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python Interpreter" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" -"Der zum Erstellen der virtuellen Umgebung verwendete Python-Interpreter." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Verwende Systempakete" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Erlauben Sie der virtuellen Umgebung Zugriff auf das Verzeichnis der " -"globalen site-packages." +"Art der Dokumentation, die Sie erstellen. Weitere Informationen zu Sphinx-Erbauern." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "projekt" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Modell muss einen Kürzel haben" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "Unterprojektverschachtelung wird nicht unterstützt" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Pfad" + +#: projects/models.py:1469 msgid "Build id" msgstr "Build ID" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "erstellt" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "geändert" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "Bauen ausgelöst" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "Bauen bestanden" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL, an die der Webhook versandt wird" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "Ereignisse zum Abonnieren" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check der Dokumentation nach, welche Ersetzungen " "möglich sind." -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Domain" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "Diese Domain wurde automatisch erstellt" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "Diese Domäne ist ein CNAME für das Projekt" -#: projects/models.py:1817 +#: projects/models.py:1718 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:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Für diese Domain immer HTTPS verwenden" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "Anzahl der Angriffe auf diese Domain" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 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:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" @@ -3127,7 +3054,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3135,11 +3062,11 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Projekt gelöscht" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3148,12 +3075,12 @@ msgstr "" "Es gibt ein Problem mit Ihrem {service}-Konto. Versuchen Sie, Ihr Konto auf " "Ihrer Seite für verbundene Dienste erneut zu verbinden." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3340,67 +3267,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Katalanisch" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Englisch" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Spanisch" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Brasilianisches Portugiesisch" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norwegisch (Bokmål)" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Französisch" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Russisch" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Deutsch" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galicisch" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamesisch" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Traditionelles Chinesisch" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japanisch" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukrainisch" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italienisch" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Koreanisch" @@ -3729,15 +3656,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read the Docs Archiv" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Bleiben Sie auf dem Laufenden" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3745,71 +3672,71 @@ msgstr "" "Melden Sie sich für unseren Newsletter an, um unsere neuesten Blog-Updates " "wöchentlich in Ihren Posteingang zu erhalten." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Abbonieren" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "Sie sind erfolgreich unserer Abonnentenliste beigetreten." -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "Ressourcen" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "Unternehmen" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Werben Sie mit uns" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "Read the Docs für Unternehmen" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "Branding- und Media-Kit" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "Nutzungsbedingungen" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & Mitwirkende" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Sprache wählen" @@ -4037,6 +3964,12 @@ msgstr "Dokumentation erstellen, hosten und durchsuchen." msgid "Log in" msgstr "Einloggen" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Benachrichtigung löschen" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -4047,7 +3980,7 @@ msgstr "Dokumentation ansehen" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Übersicht" @@ -5857,3 +5790,58 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Die Konfiguration is fehlerhaft, bitte überprüfen, ob eine conf.py-Datei " +#~ "existiert." + +#~ msgid "Enable EPUB build" +#~ msgstr "Aktiviere EPUB Erzeugung" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "" +#~ "Erstellen Sie mit jedem Build eine EPUB-Version Ihrer Dokumentation." + +#~ msgid "Enable PDF build" +#~ msgstr "Aktiviere PDF-Erzeugung" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "Erstellen Sie mit jedem Build eine PDF-Version Ihrer Dokumentation." + +#~ msgid "Python configuration file" +#~ msgstr "Python-Konfigurationsdatei" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Pfad vom Projektstammverzeichnis zur Datei conf.py (z. B. " +#~ "docs/conf.py). Lassen Sie das Feld leer, wenn Sie möchten, " +#~ "dass wir es für Sie finden." + +#~ msgid "Install Project" +#~ msgstr "Projekt installieren" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Installieren Sie Ihr Projekt mithilfe von setup.py install " +#~ "in einer virtuellen Umgebung" + +#~ msgid "Python Interpreter" +#~ msgstr "Python Interpreter" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "" +#~ "Der zum Erstellen der virtuellen Umgebung verwendete Python-Interpreter." + +#~ msgid "Use system packages" +#~ msgstr "Verwende Systempakete" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Erlauben Sie der virtuellen Umgebung Zugriff auf das Verzeichnis der " +#~ "globalen site-packages." diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index 40c0d30fc80..49c19aae5b9 100644 --- a/readthedocs/locale/en/LC_MESSAGES/django.po +++ b/readthedocs/locale/en/LC_MESSAGES/django.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#: notifications/messages.py:394 +#: notifications/messages.py:407 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,8 +18,8 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "" @@ -47,15 +47,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -65,14 +65,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "" @@ -86,7 +86,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "" @@ -119,7 +119,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -133,43 +133,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -199,7 +199,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -229,7 +229,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "" @@ -468,7 +468,7 @@ msgstr "" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -544,7 +544,7 @@ msgstr "" msgid "Uploaded" msgstr "" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "" @@ -576,7 +576,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "" @@ -629,7 +629,7 @@ msgstr "" msgid "Exit code" msgstr "" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "" @@ -998,11 +998,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 +#: doc_builder/exceptions.py:20 msgid "Build user exception" msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1028,7 +1028,7 @@ msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "" @@ -1332,90 +1332,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1423,7 +1427,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1434,11 +1438,11 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "" @@ -1538,7 +1542,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1570,7 +1574,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1612,11 +1616,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1901,7 +1905,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2133,7 +2137,7 @@ msgstr "" msgid "Bazaar" msgstr "" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "" @@ -2256,74 +2260,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2333,27 +2332,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2441,148 +2440,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2590,355 +2582,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3022,7 +2966,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3030,23 +2974,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3228,67 +3172,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "" @@ -3598,85 +3542,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3898,6 +3842,10 @@ msgstr "" msgid "Log in" msgstr "" +#: templates/core/notifications.html:13 +msgid "Close notification" +msgstr "" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3908,7 +3856,7 @@ msgstr "" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index 65d77f53a7d3b72bd0894e762c2ae7157004cfb9..c14f2a71e21e67122503d01230ca8edcef1b89b6 100755 GIT binary patch delta 19741 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 diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index 090eed8f28c..3659348ec37 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -23,12 +23,12 @@ # Manuel Viera , 2013 # Rodrigo Vegas Sánchez-Ferrero, 2017-2018 # Sergio, 2023 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Sergio, 2023\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" @@ -40,8 +40,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " "1 : 2;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versión" @@ -69,15 +69,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Este campo es obligatorio." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -87,14 +87,14 @@ msgid "Languages" msgstr "Idiomas" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versiones" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Descargas" @@ -108,7 +108,7 @@ msgid "Project Home" msgstr "Inicio de Proyecto" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Compilaciones" @@ -141,7 +141,7 @@ msgstr "En GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -155,43 +155,43 @@ msgstr "Buscar documentos" msgid "Hosted by" msgstr "Alojado por" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Política de privacidad" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nombre de proyecto no válido \"{0}\": no se generó ningún slug." -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "El proyecto con slug \"{0}\" ya existe." -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "El proyecto con {slug_name}={value} no es válido como subproyecto" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "Ya existe un subproyecto con este alias" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -221,7 +221,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "Invitación enviada" @@ -251,7 +251,7 @@ msgid "Username" msgstr "Nombre de usuario" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Proyecto" @@ -490,7 +490,7 @@ msgstr "Activo" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Compilación fallida" @@ -567,7 +567,7 @@ msgstr "Compilado" msgid "Uploaded" msgstr "Cargado" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Nivel de privacidad" @@ -601,7 +601,7 @@ msgstr "Tiene ePub" msgid "Has HTML Zip" msgstr "Tiene Zip HTML" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Tipo de documentación" @@ -654,7 +654,7 @@ msgstr "Error" msgid "Exit code" msgstr "Código de salida" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Envío" @@ -1029,14 +1029,11 @@ msgid "A build environment is currently running for this version" msgstr "" "Un entorno de compilación está actualmente ejecutándose para esta versión" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Versión de compilación" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1062,7 +1059,7 @@ msgid "Publication date" msgstr "Fecha de publicación" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Fecha de modificación" @@ -1390,90 +1387,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1481,7 +1482,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1492,11 +1493,11 @@ msgstr "Usuarios" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Nombre" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Correo electrónico" @@ -1599,7 +1600,7 @@ msgstr "" msgid "Read-only" msgstr "Solo lectura" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1631,7 +1632,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Equipo" @@ -1673,11 +1674,11 @@ msgstr "Nombre de Organización Inválida: Sin slug generado" msgid "Organization %(name)s already exists" msgstr "La organización %(name)s ya existe" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "Nombre de usuario o dirección de correo electrónico" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "El usuario %(username)s no existe" @@ -2005,7 +2006,7 @@ msgstr "" " después de una prueba de 30 días.\n" " " -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "Actualmente no hay equipos establecidos." @@ -2250,7 +2251,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Público" @@ -2340,10 +2341,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Servicios conectados" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2352,10 +2351,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "Slug de Organización" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2364,10 +2361,8 @@ msgid "" msgstr "" #: projects/forms.py:165 projects/forms.py:187 -#, fuzzy -#| msgid "This query param is required" msgid "Admin permission required" -msgstr "Este parámetro de consulta es obligatorio" +msgstr "" #: projects/forms.py:176 msgid "" @@ -2379,41 +2374,41 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Nombre de proyecto no válido, ya existe un proyecto con ese nombre" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Nombre de proyecto no válido" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Repositorio no válido" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "Para construir a partir de pull requests, necesita un" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2421,36 +2416,29 @@ msgstr "" "Para compilar a partir de pull requests, el webhook de su repositorio debe " "enviar eventos de pull request." -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Tu archivo de configuración no es válido, asegúrate que contenga un archivo " -"conf.py en el mismo." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "El usuario %(username)s ya es mantenedor" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "El payload debe ser un objeto JSON válido." @@ -2460,27 +2448,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" @@ -2571,11 +2559,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Archivo de requerimientos" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2585,42 +2573,32 @@ msgstr "" "files\">archivo de requerimientos de pip se necesita para construir su " "documentación. En la ruta de la raíz de tu proyecto." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" -"Tipo de documentación que está construyendo. Más " -"información sobre sphinx builders." - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "Crear solicitudes de incorporación de cambios para este proyecto" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." @@ -2628,25 +2606,25 @@ msgstr "" "Más información en nuestros documentos." -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidad de las solicitudes de incorporación de cambios" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2654,11 +2632,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:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "Deshabilitar Analytics" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2666,15 +2644,15 @@ msgstr "" "Deshabilite Google Analytics por completo para este proyecto (requiere " "documentación de reconstrucción)" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Imagen alternativa del contenedor" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Límite de memoria del contenedor" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2682,54 +2660,54 @@ msgstr "" "Límite de memoria en formato Docker - ejemplo: 512m o 1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "El límite de tiempo del contenedor en segundos" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "ID de cola de compilación alternativa" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "Máximo de compilaciones simultáneas permitidas para este proyecto" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Permitir publicidad pagada" -#: projects/models.py:430 +#: projects/models.py:419 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:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Sin publicidades" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "¿Es spam?" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (no) spam" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Mostrar advertencia de versión" -#: projects/models.py:446 +#: projects/models.py:435 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:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2737,37 +2715,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Destacado" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "¿Debería estar público el tablero del proyecto?" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Proyectos relacionados" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2775,148 +2753,98 @@ 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:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Lenguaje de programación" -#: projects/models.py:518 +#: projects/models.py:507 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:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "Este proyecto ha sido construido con un webhook" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Este proyecto ha sido clonado con éxito" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "Activar la compilación de EPUB" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Crear una versión en EPUB de tu documentación en cada compilación." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "Activar la compilación de PDF" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Crear una versión en PDF de tu documentación en cada compilación." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Ruta" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "Directorio donde se encuentra conf.py" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Archivo de configuración de Python" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Ruta del archivo raíz del proyecto al archivo conf.py (por " -"ejemplo, docs/conf.py). Déjelo en blanco si quiere que lo " -"encontremos por usted." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Instalar proyecto" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Instale su proyecto dentro de un virtualenv usando el comando setup.py " -"install" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Intérprete de Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "El intérprete de Python usado para crear el entorno virtual." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Usar paquetes del sistema" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." -msgstr "Dele al entorno virtual acceso a la carpeta global de site-packages." +"Tipo de documentación que está construyendo. Más " +"información sobre sphinx builders." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "proyecto" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "El modelo debe tener una indicación" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "No se admite la anidación de subproyectos" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Ruta" + +#: projects/models.py:1469 msgid "Build id" msgstr "ID de Compilación" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "Rango de búsqueda de la página" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este archivo de operaciones como la indexación" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "creado" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "modificado" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "Compilación activado" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "Compilación aprobada" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "Dirección URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "Dirección URL donde enviar el webhook" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "Secreto utilizado para firmar el payload del webhook" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "Eventos para suscribirse" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "Payload JSON" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check los documentos para conocer las sustituciones disponibles." -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "Este dominio fue creado automáticamente" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "Este dominio es un CNAME para el proyecto" -#: projects/models.py:1817 +#: projects/models.py:1718 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:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Usar siempre HTTPS para este dominio" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "Número de veces que se ha pulsado desde este dominio" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "Estado del certificado SSL" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "Omitir proceso de validación." -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "Fecha de inicio del proceso de validación." -#: projects/models.py:1854 +#: projects/models.py:1755 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:1859 +#: projects/models.py:1760 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:1864 +#: projects/models.py:1765 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:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" @@ -3188,7 +3116,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Configuración del proyecto actualizada" @@ -3196,11 +3124,11 @@ msgstr "Configuración del proyecto actualizada" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Proyecto borrado" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3209,12 +3137,12 @@ msgstr "" "Hay un problema con tu cuenta de {service}, intenta volver a conectar tu " "cuenta en tu página de servicios conectados." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, 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:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" @@ -3400,67 +3328,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totales" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Catalán" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Inglés" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Español" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Portugués brasileño" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Noruego bokmål" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Francés" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Ruso" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Alemán" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Gallego" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Chino tradicional" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japonés" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italiano" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Coreano" @@ -3807,15 +3735,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Archivo de Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Manténgase actualizado" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3823,71 +3751,71 @@ msgstr "" "Regístrate para recibir semanalmente en tu casilla de correo nuestro boletín " "informativo con las últimas novedades de nuestro blog." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Suscribirse" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "¡Gracias!" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "Te has unido con éxito a nuestra lista de suscriptores." -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "Recursos" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "Tutorial" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Documentación" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "Ir sin publicidad" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "Soporte del sitio" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "Estado del sitio" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "Compañía" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "Trabajos" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Publicita con nosotros" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "Read the Docs para negocios" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "Kit de marca y medios" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "Términos de servicio" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & contribuidores" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Cambiar idioma" @@ -4123,6 +4051,12 @@ msgstr "Crear, alojar y explorar documentación." msgid "Log in" msgstr "Acceder" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Eliminar notificaciones" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -4133,7 +4067,7 @@ msgstr "Ver documentación" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Visión general" @@ -5968,3 +5902,58 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Tu archivo de configuración no es válido, asegúrate que contenga un " +#~ "archivo conf.py en el mismo." + +#~ msgid "Enable EPUB build" +#~ msgstr "Activar la compilación de EPUB" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "Crear una versión en EPUB de tu documentación en cada compilación." + +#~ msgid "Enable PDF build" +#~ msgstr "Activar la compilación de PDF" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "Crear una versión en PDF de tu documentación en cada compilación." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "Directorio donde se encuentra conf.py" + +#~ msgid "Python configuration file" +#~ msgstr "Archivo de configuración de Python" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Ruta del archivo raíz del proyecto al archivo conf.py (por " +#~ "ejemplo, docs/conf.py). Déjelo en blanco si quiere que lo " +#~ "encontremos por usted." + +#~ msgid "Install Project" +#~ msgstr "Instalar proyecto" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Instale su proyecto dentro de un virtualenv usando el comando setup." +#~ "py install" + +#~ msgid "Python Interpreter" +#~ msgstr "Intérprete de Python" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "El intérprete de Python usado para crear el entorno virtual." + +#~ msgid "Use system packages" +#~ msgstr "Usar paquetes del sistema" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Dele al entorno virtual acceso a la carpeta global de site-packages." diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 30523ef5a89..378823d176e 100644 --- a/readthedocs/locale/eu/LC_MESSAGES/django.po +++ b/readthedocs/locale/eu/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # Asier Iturralde Sarasola , 2018 # julen, 2012 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Asier Iturralde Sarasola , 2018\n" "Language-Team: Basque (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Bertsioa" @@ -50,15 +50,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -68,14 +68,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Bertsioak" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "" @@ -89,7 +89,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "" @@ -122,7 +122,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -136,43 +136,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Proiektua" @@ -471,7 +471,7 @@ msgstr "Aktibo" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -547,7 +547,7 @@ msgstr "Eraikita" msgid "Uploaded" msgstr "Igota" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "" @@ -579,7 +579,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "" @@ -632,7 +632,7 @@ msgstr "Errorea" msgid "Exit code" msgstr "" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "" @@ -1001,11 +1001,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 +#: doc_builder/exceptions.py:20 msgid "Build user exception" msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1031,7 +1031,7 @@ msgid "Publication date" msgstr "" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "" @@ -1335,90 +1335,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1426,7 +1430,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1437,11 +1441,11 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Izena" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "" @@ -1541,7 +1545,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1573,7 +1577,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1615,11 +1619,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1904,7 +1908,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2136,7 +2140,7 @@ msgstr "" msgid "Bazaar" msgstr "" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "" @@ -2259,74 +2263,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2336,27 +2335,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2444,148 +2443,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2593,355 +2585,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3025,7 +2969,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3033,23 +2977,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3231,67 +3175,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "" @@ -3601,85 +3545,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3901,6 +3845,10 @@ msgstr "" msgid "Log in" msgstr "Hasi saioa" +#: templates/core/notifications.html:13 +msgid "Close notification" +msgstr "" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3911,7 +3859,7 @@ msgstr "Ikusi dokumentazioa" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.mo b/readthedocs/locale/fr/LC_MESSAGES/django.mo index bc249b54412a3034dbf138a8b2cd773ead3b84db..9e15e2588a490cde37c433288eeba0c14b0f532f 100755 GIT binary patch delta 21377 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 IT^kerA9U9lS^xk5 delta 23105 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 diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index 8d422e53110..21d5b522564 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -36,12 +36,12 @@ # Seb35 , 2017 # Seb35 , 2017 # Yann Domingo, 2016-2017 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Jérémie Tarot , 2022-2023\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" @@ -53,8 +53,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Version" @@ -82,15 +82,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Ce champ est obligatoire." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -100,14 +100,14 @@ msgid "Languages" msgstr "Langues" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versions" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Téléchargements" @@ -121,7 +121,7 @@ msgid "Project Home" msgstr "Accueil du projet" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Compilations" @@ -154,7 +154,7 @@ msgstr "Sur GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -168,44 +168,44 @@ msgstr "Chercher dans la doc" msgid "Hosted by" msgstr "Hébergé par" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Politique de confidentialité" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nom du projet invalide \"{0}\": pas de jeton généré." -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Un projet avec le slug \"{0}\" existe déjà." -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, 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:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "Un sous-projet avec cet alias existe déjà" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -235,7 +235,7 @@ msgid "Log out" msgstr "Se déconnecter" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "L'invitation est envoyée" @@ -265,7 +265,7 @@ msgid "Username" msgstr "Nom d'utilisateur" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Projet" @@ -506,7 +506,7 @@ msgstr "Actif" msgid "Build successful" msgstr "Compilation réussie" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Compilation échouée" @@ -583,7 +583,7 @@ msgstr "Compilé" msgid "Uploaded" msgstr "Chargé" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Niveau de confidentialité" @@ -617,7 +617,7 @@ msgstr "Contient une ePub" msgid "Has HTML Zip" msgstr "Contient un Zip HTML" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Type de documentation" @@ -671,7 +671,7 @@ msgstr "Erreur" msgid "Exit code" msgstr "Code de retour" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Consigner" @@ -1051,14 +1051,11 @@ msgid "A build environment is currently running for this version" msgstr "" "Un environnement de compilation est en cours d'exécution pour cette version" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Compiler une version" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1084,7 +1081,7 @@ msgid "Publication date" msgstr "Publié le" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Modifié le" @@ -1415,90 +1412,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1506,7 +1507,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1517,11 +1518,11 @@ msgstr "Utilisateurs" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Nom" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "E-mail" @@ -1625,7 +1626,7 @@ msgstr "" msgid "Read-only" msgstr "En lecture seule" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1657,7 +1658,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "L'équipe" @@ -1699,11 +1700,11 @@ msgstr "Nom d'organisation non valide: aucun slug n'a été généré" msgid "Organization %(name)s already exists" msgstr "L'organisation %(name)s existe déjà" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "Adresse email ou nom d'utilisateur" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "L'utilisateur %(username)s n'existe pas" @@ -2022,7 +2023,7 @@ msgstr "" "correspond à votre organisation\n" "après un essai de 30 jours." -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "Il n'y a pas encore d'équipe de définie." @@ -2264,7 +2265,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Public" @@ -2354,10 +2355,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Comptes liés" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2366,10 +2365,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "Jeton de l'organisation" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2378,10 +2375,8 @@ msgid "" msgstr "" #: projects/forms.py:165 projects/forms.py:187 -#, fuzzy -#| msgid "This query param is required" msgid "Admin permission required" -msgstr "Ce paramètre de recherche est nécessaire" +msgstr "" #: projects/forms.py:176 msgid "" @@ -2393,43 +2388,43 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Nom de projet invalide, il y a déjà un projet portant ce nom" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Nom du projet invalide" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Dépôt non valide" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "Pour construire une requête de téléversement vous aurez besoin de" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2437,35 +2432,29 @@ msgstr "" "Pour construire à partir de requête de téléversement, votre webhook de dépot " "doit envoyer des évenements." -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Votre fichier de configuration est invalide, vérifiez qu'il contient conf.py." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "L'utilisateur %(username)s est déjà un mainteneur" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "Les données doivent être un objet JSON valide." @@ -2475,27 +2464,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" @@ -2589,11 +2578,11 @@ msgstr "" "Branche vers laquelle \"latest\" pointe. Laisser vide pour utiliser la " "valeur par défaut pour votre SGV." -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Fichier des prérequis" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2603,42 +2592,32 @@ msgstr "" "files\">fichier de \"requirements\" pip est requis pour compiler votre " "projet. Le chemin depuis la racine de votre projet." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" -"Type de documentation que vous compilez. Plus de " -"détails sur les compilateurs Sphinx." - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "Pull request de compilation pour ce projet" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." @@ -2646,25 +2625,25 @@ msgstr "" "Plus d'information dans notre documentation." -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "Niveau de confidentialité des Pull Requests" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN activé" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Code analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2672,11 +2651,11 @@ msgstr "" "ID de suivi Google Analytics (ex. 1UA-22345342-11). Cela peut " "ralentir les chargements de votre page." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "Désactiver les mesures" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2684,15 +2663,15 @@ msgstr "" "Désactiver entièrement Google Analytics pour ce projet (nécessite de " "recompiler la documentation)" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Image alternative pour le conteneur" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Limite mémoire du conteneur" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2700,55 +2679,55 @@ msgstr "" "Limite de la mémoire au format Docker, par example: 512m ou " "1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "Limite de temps du conteneur en secondes" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "Identifiant alternatif de queue de compilation" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "Nombre maximal de compilations concurrentes sur ce projet" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Autoriser les annonces sponsorisées" -#: projects/models.py:430 +#: projects/models.py:419 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:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Sans annonces" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "Est du spam ?" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "Marqué manuellement comme (non) spam" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Afficher l'avertissement de version" -#: projects/models.py:446 +#: projects/models.py:435 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:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "Chemin du fichier .readthedocs.yaml" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2761,19 +2740,19 @@ msgstr "" "code>. Laisser vide pour la valeur par défaut : .readthedocs.yaml." -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "En vedette" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "Passer (désactiver) la compilation de ce projet" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "Retiré de la liste" -#: projects/models.py:476 +#: projects/models.py:465 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2782,19 +2761,19 @@ msgstr "" "the Docs et demande aux moteurs de recherche externes de le supprimer via " "robots.txt" -#: projects/models.py:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "Le tableau de bord du projet devrait être public ?" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Projets apparentés" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Langue" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2802,147 +2781,97 @@ 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:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Langage de programmation" -#: projects/models.py:518 +#: projects/models.py:507 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:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "Ce projet a été compilé par un webhook" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Ce projet a bien été cloné" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "Activer la compilation en EPUB" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Créer une version EPUB de votre documentation à chaque compilation" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "Activer la compilation PDF" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Créer une version PDF de votre documentation à chaque compilation." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Chemin" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "Le répertoire où se situe le fichier conf.py" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Fichier de configuration Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Le chemin depuis la racine du projet vers le fichier conf.py " -"(ex. docs/conf.py). Laissez vide et nous le chercherons pour " -"vous." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Installer le projet" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"Installer votre projet dans un virtualenv via setup.py install" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Interpréteur Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "L’interpréteur Python utilisé pour créer l’environnement virtuel." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Utiliser les paquets système" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Donner accès à l’environnement virtuel au dossier global site-packages." +"Type de documentation que vous compilez. Plus de " +"détails sur les compilateurs Sphinx." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "projet" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Le Model nécessite un libellé court" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "L'imbrication de sous-projet n'est pas supportée" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Chemin" + +#: projects/models.py:1469 msgid "Build id" msgstr "ID de compilation" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "Classement dans les recherches" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "Ignorer ce fichier pendant les opérations comme l'indexation" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "créé" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "modifié" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "Compilation déclenchée" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "Compilation terminée" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL sur laquelle pointer le webhook" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "Secret utilisé pour signer les données du webhook" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "Souscrire aux évenements" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "Données JSON" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check la documentation pour les substitutions possibles." -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Domaine" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "Ce domain a été créé automatiquement" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "Ce domaine est un CNAME pour le projet" -#: projects/models.py:1817 +#: projects/models.py:1718 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:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Utiliser HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Toujours utiliser HTTPS pour ce domaine" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "Nombre de vues sur ce domaine" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "État du certificat SSL" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "Passer le processus de validation." -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "Date de début du processus de validation." -#: projects/models.py:1854 +#: projects/models.py:1755 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:1859 +#: projects/models.py:1760 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:1864 +#: projects/models.py:1765 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:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" @@ -3214,7 +3143,7 @@ msgstr "Le seul nom de fichier autorisé est {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Les seuls noms de fichiers autorisés sont {filenames}." -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Paramètres du projet mis à jour" @@ -3222,11 +3151,11 @@ msgstr "Paramètres du projet mis à jour" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Projet supprimé" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3235,12 +3164,12 @@ msgstr "" "Il y a eu un problème avec votre compte {service}, merci de le reconnecter " "sur la page de vos services liés." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, 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:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" @@ -3427,67 +3356,67 @@ msgstr "Recherche" msgid "Total results" msgstr "Résultats totaux" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Anglais" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Espagnol" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Portugais brésilien" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norvégien Bokmål" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Français" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Russe" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Allemand" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galicien" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamien" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Chinois traditionnel" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japonais" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukrainien" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italien" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Coréen" @@ -3835,15 +3764,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Archive de Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Suivez l'actualité" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3851,71 +3780,71 @@ msgstr "" "Inscrivez-vous à notre newsletter pour recevoir les nouvelles de notre blog " "chaque semaine dans votre boîte mail." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "S'inscrire" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "Merci!" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "Vous avez été ajoutés avec succès à notre liste de souscripteurs." -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "Ressources" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "Tutoriel" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Documentation" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "Passer au sans publicité" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "Support du site" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "Statut du site" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "Entreprise" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "Emplois" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Annonceurs" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "Read the Docs for Business" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "Kit de marque et de média" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "Conditions d'utilisation du service" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & contributeurs" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Changer de langue" @@ -4150,6 +4079,12 @@ msgstr "Créer, héberger et parcourir la documentation" msgid "Log in" msgstr "Connexion" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Supprimer les notifications" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -4160,7 +4095,7 @@ msgstr "Afficher les Docs" msgid "delisted" msgstr "retiré de la liste" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Aperçu" @@ -6035,3 +5970,58 @@ msgstr "" "fournisseur Git afin de supprimer la connexion OAuth de Read the Docs. Sur " "GitHub, celle-ci se trouve dans Paramètres > Applications > " "Applications OAuth Autorisées." + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Votre fichier de configuration est invalide, vérifiez qu'il contient conf." +#~ "py." + +#~ msgid "Enable EPUB build" +#~ msgstr "Activer la compilation en EPUB" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "Créer une version EPUB de votre documentation à chaque compilation" + +#~ msgid "Enable PDF build" +#~ msgstr "Activer la compilation PDF" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "Créer une version PDF de votre documentation à chaque compilation." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "Le répertoire où se situe le fichier conf.py" + +#~ msgid "Python configuration file" +#~ msgstr "Fichier de configuration Python" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Le chemin depuis la racine du projet vers le fichier conf.py " +#~ "(ex. docs/conf.py). Laissez vide et nous le chercherons pour " +#~ "vous." + +#~ msgid "Install Project" +#~ msgstr "Installer le projet" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Installer votre projet dans un virtualenv via setup.py install" + +#~ msgid "Python Interpreter" +#~ msgstr "Interpréteur Python" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "L’interpréteur Python utilisé pour créer l’environnement virtuel." + +#~ msgid "Use system packages" +#~ msgstr "Utiliser les paquets système" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Donner accès à l’environnement virtuel au dossier global site-packages." diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.mo b/readthedocs/locale/gl/LC_MESSAGES/django.mo index 0b8a48021163aa474842255a6922229b29206f0e..7fd9d46a3d075e728ec723f436fcce5ab42f4577 100755 GIT binary patch delta 22504 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 delta 24106 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, 2013 # Manuel Kaufmann , 2023 # Miguel Anxo Bouzada , 2023 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Manuel Kaufmann , 2023\n" "Language-Team: Galician (http://app.transifex.com/readthedocs/readthedocs/" @@ -23,8 +23,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versión" @@ -52,15 +52,15 @@ msgstr "Crear a chave da API" msgid "Build API keys" msgstr "Crear chaves de API" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -70,14 +70,14 @@ msgid "Languages" msgstr "Idiomas" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versións" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Descargas" @@ -91,7 +91,7 @@ msgid "Project Home" msgstr "Inicio do proxecto" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Construcións" @@ -124,7 +124,7 @@ msgstr "En GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -138,43 +138,43 @@ msgstr "Buscar documentos" msgid "Hosted by" msgstr "Aloxado por" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Directiva de privacidade" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, 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:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "Xa existe un subproxecto con este alias" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -204,7 +204,7 @@ msgid "Log out" msgstr "Saír" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "Convite enviado" @@ -234,7 +234,7 @@ msgid "Username" msgstr "Nome de usuario" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Proxecto" @@ -475,7 +475,7 @@ msgstr "Activa" msgid "Build successful" msgstr "Construción satisfactoria" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Produciuse un fallo na construción" @@ -554,7 +554,7 @@ msgstr "Construída" msgid "Uploaded" msgstr "Subido" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Nivel de privacidade" @@ -588,7 +588,7 @@ msgstr "Conten un ePub" msgid "Has HTML Zip" msgstr "Conten un Zip HTML" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Tipo de documentación" @@ -643,7 +643,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Remisión" @@ -1024,14 +1024,11 @@ msgstr "A orde saíu de xeito anómalo" msgid "A build environment is currently running for this version" msgstr "Agora está a executarse un contorno de construción para esta versión" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Versión de construción" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1057,7 +1054,7 @@ msgid "Publication date" msgstr "Data de publicación" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Data de modificación" @@ -1384,90 +1381,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1475,7 +1476,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1486,11 +1487,11 @@ msgstr "Usuarios" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Nome" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Correo" @@ -1594,7 +1595,7 @@ msgstr "" msgid "Read-only" msgstr "Só lecura" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1626,7 +1627,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Equipo" @@ -1668,11 +1669,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "A organización %(name)s xa existe" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "Enderezo de correo ou nome de usuario" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "O usuario %(username)s non existe" @@ -2002,7 +2003,7 @@ msgstr "" " organización após unha proba de 30 días.\n" " " -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "Agora non hai equipos estabelecidos" @@ -2246,7 +2247,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Público" @@ -2336,10 +2337,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Servizos conectados" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2348,10 +2347,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization Subscription" msgid "Organization single sign-on enabled" -msgstr "Subscrición de organización" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2360,10 +2357,8 @@ msgid "" msgstr "" #: projects/forms.py:165 projects/forms.py:187 -#, fuzzy -#| msgid "This query param is required" msgid "Admin permission required" -msgstr "Precisase este parámetro de consulta" +msgstr "" #: projects/forms.py:176 msgid "" @@ -2375,42 +2370,42 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "O nome do proxecto non é válido, xa existe un proxecto con ese nome" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "O nome de proxecto non é válido" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "O repositorio non é válido" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "Para construír a partir de solicitudes de extracción necesita" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " @@ -2418,36 +2413,29 @@ 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:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"O seu ficheiro de configuración é incorrecto, asegúrese de que contén conf." -"py nel." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuario %(username)s xa é un mantedor" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "A carga útil debe ser un obxecto JSON válido." @@ -2457,27 +2445,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1059 +#: projects/forms.py:1056 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:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" @@ -2570,11 +2558,11 @@ msgstr "" "A que rama apunta a «última». Déixeo en branco para usar o valor " "predeterminado para o seu VCS." -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Ficheiro de requisitos" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2584,22 +2572,11 @@ msgstr "" "html#requirements-files\">ficheiro de requisitos pip para construír a " "súa documentación. Ruta dende a raíz do seu proxecto." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" -"Tipo de documentación que está a construír. Obteña máis información sobre os construtores de " -"Sphinx." - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "Prefixo personalizado da ruta" -#: projects/models.py:337 +#: projects/models.py:326 msgid "" "A custom path prefix used when serving documentation from this project. By " "default we serve documentation at the root (/) of a domain." @@ -2608,11 +2585,11 @@ msgstr "" "proxecto. De xeito predeterminado ofrecemos a documentación na raíz (/) dun " "dominio." -#: projects/models.py:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "Prefixo personalizado da ruta do subproxecto" -#: projects/models.py:348 +#: projects/models.py:337 msgid "" "A custom path prefix used when evaluating the root of a subproject. By " "default we serve documentation from subprojects under the `/projects/` " @@ -2622,11 +2599,11 @@ msgstr "" "xeito predeterminado ofrecemos a documentación de subproxectos baixo o " "prefixo `/projects/`." -#: projects/models.py:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "Construír solicitudes de extracción para este proxecto" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." @@ -2634,25 +2611,25 @@ msgstr "" "Máis información na nosa documentación." -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "Nivel de privacidade das solicitudes de extracción" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN activado" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2660,11 +2637,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:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "Desactivar Analytics" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" @@ -2672,15 +2649,15 @@ msgstr "" "Desactivar Google Analytics completamente para este proxecto (require volver " "construír a documentación)" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Imaxe alternativa do contedor" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Límite de memoria do contedor" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2688,53 +2665,53 @@ msgstr "" "Límite de memoria en formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "Límite de tempo do contedor en segundos" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "ID alternativo da cola de construción" -#: projects/models.py:423 +#: projects/models.py:412 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:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Permitir a publicidade pagada" -#: projects/models.py:430 +#: projects/models.py:419 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:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Libre de publicidade" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "É correo lixo?" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "Marcado manualmente como (non) correo lixo" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Amosar a advertencia de versión" -#: projects/models.py:446 +#: projects/models.py:435 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:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "Ruta a .readthedocs.yaml" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2746,19 +2723,19 @@ msgstr "" "ex. subruta/docs/.readthedocs.yaml. Déixeo en branco para o " "valor predeterminado: .readthedocs.yaml." -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Destacado" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "Omitir (desactivar) a construción deste proxecto" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "Retirado da lista" -#: projects/models.py:476 +#: projects/models.py:465 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2766,19 +2743,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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "O taboleiro do proxecto debería ser público?" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Proxectos relacionados" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2786,146 +2763,98 @@ msgstr "" "O idioma no que se representa a documentación do proxecto. Nota: isto afecta " "ao URL do proxecto." -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Linguaxe de programación" -#: projects/models.py:518 +#: projects/models.py:507 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:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "Este proxecto foi construído cunha ancoraxe web" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Este proxecto foi clonado correctamente" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "Activa a construción de EPUB" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Crea unha versión EPUB da súa documentación con cada construción." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "Activar a construción de PDF" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Crea unha versión PDF da súa documentación con cada construción." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Ruta" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "O directorio onde se atopa conf.py" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Ficheiro de configuración Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Ruta dende a raíz do proxecto ata o ficheiro conf.py (ex. " -"docs/conf.py). Déixeo en branco se quere que o atopemos por Vde." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Instalar o proxecto" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"Instale o seu proxecto dentro dun contorno virtual usando setup.py install" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Intérprete de Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "O intérprete de Python utilizado para crear o contorno virtual." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Usar os paquetes do sistema" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Déalle ao contorno virtual acceso ao directorio global de paquetes do sitio." +"Tipo de documentación que está a construír. Obteña máis información sobre os construtores de " +"Sphinx." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "proxecto" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "Non se admite a anidación de subproxectos" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Ruta" + +#: projects/models.py:1469 msgid "Build id" msgstr "ID de construción" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "Clasificación da páxina de busca" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "Ignorar este ficheiro dende operacións como a indexación" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "creado" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "modificado" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "Construción activada" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr " Construción validada" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL ao que enviar o ancoraxe web" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "Segredo usado para asinar a carga útil da ancoraxe web" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "Eventos para subscribirse" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "Carga útil JSON" -#: projects/models.py:1691 +#: projects/models.py:1592 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:1864 +#: projects/models.py:1765 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:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "MkDocs: usar o tema Read the Docs para MkDocs como tema predeterminado" -#: projects/models.py:2004 +#: projects/models.py:1905 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:2008 +#: projects/models.py:1909 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:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -3013,19 +2942,19 @@ msgstr "" "Sphinx: validar todas as versións (incluídas as privadas) ao contexto html " "ao construír con Sphinx" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -3033,92 +2962,92 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:2037 +#: projects/models.py:1938 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:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:2061 +#: projects/models.py:1962 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:2066 +#: projects/models.py:1967 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:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "Buscar: desactivar a busca do lado do servidor" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:2085 +#: projects/models.py:1986 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:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" @@ -3207,7 +3136,7 @@ msgstr "O único nome de ficheiro permitido é {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de ficheiro permitidos son {filenames}." -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Actualizáronse os axustes do proxecto" @@ -3215,11 +3144,11 @@ msgstr "Actualizáronse os axustes do proxecto" msgid "Project addons updated" msgstr "Actualizáronse os engadidos do proxecto" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Proxecto eliminado" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3228,12 +3157,12 @@ msgstr "" "Houbo un problema coa súa conta de {service}, tente volver conectar a súa " "conta na súa páxina de servizos conectados." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, 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:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" @@ -3419,67 +3348,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Inglés" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Español" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Portugués do Brasil" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Noruegués Bokmål" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Francés" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Ruso" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Alemán" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galego" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Chinés simplificado" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Chinés tradicional" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Xaponés" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ucraíno" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italiano" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Coreano" @@ -3824,15 +3753,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Arquivo de Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Mantéñase actualizado" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3840,71 +3769,71 @@ msgstr "" "Subscríbase ao noso boletín para recibir semanalmente as últimas " "actualizacións do noso blog, na súa caixa de correo." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Subscribirse" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "Grazas!" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "Uniuse correctamente á nosa lista de subscritores." -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "Recursos" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "Titorial" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Documentación" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "Liberarse da publicidade" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "Asistencia do sitio" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "Estado do sitio" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "Empresa" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "Traballo" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Anunciese connosco" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "Read the Docs para Empresas" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "Marca e cartafol de prensa" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "Condicións do servizo" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & colaboradores" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Cambiar o iIdioma" @@ -4137,6 +4066,12 @@ msgstr "Cree, aloxe e consulte documentación." msgid "Log in" msgstr "Acceder" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Retirar as notificacións" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -4147,7 +4082,7 @@ msgstr "Ver a documentación" msgid "delisted" msgstr "retirado da lista" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Resumo" @@ -6012,3 +5947,58 @@ msgstr "" "servizo, tamén debe visitar o seu provedor de Git para eliminar a conexión " "OAuth de Read the Docs. En GitHub, atópase en Axustes > Aplicacións > " "Aplicacións OAuth autorizadas." + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "O seu ficheiro de configuración é incorrecto, asegúrese de que contén " +#~ "conf.py nel." + +#~ msgid "Enable EPUB build" +#~ msgstr "Activa a construción de EPUB" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "Crea unha versión EPUB da súa documentación con cada construción." + +#~ msgid "Enable PDF build" +#~ msgstr "Activar a construción de PDF" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "Crea unha versión PDF da súa documentación con cada construción." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "O directorio onde se atopa conf.py" + +#~ msgid "Python configuration file" +#~ msgstr "Ficheiro de configuración Python" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Ruta dende a raíz do proxecto ata o ficheiro conf.py (ex. " +#~ "docs/conf.py). Déixeo en branco se quere que o atopemos por " +#~ "Vde." + +#~ msgid "Install Project" +#~ msgstr "Instalar o proxecto" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Instale o seu proxecto dentro dun contorno virtual usando setup.py install" + +#~ msgid "Python Interpreter" +#~ msgstr "Intérprete de Python" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "O intérprete de Python utilizado para crear o contorno virtual." + +#~ msgid "Use system packages" +#~ msgstr "Usar os paquetes do sistema" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Déalle ao contorno virtual acceso ao directorio global de paquetes do " +#~ "sitio." diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index 8a4f904cef2839dbd0bfbf30aef4f455dd253b68..92137f0cce547caa7582c6dbf94f5cea660c8d26 100755 GIT binary patch delta 26213 zcma*v1$0%%;_vZ&g1ZNYg9LXA?(Xg_1QG}qAOx2K6faO9NP`!OJ1GPy-cq1Aw4rDz zQkaO|6A+5x7QjzV|(_@?3sP`InBK*_9s5RJF)M2+W7Mvj;Zk-CmROm zb(|Cl9cN>G(w9*kduh{YdYOg_V_Nd}qd%U* z)OgSO1~ZXP+S`~1Q;@EVqp%^C=K9W0L|%~bFUI22K92Jkf9mTvmv9He8OcayhB?k= z(n$v}THKAAx)(SJrw(+SLYO+-acIh^glBOz7RI52I2Tu9I^2xaxxRCl2vgz2i*Ouf z-f3^`V(o#c$nS^T9cMHq#uca;*np{VKkEE5sQSO!^1IlW^czfsbqAaJP0<&Rj4njf zv+k${!%$N<&gL(~B&1iNZp{`{2fnxdh`QiuOorD{Q~dzF_z&j5%tK7Q@|coz{UJ_M zH`0!bab)zsDtOOU$T!s7tFoAY{OzbUu?y4SdFyS|ggK*cZI7HISW;Pt1dlKc z`>-78*;o>fq2~H6YEBZ2G;^94b)k}|4p+x**bX(fNm#SG$(gN%P*YL~b<=BD>yKhd zBl>Sj#AEI1$I<2LI~R0Dfa^$%NPQ5SxMS`_b47fdzUEZ+>Mb_=399*COx zx;`6eW$lWp*bh~4B&y+Qm=zb=^iIr7`Y39d|8DaWj4=&oK&`smm>mnFI@|z@;pbQ! zeKUv@B(e|Hqd!p%zQi1unHf??%A=;V9_GaMSQdw2F5Hay@GR<<{f+9l-&k|uw5am@ zm>-)W9q~Csh-k5`LN)jlOJe|QTqEv)+K7WuBN~mm1(Q%Cn1Pz=eYX4vP9=R3Ph#8g zX7T0u!Yt{m0q?cqLFvSB-jsi3x=XDJP|bmGf?#wqeiyQx*OH;<2VpMVk8cn zU>0YBiKe63urm3Lu?$Ydd|cnzPed2GgBsam)P-K!e9t7aJCdO8c~(@1%Az`28xvwn zR689|0|`QH*FIPWM`HjU!EAURecEOTC!37&Se|qn)Ge5an&QKl6Q5%xOgqJVoHfNn zr2j;9=qYNAe83Etiu<755P<4PdDM1oh-xorD)&DDk#S@s#L1`;&BS!L7`1A*+Wa4F z`U0w^LnI@>U(gyQj23pdCQZ~PaO}9aHI2bkMBW(V3>mpRg)?;GyZ70H3clM&DwBk%N z@)oEI^+!DkN1{%gk7{@+w#TighLU_`_I+B^8p@6-uq|rQ2IC$agPP$Av)qCDoW?{_ zlFAuhxi)CF74HXZ4NS|j~1368f;N1ZnxHKWm}Tek=GU^{@x zS%1!TBB{xEh-vU0sskzKn6;4~)o>Y9c~#WNn%nf}s6{*gwMK@ZW^5X2a*xba(^Rp%>`WRQk;`BTa^yiA<=eFNhhiI%)>mVn*zWsc;w;!zrkCVo(hq#AbK~ zRWIj!a|?>2c0oB*hdRz@{!0=WO-5SWf@
ViL`ruG-qJ-mXtHGiN+@~_QLwZNR` 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%0DTJ=6`GpgPnV)zF7FA7YKL@qwuN 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 diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index f4f07125d61..cd42095d78a 100644 --- a/readthedocs/locale/he/LC_MESSAGES/django.po +++ b/readthedocs/locale/he/LC_MESSAGES/django.po @@ -4,12 +4,12 @@ # # Translators: # Yaron Shahrabani , 2018-2019,2022-2024 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Yaron Shahrabani , 2018-2019,2022-2024\n" "Language-Team: Hebrew (http://app.transifex.com/readthedocs/readthedocs/" @@ -19,10 +19,10 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " -"1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" +"1 == 0) ? 1: 2;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "גרסה" @@ -50,15 +50,15 @@ msgstr "מפתח API לבנייה" msgid "Build API keys" msgstr "מפתחות API לבנייה" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "שדה זה נחוץ." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "העצם לא קיים." -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "סוג שגוי. אמורה להיות מחרוזת כתובת, הגיע {data_type}." @@ -68,14 +68,14 @@ msgid "Languages" msgstr "שפות" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "גרסאות" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "הורדות" @@ -89,7 +89,7 @@ msgid "Project Home" msgstr "דף הבית של המיזם" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "בניות" @@ -122,7 +122,7 @@ msgstr "ב־GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -136,30 +136,30 @@ msgstr "חיפוש במסמכים" msgid "Hosted by" msgstr "מתארח בחסות" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "מדיניות פרטיות" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "שם המיזם „{0}” שגוי: לא נוצר שם מפושט." -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "כבר קיים מיזם עם השם המפושט „{0}”." -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "מיזם עם {slug_name}={value} אינו תקף כתת־מיזם" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "כבר קיים תת־מיזם עם הכינוי הזה" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " @@ -168,14 +168,14 @@ msgstr "" "הפניות קידומת הוסרו. נא להשתמש בהפנייה מדויקת ‎`/prefix/*`‎ במקום. למידע נוסף: " "{blog_link}." -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, 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:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -206,7 +206,7 @@ msgid "Log out" msgstr "יציאה" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "נשלחה הזמנה" @@ -236,7 +236,7 @@ msgid "Username" msgstr "שם משתמש" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "מיזם" @@ -475,7 +475,7 @@ msgstr "פעיל" msgid "Build successful" msgstr "הבנייה הצליחה" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "הבנייה נכשלה" @@ -551,7 +551,7 @@ msgstr "נבנה" msgid "Uploaded" msgstr "הועלה" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "רמת פרטיות" @@ -583,7 +583,7 @@ msgstr "יש ePub" msgid "Has HTML Zip" msgstr "יש Zip של HTML" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "סוג התיעוד" @@ -636,7 +636,7 @@ msgstr "שגיאה" msgid "Exit code" msgstr "קוד שגיאה" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "ביצוע" @@ -1012,16 +1012,13 @@ msgstr "הפקודה יצאה באופן חריג" msgid "A build environment is currently running for this version" msgstr "יש כרגע סביבת בנייה רצה לגרסה זו" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "גרסת בנייה" +msgstr "חריגת בנייה מצד משתמש" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" -msgstr "" +msgstr "חריגת בנייה מצד יישום" #: domains/notifications.py:23 msgid "Pending configuration of custom domain: {{domain}}" @@ -1045,7 +1042,7 @@ msgid "Publication date" msgstr "תאריך פרסום" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "תאריך עריכה" @@ -1336,7 +1333,7 @@ msgstr "דחייה" #: notifications/exceptions.py:13 msgid "Undefined error" -msgstr "" +msgstr "שגיאה לא מוגדרת" #: notifications/messages.py:84 notifications/messages.py:115 msgid "Unknown problem" @@ -1367,90 +1364,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "הבנייה הושמדה כי השתמשה ביותר מדי זיכרון." #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "הבנייה הושמדה עקב שגיאה לא ידועה." -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "בניות מושבתות זמנית למיזם הזה." -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "לא נמצא תוכן HTML" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "תיקיית פלט הבנייה אינה תיקייה" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "תיקיית פלט הבנייה לא מכילה קבצים כלל" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "תיקיית פלט הבנייה מכילה מגוון קבצים" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "קובץ המפתח (index) לא קיים בתיקיית פלט ה־HTML" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "המיזם שלך מוציא קבצים לתיקייה ישנה" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "למיזם שלך אין קובץ ‎.readthedocs.yaml." -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "מפתח ההגדרה build.image לא בשימוש עוד" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "מפתח ההגדרה build.os נחוץ" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "יש לפחות קובץ אחד שחורג ממגבלת הגודל" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "אין קובץ PDF בתיקיית הפלט" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "מפתח ההגדרה build.commands בשלבי ניסוי" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "לא נמצאו קובצי טך (TeX)" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "אפשרות ההגדרה docs_dir של MkDocs שגויה" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "נתיב ה־docs_dir של MkDocs לא נמצא" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "אפשרות ההגדרה {{extra_config}} של MkDocs שגויה" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "קובץ ההגדרות של MkDocs ריק" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "קובץ ההגדרות של MkDocs לא נמצא" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "שגיאה לא ידועה בעת טעינת קובץ ההגדרות שלך ב־MkDocs" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "שגיאת תחביר ב־mkdocs.yml" @@ -1458,7 +1459,7 @@ msgstr "שגיאת תחביר ב־mkdocs.yml" msgid "Show under bell icon" msgstr "להציג תחת סמל הפעמון" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "הודעה לא ידועה" @@ -1469,11 +1470,11 @@ msgstr "משתמשים" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "שם" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "דוא״ל" @@ -1575,7 +1576,7 @@ msgstr "הפעלת ההתלייה נכשלה. נא לוודא שיש לך את msgid "Read-only" msgstr "לקריאה בלבד" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1607,7 +1608,7 @@ msgstr "כל המיזמים" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "צוות" @@ -1649,11 +1650,11 @@ msgstr "שם הארגון שגוי: לא נוצר שם מפושט." msgid "Organization %(name)s already exists" msgstr "הארגון %(name)s כבר קיים" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "כתובת דוא״ל או שם משתמש" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "המשתמש %(username)s לא קיים" @@ -1974,7 +1975,7 @@ msgstr "" " לאחר 30 ימי ניסיון.\n" " " -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "לא הוקמו קבוצות." @@ -2217,7 +2218,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "ציבורי" @@ -2304,117 +2305,106 @@ msgstr "חשיפה" #: projects/forms.py:144 #, python-brace-format msgid "You must first add a connected service " -msgstr "" +msgstr "צריך קודם להוסיף שירות מקושר" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "שירותים מחוברים" +msgstr "לא נמצאו שירותים מקושרים" #: projects/forms.py:154 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." -msgstr "" +msgstr "רק בעלי הארגון יכולים ליצור מיזמים חדשים כשכניסה אחודה מופעלת." #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "שם ארגון מפושט" +msgstr "מופעלת כניסה אחודה לארגון" #: projects/forms.py:162 projects/forms.py:184 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." -msgstr "" +msgstr "צריך להיות בצוות עם הרשאות ניהול כדי להוסיף מיזם חדש לארגון שלך." #: projects/forms.py:165 projects/forms.py:187 -#, fuzzy -#| msgid "Missing required key" msgid "Admin permission required" -msgstr "מפתח נחוץ חסר" +msgstr "נדרשת הרשאת הנהלה" #: projects/forms.py:176 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." -msgstr "" +msgstr "אי אפשר להגדיר מיזמים ידנית כשכניסה אחודה מופעלת בארגון שלך." #: projects/forms.py:227 msgid "Invalid project name, a project already exists with that name" msgstr "שם מיזם שגוי, כבר קיים מיזם בשם הזה" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "שם המיזם שגוי" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "מאגר שגוי" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "אורכה של כל תגית חייבת להיות באורך של 100 תווים ומטה." -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "הגדרה זו התקבלה בירושה מגרסת ההורה." -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "זיהינו שהמיזם הזה פרטי, תצוגות מקדימות של בקשות דחיפה מוגדרות לפרטיות." -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" "זיהינו שהמיזם הזה ציבורי, תצוגות מקדימות של בקשות דחיפה מוגדרות לציבוריות." -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "כדי לבנות מבקשות דחיפה יש" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "לבנות מבקשות דחיפה התליית המאגר שלך צריכה לשלוח אירועי בקשת דחיפה." -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "קובץ ההגדרות שלך שגוי, נא לוודא שיש בו conf.py." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "כבר קיים תרגום ל„{lang}” של המיזם {proj}." -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "הפעלת תוספים" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "להציג התראה על בניות מבקשות משיכה" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "להציג התראה על גרסאות לא יציבות ועדכניות ללא בדיקה" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "המשתמש %(username)s כבר ברמת מתחזק" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "המטען חייב להיות עצם JSON תקני." @@ -2424,27 +2414,27 @@ msgid "" "translations." msgstr "מיזם זה מוגדר עם שיטת גרסאות שאינה תומכת בתרגומים." -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" @@ -2539,11 +2529,11 @@ msgstr "" "לאיזה ענף מפנה „latest”. יש להשאיר ריק כדי להשתמש בערך בררת המחדל של מערכת " "בקרת הגרסאות שלך." -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "קובץ דרישות" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2553,21 +2543,11 @@ msgstr "" "files\">קובץ requirements של pip נחוץ לצורך בניית התיעוד שלך. הנתיב הוא " "משורש המיזם שלך." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" -"סוג התיעוד שנבנה. מידע נוסף על בנאי sphinx." - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "קידומת נתיב מותאמת" -#: projects/models.py:337 +#: projects/models.py:326 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 +2555,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הגשת תיעוד מהמיזם הזה. כברירת מחדל אנו מגישים תיעוד " "מבסיס (/) שם התחום." -#: projects/models.py:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "קידומת נתיב תת־מיזם מותאמת" -#: projects/models.py:348 +#: projects/models.py:337 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 +2568,11 @@ msgstr "" "קידומת נתיב מותאמת בעת הערכת בסיס תת־המיזם. כברירת מחדל אנו מגישים תיעוד " "מתת־מיזמים תחת הקידומת `/projects/`." -#: projects/models.py:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "בניית בקשות דחיפה למיזם הזה" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." @@ -2600,11 +2580,11 @@ msgstr "" "מידע נוסף בתיעוד שלנו." -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "רמת פרטיות של בקשות משיכה (PR)" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." @@ -2612,15 +2592,15 @@ msgstr "" "האם בניות מבקשות הדחיפה האלה תהיינה ציבוריות? אם המאגר שלך ציבורי, " "לא להגדיר את זה לפרטי." -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN פעיל" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "קוד Analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2628,76 +2608,76 @@ msgstr "" "Google Analytics Tracking ID (למשל: UA-22345342-1). עשוי להאט " "את טעינת העמודים שלך." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "השבתת ניתוח" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "השבתת Google Analytics לחלוטין למיזם הזה (דורשת בניית התיעוד מחדש)" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "תמונת מכולה חלופית" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "הגבלת זיכרון למכולה" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" "הגבלת זיכרון בתצורת Docker -- למשל: 512m או 1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "מגבלת זמן למכולה בשניות" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "מזהה תור בנייה חלופי" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "מספר הבניות המקביליות המרבית המורשית למיזם זה" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "לאפשר פרסום בתשלום" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "אם האפשרות לא סומנה, המשתמשים עדיין יראו פרסומות קהילתיות." -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "נטול פרסומות" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "ספאם?" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "סומן ידנית כ(לא) ספאם" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "הצגת אזהרת גרסה" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "הצגת כותרת אזהרה בגרסאות בלתי יציבות או latest." -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "נתיב אל ‎.readthedocs.yaml" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2709,19 +2689,19 @@ msgstr "" "readthedocs.yaml. אפשר להשאיר ריק כדי לקבל את ערך ברירת המחדל:‎ ." "readthedocs.yaml." -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "מומלץ" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "דילוג (השבתה) על בניית המיזם הזה" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "הוחרג מהרשימה" -#: projects/models.py:476 +#: projects/models.py:465 msgid "" "Delisting a project removes it from Read the Docs search indexing and asks " "external search engines to remove it via robots.txt" @@ -2729,164 +2709,116 @@ msgstr "" "החרגת מיזם מהרשימה מסירה אותו ממפתח החיפוש של Read the Docs ומבקשת ממנועי " "חיפוש להסיר אותו דרך robots.txt" -#: projects/models.py:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "האם לוח הבקרה של המיזם יהיה ציבורי?" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "מיזמים קשורים" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "שפה" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "השפה בה תיעוד המיזם עבר עיבוד. לתשומת לבך: יש לזה השפעה על כתובת המיזם שלך." -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "שפת תכנות" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "שפת התכנות העיקרית בה נכתב המיזם שלך." -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "מיזם זה נבנה עם התלייה" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "המיזם הזה שוכפל בהצלחה" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "הפעלת בניית EPUB" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "יצירת גרסת EPUB של התיעוד שלך עם כל בנייה." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "הפעלת בניית PDF" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "יצירת גרסת PDF של התיעוד שלך עם כל בנייה." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "נתיב" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "התיקייה בה conf.py חי" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "קובץ הגדרות Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"נתיב משורש המיזם עד לקובץ ה־conf.py (למשל: docs/conf.py). ניתן להשאיר ריק כדי לנסות איתור אוטומטי." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "התקנת מיזם" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"ניתן להתקין את המיזם שלך בתוך virtualenv בעזרת setup.py install" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "מפענח Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "מפענח ה־Python שמשמש ליצירת הסביבה הווירטואלית." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "שימוש בחבילות המערכת" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." -msgstr "להעניק לסביבה הווירטואלית גישה לתיקיית ה־site-packages הגלובלית." +"סוג התיעוד שנבנה. מידע נוסף על בנאי sphinx." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "מיזם" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "לדגם חייב להיות שם ייצוגי" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "אין תמיכה בקינון תת־מיזמים" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "נתיב" + +#: projects/models.py:1469 msgid "Build id" msgstr "מזהה בנייה" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "דירוג חיפוש עמוד" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "להתעלם מהקובץ הזה בפעולות כמו סידור באינדקס" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "נוצר" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "נערך" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "בנייה הופעלה" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "בנייה עברה" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "כתובת" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "כתובת אליה לשלוח את ההתלייה" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "סוד שמשמש לחתום על המטען של ההתליה" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "אירועים להירשם אליהם" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "מטען JSON" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check תיעוד מה " "ההחלפות המתאימות." -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "שם מתחם" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "שם תחום זה נוצר אוטומטית" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "שם תחום זה הוא CNAME למיזם" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "שם תחום זה הוא הראשי ממנו מוגש התיעוד" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "שימוש ב־HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "תמיד להשתמש ב־HTTPS לשם מתחם זה" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "מספר הפעמים שביקרו בשם מתחם זה" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "מצב אישור SSL" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "דילוג על תהליך אימות." -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "תאריך התחלת תהליך האימות." -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "הגדרת max-age (גיל מרבי, למשל: 31536000) לכותרת ה־HSTS." -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון includeSubDomains יחד עם כותרת ה־HSTS." -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" "MkDocs: להשתמש בערכת העיצוב של Read the Docs theme עבור MkDocs כברירת המחדל" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "Conda: הוספת דרישות ליבה של Read the Docs לקובץ environment.yml" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" "Sphinx: להעביר את כל הגרסאות (כולל הפרטיות) להקשר ה־html בעת בנייה עם Sphinx" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2992,89 +2924,89 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "חיפוש: השבתת חיפוש בצד השרת" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" @@ -3160,7 +3092,7 @@ msgstr "שם הקובץ היחידי שמותר הוא {filename}." msgid "The only allowed filenames are {filenames}." msgstr "שמות הקבצים היחידים שמותרים הם {filenames}." -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "הגדרות המיזם עודכנו" @@ -3168,11 +3100,11 @@ msgstr "הגדרות המיזם עודכנו" msgid "Project addons updated" msgstr "תוספי המיזם עודכנו" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "המיזם נמחק" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3181,12 +3113,12 @@ msgstr "" "קרתה תקלה עם החשבון שלך אצל {service}, כדאי לנסות לחבר את החשבון שלך מחדש " "בעמוד השירותים המחוברים שלך." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" @@ -3374,67 +3306,67 @@ msgstr "שאילתה" msgid "Total results" msgstr "סך כל התוצאות" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "קטלאנית" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "אנגלי" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "ספרדית" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "פורטוגלית ברזילאית" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "נורווגית ספרותית" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "צרפתית" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "רוסית" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "גרמנית" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "גליסית" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "וייטנאמית" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "סינית מפושטת" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "סינית מסורתית" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "יפנית" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "אוקראינית" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "איטלקית" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "קוריאנית" @@ -3765,15 +3697,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "ארכיון Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "להישאר בעניינים" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "בלוג" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3781,71 +3713,71 @@ msgstr "" "ניתן להירשם לרשימת התפוצה שלנו כדי לקבל את העדכונים האחרונים בבלוג שלנו " "ישירות לתיבת הדואר הנכנס שלך." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "מינוי" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "תודה לך!" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "הצטרפת לרשימת המנויים בהצלחה." -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "משאבים" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "מדריך" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "תיעוד" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "הסרת הפרסומות" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "תמיכה באתר" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "מצב האתר" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "חברה" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "משרות" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "פרסום אצלנו" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "Read the Docs לעסקים" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "מיתוג וערכת שיווק" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "תנאי השירות" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, בע״מ והמתנדבים" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "החלפת שפה" @@ -4078,6 +4010,12 @@ msgstr "יצירה, אירוח ועיון בתיעוד." msgid "Log in" msgstr "להיכנס" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "הסרת התראות" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -4088,7 +4026,7 @@ msgstr "הצגת מסמכים" msgid "delisted" msgstr "הוחרג מהרשימה" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "סקירה" @@ -5911,3 +5849,54 @@ msgstr "" "מספיקה ועליך גם לבקר בהגדרות אצל ספק ה־Git שלך כדי למחוק את חיבור ה־OAuth של " "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "קובץ ההגדרות שלך שגוי, נא לוודא שיש בו conf.py." + +#~ msgid "Enable EPUB build" +#~ msgstr "הפעלת בניית EPUB" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "יצירת גרסת EPUB של התיעוד שלך עם כל בנייה." + +#~ msgid "Enable PDF build" +#~ msgstr "הפעלת בניית PDF" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "יצירת גרסת PDF של התיעוד שלך עם כל בנייה." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "התיקייה בה conf.py חי" + +#~ msgid "Python configuration file" +#~ msgstr "קובץ הגדרות Python" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "נתיב משורש המיזם עד לקובץ ה־conf.py (למשל: docs/conf." +#~ "py). ניתן להשאיר ריק כדי לנסות איתור אוטומטי." + +#~ msgid "Install Project" +#~ msgstr "התקנת מיזם" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "ניתן להתקין את המיזם שלך בתוך virtualenv בעזרת setup.py install" + +#~ msgid "Python Interpreter" +#~ msgstr "מפענח Python" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "מפענח ה־Python שמשמש ליצירת הסביבה הווירטואלית." + +#~ msgid "Use system packages" +#~ msgstr "שימוש בחבילות המערכת" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "להעניק לסביבה הווירטואלית גישה לתיקיית ה־site-packages הגלובלית." diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.mo b/readthedocs/locale/hu/LC_MESSAGES/django.mo index 871ec48b6682009364386fe3eac6431b1947bba1..0dff9a56177af556adcd4f73d2c6a4b26d7fa30d 100755 GIT binary patch delta 7822 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 delta 9526 zcmbW+33yc1-N*405+D$^5LVePdsq@=m3_SV*S^pDy!YXs&pGFwd-i*S_}vFd zFP}<^z27$F2E!FeGNvo;N;BpQ(zzW~YD}jd# z8NP~I!ncqEZ;s+nY&6Il=m=DYGg0;OYh1bl`MPdVo5K7~uM7H8v|xC*#}2h*_ei<*n<8|6$w>bkLvIWoQqpg9Unu@kDST(uKwDIY-O<6`sCK4f z2IiukUybUx6!m;9cE`&xrX{WHn945gb6Ag)MM4YNpFjXJ8d- ziAzvtD2D2AJ*wVj)XLq2iML<`>%X3Y9Tf0UGpCRA8eW2$Ndc;XGSq`Lw)}EzOa5AH zhrhPvdr$*=7B%BnkU!=rg9nGpfV; zQD3~LPz@eI)jx^t@mo}TZO-5q5styP@j>Jlp4rG(NA(}D?v0Vqh@VGwbO_b)G1OT& ziJJM>s1BR(J5>Yef|_AAYUL)P+9|Z<=b^UrB2;CR`xz?>>+z&52}M_FareNkVsY+F78bvUP>>d(OrxD3^P2w5a^2{MqFdBRJWxb-Dm zPKAT0nP%~eKr1jAb!g_HX0Qm=(Mo&21Ur(iMs<7*YGB(?_3l6oe1~-}_SXAE`6G9s3kj$+S^ZX2xd$&=3<a{-(Rc|t?{hX<+zxF7ff}U7{y>Jt1COc6}_ZDizt)_VmbivN#`=ACi5w%h? z?EL_0fR(5Lt+Q^j_pi6!HZ8_7QsEv7^tzN!=j(hQdW$@mx4)_j6nG389Q z18+e+cNDecnKL|xpbqgURQoyD9amr@tc{UqLgGTy(p-WX@l~jq-H3XBZ$}MaCw9Sy zQ3HDg>C?Q88}s{U@&#Gc1K^lx4x!3$u% z#C|x8qpCx<9Ca9@$hXJbjjiw~YRONbK1{>rc^ynet=ueZf(uY9wH#Bh5_KkOQ3Kh4 zjrIO-C7}<;t@g$)Y(aiMYVY1eE#)zr{}vg!X_@EEd>HEf44Yqp?a7Bw1Kog{@e8N{ zzJc1hca*1pbKF+=9Cb*(u@%zhdlfrkOUip=Dh@@h#8_;NIjFZ`IckOx>snOD8}0qg z*q{6Z*ai<`ObvZRLL>SDHNqcJGi2 z3Dxd0)Rq*YwxrD7zic7vucf=g7CefY;j7jom`?r!W9F^Blk6$dWy4$n+$E_R@NK5C^( zP+Jg2HFz;`vGR@x4L!IK4s4t}t zwWRA&--S)6*Y9fUy~u8uXR!n`mU+)#fLh^;P%9bRL_#CG88xCh)PNp9?bTy8e-O1o zM^Rgm#qa3(e8K{#UtUkI;6Es_>q_<;*C2hHL)Z=nQ;B0`rl8v2f|SS1?Ibj#U8qxh z7{}vhs6ES~Rc%o&YQ_t&D=xSBDtrGz)LB`NTDco=1m20-q9dqwj$;q}B#~$TTdwk! zBE#CtIutXgI2rZ&EyDJgk6N+wQCqeSHPbDq75pm>!LLv=@4MQY@mSOr&Op6Iv$0)_ zM3F66gX&-_Y9)4HCp>_99go_4iqAV#-K--~1Db<9aWM|VYE*~!qXzaMs@`7I3O$Fh zUL;;6p+odJY5-rMDyHRo9c7>n%^+Ok=w56(PP z$E#88mlv@ADyXDDdv`JFgK|AO7)NcvN7xhpfm(^v3cVRkLJc?v_4=(s?R6=t!&=l? zxdL^V??Y|nKGbt>7P9{8@M8+@$Br%?Br!8ohsTS&_q|!Mw-OF&K%=n(=AvGs0@MnH zQ4?B&>hN+@y}M8YdIAUF%cy#PkCD*KlS{mY+oNs_K#g=1Hpc1L6wks`T!89e1$M(~ z?1eX=mVOVa!#7Y{^C4=Wr%>(xfErk=x!>Efo~RB-phh^=8bH3fW-F?J6V`96sil0+ zDes6KaXqTzTQCK8pa%XhY9M=2?d(VD$IKyH;UuPV<4a785Vh3JXJTdhFbbdu$SKdTS#aRpGM8-UAzE~qgJ4> z!kh8=sQVjGGq@Jj(T%7N%9EIeN9_GSq3WMNow2X5H#R-bD<6b0-55ne1DJ)gu?Sn@ zBbbiQVt0HKTjA$6Z^GVR(R$zn%JWb&y&7BNK2$r0P#?4pQCsyrPQjE2>#seZ5%KnB z9%>-VQSWUvw!rJL4c6g4d<6C3sg8QTE3QP*_x>tDj%zXTSR&>97y)NcX)eA@%<_s&J@RWH@y{#Gw)nbb zj5%TNh(@-Hm8A8u=@h*|@XJ2&_aQLlL^W}?o{l|4>Nmvo#79IiE$9g78bkUZ?jr6Z zMv~7Z{z`f{1_}MT=uEsoS;IA+#GeSgOuFD3< z;{TR}>;q4e??{Xyx==O=bqynZGp6HgLcf)DJwn`0TuS_zXt?y*_>|C@^sboqud4fP zwt_~!wdwEiVPX#PA~A$}rKneV5AhPwld^{EOcJZf_rqm`esAfNkAtU(LqsY0RH6ql zhe#aiLK6Dr^(CQepz_3g(nAs@-j7@1L7VT({aZ*UqpmNAd5M(wV+rVu?Z$n*iJuXF zBNmY_#0>jf>d(E;y=3Ay!M&un5qXs76KSNEp{~3ef5)Nt9_mUbipa0PzQk49gE9&RlbMP;@D)PWIP%SjhU>|O1b$46=iV?| zcGCJg>`3{WHa`$s5|xh};AH^)3Kuji{ zCEo)7g7*-*HhP#RtPMmO5*Q}VA~q105W2?Df8zgLoDs{A#=uh;c;9OhD z)-h{Ibge(uZGCFY@i}MaEuQLBx#5UE6m&vGPEDvX>=cFyD$Ctq)E8B0wLeqJXjr^+9WR{8>t8zdD9YLt$zpumkpoMEbrNZP_T$c?ITW+pLu7x=V#m7 zEP902ep+Whwv+4nn0bD{7c6u9iS2Q!eayKsG2bG8u+Z^GouW|KsYwo1X4g*`wkBy% zUQM)wjmrr}-Ec+N<)^VlYTsX68TNLTA=K|4{!|mcz3cz?19adPYU~BxX8(t^&o+zL z6jqlN4TWo*>Jm5X{_=bSY+e?178xD4@KVI*Y#kWUl<2$3^I^`^y z8+78^E4-4jP&nJzqx^rXUH|ypGa8Lg^zg4%IFZF}VSIa_#;sL1i5CCk-TKe+avLpJ zqQe}o3oyg7`0j9!N8RYp8{#nPNPE=^BB63$ai~o7gEdvrcwN}%cbHpUxsusivIh33 zKYQVKDY3*cFXQ;R0oP8HG3l89tnj}dY`@?{%SVpD$kC=|u(N&_XKT0S03c>iW6{&>{Mtl-=7zrG8ze8n}TJ}3TU z*p0YBz9Bwl&UuRl%UsLHz~`W zbzYf5?SFm4t5IfO4R8DrCo#zSo#$4h7XR|}oj`nhH0&~ucwHo3r};E2Th#G-$%=0e zvjOF9?f%W#<`+K$KiSCoF2ye(HQHy^ j#0|jy&0&9SEgwu@m^CT))n>W>dPfq|;w4!a%1rt%1<}KT diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index 9186019e65c..654f43a23d1 100644 --- a/readthedocs/locale/hu/LC_MESSAGES/django.po +++ b/readthedocs/locale/hu/LC_MESSAGES/django.po @@ -4,12 +4,12 @@ # # Translators: # Laszlo Matusek , 2021 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Laszlo Matusek , 2021\n" "Language-Team: Hungarian (http://app.transifex.com/readthedocs/readthedocs/" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Verzió" @@ -49,15 +49,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Ez a mező kötelező." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -67,14 +67,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Verziók" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Letöltések" @@ -88,7 +88,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Építések" @@ -121,7 +121,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -135,43 +135,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Adatvédelmi Szabályzat" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -201,7 +201,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -231,7 +231,7 @@ msgid "Username" msgstr "Felhasználónév" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "projekt" @@ -470,7 +470,7 @@ msgstr "Aktív" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Építés sikertelen" @@ -546,7 +546,7 @@ msgstr "Készült" msgid "Uploaded" msgstr "Feltötlve" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Adatvédelmi szint" @@ -578,7 +578,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Dokumentáció típusa" @@ -631,7 +631,7 @@ msgstr "Hiba" msgid "Exit code" msgstr "Kilépési kód" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Megerősít" @@ -1000,14 +1000,11 @@ msgstr "A parancs rendellenesen fejeződött be" msgid "A build environment is currently running for this version" msgstr "Az építési környezet jelenleg ezen a verzión fut" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Építés verziója" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1033,7 +1030,7 @@ msgid "Publication date" msgstr "Kiadás dátuma" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Módosítás dátuma" @@ -1340,90 +1337,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1431,7 +1432,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1442,11 +1443,11 @@ msgstr "Felhasználók" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Név" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Email" @@ -1546,7 +1547,7 @@ msgstr "WEB horog aktiválás sikertelen. Ellenőrizze engedélyeit." msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1578,7 +1579,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Csapat" @@ -1620,11 +1621,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1909,7 +1910,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2141,7 +2142,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Nyilvános" @@ -2231,10 +2232,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "No objects found" msgid "No connected services found" -msgstr "Nem található objektum" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2266,75 +2265,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Érvénytelen projektnév, ilyen nevű projekt már létezik" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Érvénytelen projektnév" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Érvénytelen tároló" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"A konfigurációs fájl érvénytelen, ellenőrizze tartalmaz-e conf.py fájlt." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2344,27 +2337,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 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:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" @@ -2455,11 +2448,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Követelmény fájl" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2469,63 +2462,56 @@ msgstr "" "files\">pip követelmény fájl szükséges a dokumentáció felépítéséhez. " "Útvonal a projekt gyökerétől." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN engedélyezve" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2533,25 +2519,25 @@ msgstr "" "Google Analytics Tracking ID (pl. UA-22345342-1). Ez " "lassíthatja az oldalak betöltését." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Alternatív konténer kép" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Konténer memória korlát" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2559,52 +2545,52 @@ msgstr "" "Memória korlát Docker formátumban -- például: 512m or 1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "Konténer idő korlát másodpercekben" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "Alternatív építési sor azonosító" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Fizetett hirdetések engedélyezése" -#: projects/models.py:430 +#: projects/models.py:419 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:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Hirdetés mentes" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Verzió figyelmeztetések megjelenítése" -#: projects/models.py:446 +#: projects/models.py:435 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:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2612,37 +2598,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Kiemelt" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Kapcsolódó projektek" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Nyelv" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2650,323 +2636,271 @@ msgstr "" "A projektdokumentáció nyelve. Megjegyzés: ez befolyásolja a projekt URL " "címét." -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Programnyelv" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "A projekt elsődleges programnyelve." -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "A projekt webhoroggal épült fel." -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "A projekt sikeresen klónozva" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "EPUB építés engedélyezése" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "EPUB verzió készítése minden építéskor." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "PDF építés engedélyezése" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "PDF verzió készítése minden építéskor." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Útvonal" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "conf.py könyvtára" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python konfigurációs fájl" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"A conf.py fájlhoz vezető út (pld. docs/conf.py). " -"Hagyja üresen, ha szeretné általunk, automatikusan tölteni." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Projekt telepítése" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"Projekt telepítésesetup.pyhasználatával virtuális környezetbe." - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python fordító" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "A virtuális környezet létrehozásához használt Python-értelmező." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Rendszer csomagok használata" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Virtuális környezet engedélyezése a globális csomagok könyvtárai számára." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "A modellnek érvényes URL-el kell rendelkeznie" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "Alprojekt beágyazása nem támogatott." -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Útvonal" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "Webhook URL" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Tartomány" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "HTTPS használata" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Minden esetben HTTPS használata a tartományhoz" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "A tartomány eléréseinek száma" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3051,7 +2985,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Projekt beállításai frissítve" @@ -3059,11 +2993,11 @@ msgstr "Projekt beállításai frissítve" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Projekt törölve" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3072,12 +3006,12 @@ msgstr "" "Probléma merült fel a {service} fiókjával, próbáljon újra csatlakozni a kapcsolt szolgáltatások oldalon." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" @@ -3261,67 +3195,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Katalán" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Angol" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Brazil portugál" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norvég" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Francia" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Orosz" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Német" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Gall" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnámi" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Hagyományos kínai" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japán" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukrán" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Olasz" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Koreai" @@ -3645,15 +3579,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read the Docs Archív" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Maradjon naprakész" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3661,71 +3595,71 @@ msgstr "" "Iratkozzon fel hírlevelünkre, hogy hetente megkapja a legfrissebb " "blogfrissítéseket a postaládájába." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Előfizetés" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Dokumentáció" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Hirdessen minket" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & résztvevők" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Nyelv váltása" @@ -3950,6 +3884,12 @@ msgstr "Dokumentáció létrehozása, hosztolása és böngészése." msgid "Log in" msgstr "Bejelentkezés" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Re-send Verification" +msgid "Close notification" +msgstr "Ellenőrzés újraküldése" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3960,7 +3900,7 @@ msgstr "Dokumentációk megtekintése" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Áttekintés" @@ -5592,3 +5532,56 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "A konfigurációs fájl érvénytelen, ellenőrizze tartalmaz-e conf.py fájlt." + +#~ msgid "Enable EPUB build" +#~ msgstr "EPUB építés engedélyezése" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "EPUB verzió készítése minden építéskor." + +#~ msgid "Enable PDF build" +#~ msgstr "PDF építés engedélyezése" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "PDF verzió készítése minden építéskor." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "conf.py könyvtára" + +#~ msgid "Python configuration file" +#~ msgstr "Python konfigurációs fájl" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "A conf.py fájlhoz vezető út (pld. docs/conf.py). Hagyja üresen, ha szeretné általunk, automatikusan tölteni." + +#~ msgid "Install Project" +#~ msgstr "Projekt telepítése" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Projekt telepítésesetup.pyhasználatával virtuális " +#~ "környezetbe." + +#~ msgid "Python Interpreter" +#~ msgstr "Python fordító" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "A virtuális környezet létrehozásához használt Python-értelmező." + +#~ msgid "Use system packages" +#~ msgstr "Rendszer csomagok használata" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Virtuális környezet engedélyezése a globális csomagok könyvtárai számára." diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.mo b/readthedocs/locale/id_ID/LC_MESSAGES/django.mo index d85c587799b5c550905ec37b99ad175a69e2bc40..e52b8b0d6b06aec75033033342199805ad19892b 100755 GIT binary patch delta 6069 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 EfAiX3*8l(j delta 6308 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 diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index 6248331ebf8..3097600122b 100644 --- a/readthedocs/locale/id_ID/LC_MESSAGES/django.po +++ b/readthedocs/locale/id_ID/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # Rifqi Imaduddin Irfan, 2021 # begini , 2017 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rifqi Imaduddin Irfan, 2021\n" "Language-Team: Indonesian (Indonesia) (http://app.transifex.com/readthedocs/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versi" @@ -50,15 +50,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -68,14 +68,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versi" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Unduhan" @@ -89,7 +89,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "" @@ -122,7 +122,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -136,43 +136,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Kebijakan Privasi" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgid "Username" msgstr "Nama pengguna" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Proyek" @@ -471,7 +471,7 @@ msgstr "Aktif" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -547,7 +547,7 @@ msgstr "" msgid "Uploaded" msgstr "Terunggah" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Level privasi" @@ -579,7 +579,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Tipe dokumentasi" @@ -632,7 +632,7 @@ msgstr "Galat" msgid "Exit code" msgstr "Kode keluar" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "" @@ -1001,13 +1001,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgid "Build latest version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Membangun versi terbaru" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1033,7 +1031,7 @@ msgid "Publication date" msgstr "Tanggal publikasi" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Tanggal dimodifikasi" @@ -1338,90 +1336,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1429,7 +1431,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1440,11 +1442,11 @@ msgstr "Pengguna" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Nama" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Surel" @@ -1544,7 +1546,7 @@ msgstr "Aktivasi Webhook gagal. Pastikan anda memiliki izin yang diperlukan." msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1576,7 +1578,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Tim" @@ -1618,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1907,7 +1909,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2139,7 +2141,7 @@ msgstr "" msgid "Bazaar" msgstr "" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Publik" @@ -2229,10 +2231,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Layanan Terhubung" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2264,74 +2264,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Repositori invalid" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2341,27 +2336,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" @@ -2449,74 +2444,67 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Berkas yang dibutuhkan" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Kode pelacakan" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2524,75 +2512,75 @@ msgstr "" "Google Analytics Tracking ID (contoh UA-22345342-1). Ini " "mungkin dapat memperlambat pemuatan halaman anda." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "Jika centang dihilangkan, pengguna akan terus melihat iklan komunitas." -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Bebas iklan" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Lihat peringatan versi" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2600,355 +2588,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Proyek terkait" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Bahasa" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Bahasa Pemrograman" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Berkas konfigurasi Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Instal Proyek" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Interpreter Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Gunakan paket sistem" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Gunakan HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Selalu menggunakan HTTPS untuk domain ini" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3032,7 +2972,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Pengaturan proyek telah diperbarui" @@ -3040,23 +2980,23 @@ msgstr "Pengaturan proyek telah diperbarui" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Proyek dihapus" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3238,67 +3178,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Katala" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Inggris" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Portugis Brasil" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norwegia Bokmål" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Prancis" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Rusia" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Jerman" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galisia" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnam" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Tionghoa Sederhana" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Tionghoa Tradisional" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Jepang" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukraina" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italia" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Korea" @@ -3620,85 +3560,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Arsip Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Dokumentasi" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Beriklan dengan Kami" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & kontributor" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Ubah Bahasa" @@ -3920,6 +3860,12 @@ msgstr "" msgid "Log in" msgstr "Masuk" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Re-send Verification" +msgid "Close notification" +msgstr "Mengirim ulang verifikasi" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3930,7 +3876,7 @@ msgstr "Lihat dokuemntasi" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Ikhtisar" @@ -5558,3 +5504,15 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Python configuration file" +#~ msgstr "Berkas konfigurasi Python" + +#~ msgid "Install Project" +#~ msgstr "Instal Proyek" + +#~ msgid "Python Interpreter" +#~ msgstr "Interpreter Python" + +#~ msgid "Use system packages" +#~ msgstr "Gunakan paket sistem" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.mo b/readthedocs/locale/it/LC_MESSAGES/django.mo index 8235794bb69fc21ca2f66369c53ac423d2f25e11..05cab0ab0d982c2fe2ab240b2de99bbe81559dfb 100755 GIT binary patch delta 11280 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 HypVqZ3@v!q diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index 37ae4f09575..df87ef2e08a 100644 --- a/readthedocs/locale/it/LC_MESSAGES/django.po +++ b/readthedocs/locale/it/LC_MESSAGES/django.po @@ -14,12 +14,12 @@ # Nicola Marangon , 2013 # Riccardo Magliocchetti , 2018 # Stefano Campostrini, 2022 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Stefano Campostrini, 2022\n" "Language-Team: Italian (http://app.transifex.com/readthedocs/readthedocs/" @@ -31,8 +31,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? " "1 : 2;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versione" @@ -60,15 +60,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Questo campo è obbligatorio." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -78,14 +78,14 @@ msgid "Languages" msgstr "Linguaggi" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versioni" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Download" @@ -99,7 +99,7 @@ msgid "Project Home" msgstr "Homepage del progetto" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Compilazioni" @@ -132,7 +132,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -146,43 +146,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Privacy Policy" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -242,7 +242,7 @@ msgid "Username" msgstr "Nome utente" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Progetto" @@ -481,7 +481,7 @@ msgstr "Attivo" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Compilazione fallita" @@ -558,7 +558,7 @@ msgstr "Compilato" msgid "Uploaded" msgstr "Caricato" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Livello Dati Sensibili" @@ -590,7 +590,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Tipo di documentazione" @@ -643,7 +643,7 @@ msgstr "Errore" msgid "Exit code" msgstr "Codice di uscita" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Commit" @@ -1012,14 +1012,11 @@ msgstr "Il comando è terminato anormalmente" msgid "A build environment is currently running for this version" msgstr "Un ambiente di build sta compilando questa versione" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Compila versione" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1045,7 +1042,7 @@ msgid "Publication date" msgstr "Data di pubblicazione" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Data di modifica" @@ -1352,90 +1349,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1443,7 +1444,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1454,11 +1455,11 @@ msgstr "Utenti" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Nome" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Posta Elettronica" @@ -1559,7 +1560,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1591,7 +1592,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Team" @@ -1633,11 +1634,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1922,7 +1923,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2154,7 +2155,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Pubblico" @@ -2244,10 +2245,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Servizi collegati" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2279,76 +2278,70 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Nome di progetto invalido: uno esiste già con quel nome" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Nome progetto non valido" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Repository non valido" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Il tuo file di configurazione non è valido, assicurati che contenga conf.py ." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2358,27 +2351,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" @@ -2470,11 +2463,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "File per requisiti" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2484,63 +2477,56 @@ msgstr "" "html#requirements-files\">requirements per compilare la tua " "documentazione, posizionato nella root del tuo progetto." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN abilitata" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Codice Analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2548,25 +2534,25 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). Questo può " "rallentare il caricamento della pagina." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Immagine container alternativa" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Limite di memoria del container" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2574,53 +2560,53 @@ msgstr "" "Limite di memoria nel formato Docker -- esempio: 512m or " "1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "Limite temporale del container, in secondi" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "ID della coda della build alternativo" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Permetti annunci a pagamento" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" "Se non selezionato, gli utenti continueranno a vedere annunci della " "community." -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Senza pubblicità" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Mostra warning di versione" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "Mostra banner di warning nelle versioni non-stable o latest" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2628,37 +2614,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "In Evidenza" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Progetto correlati" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Linguaggio" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2666,327 +2652,273 @@ msgstr "" "Codice della lingua col quale è presentata la documentazione del progetto. " "Nota: condiziona l'URL del tuo progetto. " -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Linguaggio di Programmazione" -#: projects/models.py:518 +#: projects/models.py:507 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:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "Il progetto è stato compilato con un webhook" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Il progetto è stato clonato con successo" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "Abilita compilazione EPUB" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Crea una versione EPUB della tua documentazione per ogni compilazione." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "Abilita compilazione PDF" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Crea una versione PDF della tua documentazione per ogni compilazione." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Percorso" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "La directory dove si trova conf.py" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "File di configurazione Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Path dalla root di progetto al file conf.py (es. docs/" -"conf.py). Lascialo vuoto se vuoi che lo troviamo noi per te." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Installa Progetto" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"Installa il tuo progetto in un virtualenv usando setup.py install" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Interprete Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "L'interprete Python utilizzato per creare l'ambiente virtuale." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Usa pacchetti di sistema" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Consenti l'accesso per l'ambiente virtuale alla cartella di pacchetto di " -"sito globale" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Il modello deve possedere uno slug" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "L'annidamento di sottprogetti non è supportato" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Percorso" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL al quale inviare «webhook»" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Dominio" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Usa HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "SSL è abilitato per questo dominio" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "Numero delle volte che questo dominio è stato visitato" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3070,7 +3002,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Impostazioni di progetto aggiornate" @@ -3078,11 +3010,11 @@ msgstr "Impostazioni di progetto aggiornate" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Progetto eliminato" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3091,12 +3023,12 @@ msgstr "" "C'è un problema con il tuo {service} account, prova a riconnettere il tuo " "account alla pagina dei servizi collegati." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" @@ -3280,67 +3212,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Catalano" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Inglese" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Spagnolo" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Brasiliano Portoghese" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norvegese Bokmål" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Francese" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Russo" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Tedesco" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galiziano" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Cinese semplificato" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Giapponese" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ucraino" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italiano" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Coreano" @@ -3665,15 +3597,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Archivio di Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Resta Aggiornato" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3681,71 +3613,71 @@ msgstr "" "Iscriviti alla nostra newsletter per ricevere settimanalmente gli ultimi " "aggiornamenti del blog nella tua casella di posta." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Sottoscrivi" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Documentazione" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Fai pubblicità con noi" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & contributori" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Cambia lingua" @@ -3970,6 +3902,12 @@ msgstr "Crea, ospita e sfoglia la documentazione." msgid "Log in" msgstr "Apri Sessione" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Rimuovi Notifiche" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3980,7 +3918,7 @@ msgstr "Mostra Documenti" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Panoramica" @@ -5653,3 +5591,60 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Il tuo file di configurazione non è valido, assicurati che contenga conf." +#~ "py ." + +#~ msgid "Enable EPUB build" +#~ msgstr "Abilita compilazione EPUB" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "" +#~ "Crea una versione EPUB della tua documentazione per ogni compilazione." + +#~ msgid "Enable PDF build" +#~ msgstr "Abilita compilazione PDF" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "" +#~ "Crea una versione PDF della tua documentazione per ogni compilazione." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "La directory dove si trova conf.py" + +#~ msgid "Python configuration file" +#~ msgstr "File di configurazione Python" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Path dalla root di progetto al file conf.py (es. docs/" +#~ "conf.py). Lascialo vuoto se vuoi che lo troviamo noi per te." + +#~ msgid "Install Project" +#~ msgstr "Installa Progetto" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Installa il tuo progetto in un virtualenv usando setup.py install" + +#~ msgid "Python Interpreter" +#~ msgstr "Interprete Python" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "L'interprete Python utilizzato per creare l'ambiente virtuale." + +#~ msgid "Use system packages" +#~ msgstr "Usa pacchetti di sistema" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Consenti l'accesso per l'ambiente virtuale alla cartella di pacchetto di " +#~ "sito globale" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.mo b/readthedocs/locale/ja/LC_MESSAGES/django.mo index 9ef8083e1aed376505ab3c2984dc6fb64d53ee0c..a68a614680c957b20eeda30f5f32df2a5ce9f6d0 100755 GIT binary patch delta 9030 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 delta 10411 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 hPtjedc=3fN_Fmk+G`tU6&+egomD(_+, 2017 # Ryosuke Ito, 2022 # shirou - しろう , 2016-2018 -# TAKAHASHI Shuuji , 2017 -# TAKAHASHI Shuuji , 2023 +# Shuuji TAKAHASHI (shuuji3) , 2017 +# Shuuji TAKAHASHI (shuuji3) , 2023 # shirou - しろう , 2014-2015 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Noguchi Muneyuki, 2023\n" "Language-Team: Japanese (http://app.transifex.com/readthedocs/readthedocs/" @@ -32,8 +32,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "バージョン" @@ -61,15 +61,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "このフィールドは必須です。" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -79,14 +79,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "バージョン" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "ダウンロード" @@ -100,7 +100,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "ビルド" @@ -133,7 +133,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -147,43 +147,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "プライバシーポリシー" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -213,7 +213,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -243,7 +243,7 @@ msgid "Username" msgstr "ユーザー名" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "プロジェクト" @@ -482,7 +482,7 @@ msgstr "有効" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "ビルド失敗" @@ -558,7 +558,7 @@ msgstr "ビルド済み" msgid "Uploaded" msgstr "アップロード" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "プライバシーレベル" @@ -590,7 +590,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "ドキュメントの種類" @@ -643,7 +643,7 @@ msgstr "エラー" msgid "Exit code" msgstr "終了コード" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "コミット" @@ -1012,14 +1012,11 @@ msgstr "コマンドが不正に終了しました" msgid "A build environment is currently running for this version" msgstr "このバージョンで現在動作しているビルド環境" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "バージョンをビルド" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1045,7 +1042,7 @@ msgid "Publication date" msgstr "公開時刻" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "変更時刻" @@ -1349,90 +1346,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1440,7 +1441,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1451,11 +1452,11 @@ msgstr "ユーザー" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "名前" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "メールアドレス" @@ -1555,7 +1556,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1587,7 +1588,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "チーム" @@ -1629,11 +1630,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1918,7 +1919,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2150,7 +2151,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "公開" @@ -2240,10 +2241,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "接続したサービス" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2275,74 +2274,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "無効なプロジェクト名" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "それぞれのタグの長さは 100 文字以下でなくてはなりません。" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "不正な設定ファイルです。conf.pyが含まれているかどうか確認して下さい。" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "\"{lang}\" 言語の翻訳はすでに {proj} プロジェクトに存在します。" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2352,27 +2346,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" @@ -2463,74 +2457,67 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Requirements ファイル" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDNが有効" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Analyticsのコード" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2538,75 +2525,75 @@ msgstr "" "Google AnalyticsのトラッキングID(例: UA-22345342-1)。 これはペー" "ジの読み込みを遅くする場合があります。" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "代わりのコンテナイメージ" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "コンテナに対するメモリ制限" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "代わりのビルドキューID" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2614,360 +2601,308 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "注目" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "関連するプロジェクト" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "言語" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" "プロジェクトが描画される言語です。注意: プロジェクトのURLに影響します。" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "プログラミング言語" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "このプロジェクトの主要なプログラミング言語" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "このプロジェクトはWebhookでビルドされました。" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "プロジェクトのcloneに成功しました" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "EPUBのビルドを有効化" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "それぞれのビルドに対しドキュメントのEPUB版を作成" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "PDFのビルドを有効化" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "それぞれのビルドに対しドキュメントのPDF版を作成" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "パス" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python設定ファイル" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "プロジェクトをインストール" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"setup.py installでvirtualenv環境にあなたのプロジェクトをインス" -"トールします" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "仮想環境を作成するために使用される Python インタプリター。" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "システムパッケージを使う" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"グローバルのsite packagesディレクトリに対してvirtual environmentのアクセスを" -"与える" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "モデルはスラグを持つ必要があります。" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "ネストしたサブプロジェクトはサポートされていません" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "パス" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "webhookを送るURL" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "ドメイン" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "HTTPSを使用" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "このドメインで常に HTTPS を利用する" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3051,7 +2986,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "プロジェクト設定を更新しました" @@ -3059,11 +2994,11 @@ msgstr "プロジェクト設定を更新しました" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "プロジェクトを削除しました" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3072,12 +3007,12 @@ msgstr "" "あなたの {service} アカウントに問題が起きました。接続中の" "サービスページでアカウントの再接続をしてください。" -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3259,67 +3194,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "カタルーニャ語" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "英語" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "スペイン語" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "ブラジルポルトガル語" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "ノルウェー語" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "フランス語" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "ロシア語" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "ドイツ語" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "ガリシア語" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "ベトナム語" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "中国語(簡体字)" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "中国語(繁体字)" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "日本語" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "ウクライナ語" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "イタリア語" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "韓国語" @@ -3639,85 +3574,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read the Docs アーカイブ" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "ブログ" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "ドキュメント" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3939,6 +3874,12 @@ msgstr "ドキュメントを作成、公開、閲覧しましょう。" msgid "Log in" msgstr "ログイン" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "通知を削除" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3949,7 +3890,7 @@ msgstr "開く" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "概要" @@ -5570,3 +5511,47 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "不正な設定ファイルです。conf.pyが含まれているかどうか確認して下さい。" + +#~ msgid "Enable EPUB build" +#~ msgstr "EPUBのビルドを有効化" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "それぞれのビルドに対しドキュメントのEPUB版を作成" + +#~ msgid "Enable PDF build" +#~ msgstr "PDFのビルドを有効化" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "それぞれのビルドに対しドキュメントのPDF版を作成" + +#~ msgid "Python configuration file" +#~ msgstr "Python設定ファイル" + +#~ msgid "Install Project" +#~ msgstr "プロジェクトをインストール" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "setup.py installでvirtualenv環境にあなたのプロジェクトをイン" +#~ "ストールします" + +#~ msgid "Python Interpreter" +#~ msgstr "Python" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "仮想環境を作成するために使用される Python インタプリター。" + +#~ msgid "Use system packages" +#~ msgstr "システムパッケージを使う" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "グローバルのsite packagesディレクトリに対してvirtual environmentのアクセス" +#~ "を与える" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.mo b/readthedocs/locale/ko_KR/LC_MESSAGES/django.mo index e6fef07afc9a4162fcab3fa076a2690808562a23..e9803485b501db0b07baf434a4e214f2d8813eab 100755 GIT binary patch delta 5802 zcmYk=34Bgh9>(#LMI?k5iG-qpiX}x-(I%BrYEMUN9jaPeX^mYOQ_Ll1EQ8vL(K3@6 z)v?ABD$3ZVb{*7GOA*uvRf<|`w7)0!A0PMQ$@iRd?>*<-bIQ;c(w*co-cHNlH{FNSnTA8uvY2fh`^u%*e^+l*9U1#k(Q4=|edXm#fpYAehB|_O4DHuS#$`+^z zc0oC9$B9C*FYcBpe0#`dXgM-FKQ{jMJ@4p)I`2Vb#%+l-$VA9dxWL2 zbOnFl1k{7oLrtiOnU3nOZ3Wg}Ptb)1EnRQBU?ghh8Ft|mYoCqUz4K8M$h7l|Fp7GX zwQon=zst@aLXC40>)=I9$I>3_pe5^$+I;V$F3dp9d@Ax#Za(S>H=tJFAnFN@qn_-X z)$>sI-#|^^A!-G~DmqsgBT?;jQ2ltR6x2Z@)VptiddHpYf?jsMA8LX_?fh8O3QR>l zv2Lc-m!djeiCU5Mr~&t(`ag>5=OQvU&)uS+Jy0snfA>|e8ufZs?~1|H2cq`K5Y&V{ z)C!D8t;{r3`)8eWq0O>70~LD!Onp+7oz%IhMs1+hJwCWHlhYPit6wRYQP7mjtW)r z2Z%!57l+zhHBft|4(j^)r~#Xqt<8?8m3#~J0E4UW{Wz z9h`&xaVNIMWOk5t_c+vmb5R3*ilLZ=8X()+*P|w|4K?vSNLTKNM?p(@AJsu{yx&12 z@(azC#6nmTbzLH=qg3P;*9g^NAJqLr%u%T8$0HvwH_hrRQ7e^$nxOY3g*g;#|Qy7f7cK!ltz$@l0)Px>lVGOJ8@1f$Tfy?9MAl`o*1#PzF zHF!GQgnIHHP*vYSOia7JrA|C*RdGh$D&xcw(WY=bm&E$3qh5Am0IH)=s9iqJ>J#n!G}Mg?te$0VLiMv3b^j5opR)Qzu zoPS*ZlGJyb{i%@0ubPr&9l13Tjh)P(ES^{;P& zdPQweE8)FKL4SAai~2@dh?>xDRENjS^Qb4git6wdYNDaZetS6b*FhIRolihbFb&mD zOKWdu^R=%rofe#+!D*ebfXBvmw+`NsPvds8^C~?M=;gW_Q$t1|sj&jY9SNCv!5! zQlE+HZz*abTT)nm6%Jd&CDgz_qdJI4^(}#Fk45d?s;G%3q6U7^Y>t{}d(`#spavdl z^~tDy=b`S)OlAG`)wzO(;On&2 zTu)lgtd8oZ9`Y^kyoS~=z#M@ZFaz~5nS|;f3$-E}%{}HfScCS9sCOTD$sZsVHNi@_ z0jnZ^+*y9;!7A|CWE{`c_6x2a#&aUg>OIZA=3sLKYC@hl1vSt-)Td;D)z@MW^>##u z9;Q`($+_PnUyS^J0`I>U1ucCuqOaN?NWoFs3iokEK_i~Aa;DiA_4Ilb4auL0Ciynm zPb!esq#U_GbZFn5WqendY5oDVyq!tGp`HFN`Pdr1$NyV7lzX0{{2Q{G+$FD&aN4!Z zy~!F^n(GgEhl56Bs@;Uj46dcQ~P}^LKX{0zgPHGZ; z(aa<|s*tbqOZ3Uv>;>1H$<-}K>kWn$vJYJB#}Nu$3Y*r z+Z=$ukT=M9Yb#(Jg(+kMNm1uIlF5(c9aT8iljliCRXFzfxQ*Dz%3?GbNp6t-BTa~oRU|mS z#DCA>G7?QnTAP?=fZ&jm#1WgX7_pN Le$cEf4JZ8yAdfT| delta 6175 zcmZwL3z$vi9>?)_m|>cW8JFA&J7ipD#vnB@ZbgmAB_)nrrp%1Vn9*EFPHl>mAr&JW z3OSn4Nk$G`9Fdwd5|xx{!bz9eyIkVLLFfD1>+gBa(>d$uw?FUuuC?CxUGG|J@6pzW zD`tfGzo{2q>e%XpId?VAi*zoZ@`ZS{I=8i8Eirk;VduroVr;*A*PoZt1Jpbpbf1C7GwI05V89CIo5r@kHs;u)-iH#PAF9*Pmv z??nwX0mCuh>O~kweLCv65{zMd_e`kZ-18XAj`gUHx1mm`Fb|<7_yaO?cLr;tYw8?} z<|0u8*F_D`*xH+8H1!0t3#y-97{~Z-pbB^ocEwyw!_}w(s?6_^G2Jhyfv&iUU_5H2 znqmV?H2dIS>ccSs*P>SXBh<n1Ki5mDI>J}fqn)TN}=V{QAL^t!Uq_No^wUlY7CB6wYkpZZV zhS~lRsE2V3UWvu1flE*qP>Pz+8go6WzfH|pe_g?wG-&DGvjYyJIyhgm0J znt(1t9YtV$tb=NAi8?>Q_IE;!(+xXfKOBI?ehON$cTf-Cr>FyuqGldM7ROycU15_J z-U_6k22Mp?Ss$yXqs||Sn!r7%70kkxm}~6|P%G(QNrCElW@J7^??L<982T=WekGgdyP!ow|{dJ)YQ2kwtP5cy6Dd@yIP!q^D zi_OPSCq9GfXf^8imr?h6J8HroSoOR$l*2Q5V)0{VJqTP{*mLnfF3{ z(WIjWx);^qRMdcTP!oL?HNZ;Ld9R=zwk@b<=q=Ro6{vAOF%O%^T57;nIJs0kf4Pv98pmoOJcCwb4r9@P0qPy?Jp-8z@- z8D%y=y;aRo$E9Md-v3@I;O(d@8HIH)7d4^jsQnAf6{y#8J*uM}7=`a!{QznLU!cxA zhS7M^yoeg-3Z7)Y4roe21GUBOn1H99%Rx2B6n)jOjm&>MB)ZKw$kwf&jchkBva zUq>Ck3uACE>bx(_BdGp==*0SK;Hb`ChgYEn?1*abf$C_GwU0n`l!bcACt1C~_D@5d zH^=Hr%(bX~HlxnpZuQ-MYuJapY3?9u#+R%;x{LQz*F$yC67_Z@q9%}nk=PaWO!Tz< z!%+R)ZH`Bs{{Y^K({UvFcTv!cn_cIfkc_%V-BBxX3+ivXJFzv+$2i=C>Tsu7iMq0b zsQ$i2P4s7LKZX2x>CV~yEBRVwf_~SAf;#Ggp(VHaAk_E52vo=8P!q~V9an7akE6bL z=3BiCb=<4g{#x{T?|%%BW_=n4Ab-}mv8XG37C> z9;W@)ej0V<7p)$~mq|nF(Wrh};!W5NL+^jC?RZEH?3jtVq6Mgd)}bc2+3FRjdwT%& zg;IqY;2i21isyc5e=6#?pdV`BiKzYyP{+?ee*+57QD}r4?0|R81E_(&HGf5Q6nUf9 zQ5aQ#67Tsp;qs$z0Dr$nWZ)E*-kDsMM9WOIip(a#@>Tm~YBA=N*nio-5 zRF`ino!`Q2gKAI0(8G+H=q;#$hnSq&E43BdZpD*o9E52-rn(%sENge^z%mq1r68^^;#rZy)TAQ??Utt{c(Gqh7xPs zf%*KP{ncE1&)oe6%C465b}ao>Ye=diRKFLr+fvTwYD3~$MH|( z-&XfwEXRF{xg?JKooLfDaVb>tKHjwQ63nymOmm;U|6iffoV-tdu^pl(NhM231o?kk z294K|8cgQ)KOAs@dVeyA%qMRXJ>cC)Q}PJW`0jhMncPR7CED}@p?%BAF!IMuzxiL2 z&q-a|`7Qp%%J<+mR=x|T5xth$CV7ND{dKG|-K@oxXbUH`LnU5C{DJ88svwaZ(+r1_ z6f%`mkrre&(N>SFB`=aE$Y-Pz(Uwg5lHYWVcT#wrTt(KAljI9>dCQ`3H_0SZtnr`b zgXUZ25K|PAh2$ObD>+7qNzP~r6hlsX5B!}!)g-aO;ZAoKNN-l3(tZ*8ak(%Tb*+{g#M;eh; zs<0(`xHmACY$ETHTXi#cQuqhSCfYiZi{vOtBigo;HKZTW|8<^-qsUj}Z=@H|_MC^i z*<6V+WVF?HVN3EdsZXxg^ZGFbSAJK+$m@pXckJSCm;Wxge8IXHECz=Vj$& z7Z+p{<#0e&PHy?GYX*kL`wFKO7G+NIP0qM)Vn%jmVR>|$m%`FV<`)*Al*qyF97Dimky}8-t5x zRj=JZ;qt@+v(^MwmimJ8<^@)~RbG0-s_=Rx%L8-Q1ZOX&u`KxLn!rml%9GM+)ENEW zM+R1G_63%&3@$4RmM-B4U!ZhuVD9VHB~MhBtVzB+kDoTq@C6ra2$q&rKfNTdm{XpA bqI&Kk9Uoj;su^+etgV4%i;@>6^(^@hT$#kl diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 825aca91ffe..a9c3084c0d6 100644 --- a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po +++ b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po @@ -4,12 +4,12 @@ # # Translators: # Chanyoung Oh , 2016,2018 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Chanyoung Oh , 2016,2018\n" "Language-Team: Korean (Korea) (http://app.transifex.com/readthedocs/" @@ -20,8 +20,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "버전" @@ -49,15 +49,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -67,14 +67,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "다운로드" @@ -88,7 +88,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "빌드" @@ -121,7 +121,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -135,43 +135,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "개인정보 보호 정책" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -201,7 +201,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -231,7 +231,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "프로젝트" @@ -470,7 +470,7 @@ msgstr "활성" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "빌드 실패" @@ -546,7 +546,7 @@ msgstr "빌드됨" msgid "Uploaded" msgstr "업로드됨" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "보안 수준" @@ -578,7 +578,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "문서 종류" @@ -631,7 +631,7 @@ msgstr "오류" msgid "Exit code" msgstr "종료 코드" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "커밋" @@ -1000,13 +1000,11 @@ msgstr "명령어가 비정상적으로 종료됨" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgid "Build Version:" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "빌드 버전:" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1032,7 +1030,7 @@ msgid "Publication date" msgstr "게시 날짜" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "수정 날짜" @@ -1336,90 +1334,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1427,7 +1429,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1438,11 +1440,11 @@ msgstr "사용자" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "이름" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "이메일" @@ -1542,7 +1544,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1574,7 +1576,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "팀" @@ -1616,11 +1618,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1905,7 +1907,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2137,7 +2139,7 @@ msgstr "" msgid "Bazaar" msgstr "" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "공개" @@ -2227,10 +2229,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "No objects found" msgid "No connected services found" -msgstr "오브젝트 없음" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2262,74 +2262,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "설정 파일이 유효하지 않습니다. conf.py가 포함되어 있는지 확인하세요." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2339,27 +2334,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2450,148 +2445,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "애널리틱스 코드" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2599,355 +2587,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "연관 프로젝트" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "언어" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "경로" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python 설정 파일" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python 인터프리터" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "시스템 패키지 사용" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "경로" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "도메인" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "HTTPS 사용" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3031,7 +2971,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3039,23 +2979,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "프로젝트 삭제됨" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3237,67 +3177,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "영어" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "스페인어" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "노르웨이어" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "프랑스어" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "러시아어" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "독일어" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "갈리시아어" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "베트남어" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "중국어 간체" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "중국어 번체" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "일본어" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "우크라이나어" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "이탈리아어" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "한국어" @@ -3611,85 +3551,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "블로그" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "구독" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "광고 문의" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "언어 변경" @@ -3911,6 +3851,12 @@ msgstr "문서를 만들고, 호스트하고, 검색하세요." msgid "Log in" msgstr "로그인" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "알림 삭제" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3921,7 +3867,7 @@ msgstr "문서 보기" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "개요" @@ -5533,3 +5479,17 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "설정 파일이 유효하지 않습니다. conf.py가 포함되어 있는지 확인하세요." + +#~ msgid "Python configuration file" +#~ msgstr "Python 설정 파일" + +#~ msgid "Python Interpreter" +#~ msgstr "Python 인터프리터" + +#~ msgid "Use system packages" +#~ msgstr "시스템 패키지 사용" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.mo b/readthedocs/locale/lt/LC_MESSAGES/django.mo index b3ad30c06ca98154d355df4bfa4bde7d46dbc84a..6d6d527132f86cf25671ae0520508f8fe0a80554 100755 GIT binary patch delta 15662 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�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 I9TM<=0P<1Fg#Z8m diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 75f52d7790e..b509f962490 100644 --- a/readthedocs/locale/lt/LC_MESSAGES/django.po +++ b/readthedocs/locale/lt/LC_MESSAGES/django.po @@ -4,12 +4,12 @@ # # Translators: # Tomas Straupis, 2021,2023 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Tomas Straupis, 2021,2023\n" "Language-Team: Lithuanian (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,8 +22,8 @@ msgstr "" "11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? " "1 : n % 1 != 0 ? 2: 3);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versija" @@ -51,15 +51,15 @@ msgstr "Kurti API raktą" msgid "Build API keys" msgstr "Kurti API raktus" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Tai privalomas laukas." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -69,14 +69,14 @@ msgid "Languages" msgstr "Kalbos" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versijos" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Atsisiuntimai" @@ -90,7 +90,7 @@ msgid "Project Home" msgstr "Projekto namai" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Kūrimai" @@ -123,7 +123,7 @@ msgstr "Pas GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -137,43 +137,43 @@ msgstr "Ieškoti dokumentų" msgid "Hosted by" msgstr "Talpintojas" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Privatumo politika" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Netinkamas projekto pavadinimas „{0}“: žetonas nesukurtas." -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Projekto žetonas „{0}“ jau yra." -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, 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:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "Subprojektas su tokiu pavadinimu jau yra" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -203,7 +203,7 @@ msgid "Log out" msgstr "Atsijungti" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "Pakvietimas išsiųstas" @@ -233,7 +233,7 @@ msgid "Username" msgstr "Naudotojo vardas" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Projektas" @@ -474,7 +474,7 @@ msgstr "Aktyvi" msgid "Build successful" msgstr "Kūrimas sėkmingas" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Kūrimas nepavyko" @@ -550,7 +550,7 @@ msgstr "Sukurta" msgid "Uploaded" msgstr "Įkelta" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Privatumo lygis" @@ -583,7 +583,7 @@ msgstr "Turi ePub" msgid "Has HTML Zip" msgstr "Turi HTML Zip" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Dokumentacijos tipas" @@ -636,7 +636,7 @@ msgstr "Klaida" msgid "Exit code" msgstr "Baigimo kodas" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Patvirtinti" @@ -1012,14 +1012,11 @@ msgstr "Komanda nenormaliai baigta" msgid "A build environment is currently running for this version" msgstr "Šiai versijai šiuo metu veikia kūrimo aplinka" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Kurti versiją" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1045,7 +1042,7 @@ msgid "Publication date" msgstr "Publikavimo data" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Keitimo data" @@ -1370,90 +1367,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1461,7 +1462,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1472,11 +1473,11 @@ msgstr "Naudotojai" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Vardas" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Epaštas" @@ -1579,7 +1580,7 @@ msgstr "" msgid "Read-only" msgstr "Tik skaitymui" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1611,7 +1612,7 @@ msgstr "Visi projektai" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Komanda" @@ -1653,11 +1654,11 @@ msgstr "Netinkamas organizacijos pavadinimas: nėra sugeneruoto žetono" msgid "Organization %(name)s already exists" msgstr "Organizacija %(name)s jau yra" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "E-pašto adresas arba naudotojo vardas" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "Naudotojas %(username)s neegzistuoja" @@ -1975,7 +1976,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2207,7 +2208,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Viešas" @@ -2297,10 +2298,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Prijungtos paslaugos" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2309,10 +2308,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "Organizacijos žetonas" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2334,75 +2331,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Netinkamas projekto pavadinimas, projektas tokiu pavadinimu jau yra" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Netinkamas projekto pavadinimas" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Netinkama repozitorija" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Jūsų konfigūracijos failas netinkamas, įsitikinkite, kad jame yra conf.py." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2412,27 +2403,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" @@ -2523,11 +2514,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Reikalavimų failas" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2537,63 +2528,56 @@ msgstr "" "files\">pip reikalavimų failas reikalingas, kad būtų galima sukurti jūsų " "dokumentaciją. Kelias iš jūsų projekto šaknies." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN įjungtas" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Analitikos kodas" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2601,25 +2585,25 @@ msgstr "" "Google Analytics Tracking ID (pvz. UA-22345342-1). Tai gali " "sulėtinti jūsų puslapių įkėlimą." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Alternatyvus konteinerio atvaizdas" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Konteinerio atminties riba" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2627,51 +2611,51 @@ msgstr "" "Atminties riba Docker formatu -- pavyzdžiui: 512m arba " "1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "Konteinerio laiko limitas sekundėmis" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "Alternatyvaus kūrimo eilės id" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Leisti mokamą reklamą" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "Neįjungus naudotojai vis tiek matys bendruomenės reklamą." -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Be reklamų" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Rodyti versijos įspėjimą" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "Rodyti įspėjimo juostą nestabiliose ar paskutinėse versijose." -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2679,361 +2663,308 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Siūloma" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Susiję projektai" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Kalba" -#: projects/models.py:506 +#: projects/models.py:495 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:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Programavimo kalba" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "Pirminė programavimo kalba, kuria parašytas projektas." -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "Šitas projektas sukurtas su webhook" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Šis projektas buvo sėkmingai klonuotas" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "Įjungti EPUB kūrimą" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Kurti jūsų dokumentacijos EPUB versiją su kiekvienu kūrimu." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "Įjungti PDF kūrimą" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Kurti jūsų dokumentacijos PDF versiją su kiekvienu kūrimu." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Kelias" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "Kelias, kuriame yra conf.py" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python konfigūracijos failas" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Kelias nuo projekto šaknies iki conf.py failo (pvz. docs/" -"conf.py). Palikite tuščią, jei norite, kad mes už jus jį rastume." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Įdiegti projektą" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"Įdiegti jūsų projektą virtualenv viduje naudojant setup.py install" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python inerpretatorius" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "Python interpretatorius, naudojamas virtualios aplinkos kūrimui." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Naudoti sistemos paketus" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Suteikti virtualiai aplinkai prieigą prie globalaus site-packages aplanko." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Modelis turi turėti žetoną" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "Subprojektų hierarchijos nepalaikomos" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Kelias" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "sukurta" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "keista" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL, kur bus siunčiami webhooks" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Vardas" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Naudoti HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Visada naudoti HTTPS šiam vardui" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "Kiek kartų buvo pasiektas šis vardas" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3117,7 +3048,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Projekto nustatymai pakeisti" @@ -3125,11 +3056,11 @@ msgstr "Projekto nustatymai pakeisti" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Projektas ištrintas" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3138,12 +3069,12 @@ msgstr "" "Yra problemų su jūsų {service} paskyra, bandykite prijungti iš naujo jūsų prijungtų paslaugų puslapyje." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" @@ -3328,67 +3259,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Katalonų" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Anglų" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Ispanų" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Brazilijos portugalų" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norvegijos Bakmål" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Prancūzų" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Rusų" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Vokiečių" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galų" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamiečių" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Supaprastinta kinų" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Tradicinė kinų" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japonų" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukrainiečių" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italų" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Korėjiečių" @@ -3712,15 +3643,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read the Docs Archyvas" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Gaukite naujienas" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Dienoraštis" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3728,71 +3659,71 @@ msgstr "" "Prenumeruokite mūsų naujienlaikraštį, kad gautumėte informaciją apie " "naujausius dienoraščio įrašus kas savaitę į jūsų pašto dėžutę." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Prenumeruoti" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Dokumentacija" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Reklamuokitės su mumis" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & talkininkai" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Keisti kalbą" @@ -4017,6 +3948,12 @@ msgstr "Kurkite, talpinkite ir naršykite dokumentaciją." msgid "Log in" msgstr "Prisijungti" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Išimti pranešimus" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -4027,7 +3964,7 @@ msgstr "Žiūrėti Dokumentaciją" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Apžvalga" @@ -5695,3 +5632,57 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Jūsų konfigūracijos failas netinkamas, įsitikinkite, kad jame yra conf.py." + +#~ msgid "Enable EPUB build" +#~ msgstr "Įjungti EPUB kūrimą" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "Kurti jūsų dokumentacijos EPUB versiją su kiekvienu kūrimu." + +#~ msgid "Enable PDF build" +#~ msgstr "Įjungti PDF kūrimą" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "Kurti jūsų dokumentacijos PDF versiją su kiekvienu kūrimu." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "Kelias, kuriame yra conf.py" + +#~ msgid "Python configuration file" +#~ msgstr "Python konfigūracijos failas" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Kelias nuo projekto šaknies iki conf.py failo (pvz. " +#~ "docs/conf.py). Palikite tuščią, jei norite, kad mes už jus " +#~ "jį rastume." + +#~ msgid "Install Project" +#~ msgstr "Įdiegti projektą" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Įdiegti jūsų projektą virtualenv viduje naudojant setup.py install" + +#~ msgid "Python Interpreter" +#~ msgstr "Python inerpretatorius" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "Python interpretatorius, naudojamas virtualios aplinkos kūrimui." + +#~ msgid "Use system packages" +#~ msgstr "Naudoti sistemos paketus" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Suteikti virtualiai aplinkai prieigą prie globalaus site-packages aplanko." diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.mo b/readthedocs/locale/nb/LC_MESSAGES/django.mo index 6e2ac8a5821e64b4ea647f1d3b82139ffe51b283..1a5addf643753748b1528a083ac701c43e5d1e63 100755 GIT binary patch delta 5376 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 Jyq(^^*3XS#sjmP4 diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 04218cfa523..b51fe872315 100644 --- a/readthedocs/locale/nb/LC_MESSAGES/django.po +++ b/readthedocs/locale/nb/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # Sigmund Petersen , 2018 # Stein Magnus Jodal , 2012,2014,2017 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Sigmund Petersen , 2018\n" "Language-Team: Norwegian Bokmål (http://app.transifex.com/readthedocs/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versjon" @@ -50,15 +50,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -68,14 +68,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versjoner" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Last ned" @@ -89,7 +89,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Bygg" @@ -122,7 +122,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -136,43 +136,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgid "Username" msgstr "Brukernavn" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Prosjekt" @@ -471,7 +471,7 @@ msgstr "Aktiv" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -547,7 +547,7 @@ msgstr "Bygget" msgid "Uploaded" msgstr "Lastet opp" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Tilgangsnivå" @@ -579,7 +579,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Dokumentasjonstype" @@ -632,7 +632,7 @@ msgstr "Feil" msgid "Exit code" msgstr "Avslutningskode" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Commit" @@ -1001,13 +1001,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgid "Build Version:" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Bygg en versjon:" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1033,7 +1031,7 @@ msgid "Publication date" msgstr "Publiseringsdato" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Endringsdato" @@ -1337,90 +1335,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1428,7 +1430,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1439,11 +1441,11 @@ msgstr "Brukere" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Navn" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Epost" @@ -1543,7 +1545,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1575,7 +1577,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1617,11 +1619,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1906,7 +1908,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2138,7 +2140,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Offentlig" @@ -2228,10 +2230,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "No objects found" msgid "No connected services found" -msgstr "Ingen objekter funnet" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2263,74 +2263,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "Konfigurasjonsfilen din er ugyldig. Sjekk at den inneholder conf.py." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2340,27 +2335,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2451,148 +2446,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Requirements-fil" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Analytics-kode" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2600,37 +2588,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Aktuell" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Relaterte prosjekter" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Språk" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2638,320 +2626,271 @@ msgstr "" "Språket prosjektdokumentasjonen genereres i. NB: Dette påvirker prosjektets " "URL." -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Filsti" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python-konfigurasjonsfil" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python-tolker" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Bruk systempakker" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Gi det virtuelle miljøet tilgang til den globale \"site-packages\"-katalogen." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Modellen må ha en slug" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Filsti" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL-en webhooken må kontakte" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3036,7 +2975,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3044,23 +2983,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3242,67 +3181,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "engelsk" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "spansk" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norsk bokmål" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "fransk" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Russisk" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Tysk" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galisisk" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamesisk" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japansk" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukrainsk" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "" @@ -3612,85 +3551,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read The Docs-arkiv" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3912,6 +3851,12 @@ msgstr "Lag, tilgjengeliggjør og finn dokumentasjon." msgid "Log in" msgstr "Logg in" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Fjern varslinger" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3922,7 +3867,7 @@ msgstr "Vis dokumentasjon" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Oversikt" @@ -5541,3 +5486,22 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Konfigurasjonsfilen din er ugyldig. Sjekk at den inneholder conf.py." + +#~ msgid "Python configuration file" +#~ msgstr "Python-konfigurasjonsfil" + +#~ msgid "Python Interpreter" +#~ msgstr "Python-tolker" + +#~ msgid "Use system packages" +#~ msgstr "Bruk systempakker" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Gi det virtuelle miljøet tilgang til den globale \"site-packages\"-" +#~ "katalogen." diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.mo b/readthedocs/locale/nl/LC_MESSAGES/django.mo index 55c6c3f6058adf40fd64afc95904e20963623ca2..45a6c52ae26e037c7be925f4567e3ee8b6910671 100755 GIT binary patch delta 6820 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 delta 7441 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 O#YIKKDr$GT8uS~`Emu$g diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index 7f1b9c10fde..0794e64bd5b 100644 --- a/readthedocs/locale/nl/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl/LC_MESSAGES/django.po @@ -11,12 +11,12 @@ # Robert van der Rhee , 2017 # Teshuwah Rijkers , 2017 # Thom, 2017 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Jesse Tan, 2017,2021\n" "Language-Team: Dutch (http://app.transifex.com/readthedocs/readthedocs/" @@ -27,8 +27,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versie" @@ -56,15 +56,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -74,14 +74,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versies" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Downloads" @@ -95,7 +95,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Bouw activiteiten" @@ -128,7 +128,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -142,43 +142,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -208,7 +208,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -238,7 +238,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Project" @@ -477,7 +477,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Bouw activiteit gefaald" @@ -554,7 +554,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Privacyniveau" @@ -586,7 +586,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Documentatie soort" @@ -639,7 +639,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Afsluitcode" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Commit" @@ -1008,13 +1008,11 @@ msgstr "Commando abnormaal gestopt" msgid "A build environment is currently running for this version" msgstr "Een bouw omgeving is momenteel actief voor deze versie" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgid "Build Version:" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Bouw versie:" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1040,7 +1038,7 @@ msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Aanpassingsdatum" @@ -1348,90 +1346,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1439,7 +1441,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1450,11 +1452,11 @@ msgstr "Gebruikers" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Naam" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "E-mailadres" @@ -1554,7 +1556,7 @@ msgstr "Webhook activatie mislukt. Voldoende rechten vereist." msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1586,7 +1588,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1628,11 +1630,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1917,7 +1919,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2149,7 +2151,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Publiek" @@ -2239,10 +2241,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Verbonden services" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2274,74 +2274,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Ongeldige project naam, er bestaat al een project met deze naam" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Ongeldige projectnaam" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Ongeldige repository" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2351,27 +2346,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2459,11 +2454,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2473,137 +2468,130 @@ msgstr "" "files\">pip vereisten bestand is nodig om je documentatie te bouwen. Pad " "vanaf de bron van je project." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN ingeschakeld" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Alternatieve container foto" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Container opslaglimiet" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "Alternatief bouwnummer in wachtrij" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2611,355 +2599,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Gerelateerde projecten" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Taal" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Programmeertaal" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Dit project is succesvol gedupliceerd" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "EPUB-bouw activiteit inschakelen" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Creëer een EPUB versie van je documentatie bij iedere bouw activiteit" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "PDF-bouw activiteit inschakelen" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Creëer een PDF versie van je documentatie bij iedere bouw activiteit" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Pad" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python configuratie bestand" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Project installeren" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Pad" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Domein" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "HTTPS gebruiken" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Gebruik altijd HTTPS voor dit domein" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "Aantal hits voor dit domein" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3044,7 +2984,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Projectinstellingen bijgewerkt" @@ -3052,23 +2992,23 @@ msgstr "Projectinstellingen bijgewerkt" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Project verwijderd" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3250,67 +3190,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Engels" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Spaan" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Frans" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Russisch" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Duits" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamees" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japans" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italiaans" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Koreaans" @@ -3620,85 +3560,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read the Docs Archief" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3920,6 +3860,12 @@ msgstr "" msgid "Log in" msgstr "Inloggen" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Re-send Verification" +msgid "Close notification" +msgstr "Verificatie opnieuw versturen" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3930,7 +3876,7 @@ msgstr "Docs bekijken" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Overzicht" @@ -5560,3 +5506,23 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Enable EPUB build" +#~ msgstr "EPUB-bouw activiteit inschakelen" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "" +#~ "Creëer een EPUB versie van je documentatie bij iedere bouw activiteit" + +#~ msgid "Enable PDF build" +#~ msgstr "PDF-bouw activiteit inschakelen" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "" +#~ "Creëer een PDF versie van je documentatie bij iedere bouw activiteit" + +#~ msgid "Python configuration file" +#~ msgstr "Python configuratie bestand" + +#~ msgid "Install Project" +#~ msgstr "Project installeren" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.mo b/readthedocs/locale/nl_NL/LC_MESSAGES/django.mo index da80a716a8baa1ccefa8ca9097ec00e165c03605..c04bd9b84d7c338a17b13069f9e42ba3c31212b3 100755 GIT binary patch delta 5632 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 G@%#p~X(_+} delta 5942 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 diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index 25d8a152a16..5d81fea0d86 100644 --- a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po +++ b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po @@ -7,12 +7,12 @@ # Quinten Althues , 2021 # Valeria Doornkamp , 2023 # Valeria Doornkamp , 2023 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Valeria Doornkamp , 2023\n" "Language-Team: Dutch (Netherlands) (http://app.transifex.com/readthedocs/" @@ -23,8 +23,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versie" @@ -52,15 +52,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Dit veld is verplicht." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -70,14 +70,14 @@ msgid "Languages" msgstr "Talen" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versies" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Downloads" @@ -91,7 +91,7 @@ msgid "Project Home" msgstr "Project Home pagina" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "" @@ -124,7 +124,7 @@ msgstr "Op GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -138,43 +138,43 @@ msgstr "Zoek docs" msgid "Hosted by" msgstr "Beheerd door" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Privacy beleid" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -204,7 +204,7 @@ msgid "Log out" msgstr "Uitloggen" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "Uitnodiging verstuurd" @@ -234,7 +234,7 @@ msgid "Username" msgstr "Gebruikersnaam" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Project" @@ -473,7 +473,7 @@ msgstr "Actief" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -550,7 +550,7 @@ msgstr "Gebouwd" msgid "Uploaded" msgstr "Geüpload" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Privacy-niveau" @@ -582,7 +582,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "" @@ -635,7 +635,7 @@ msgstr "Fout" msgid "Exit code" msgstr "Exit code" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Commit" @@ -1004,13 +1004,11 @@ msgstr "Commando abnormaal gestopt" msgid "A build environment is currently running for this version" msgstr "Er draait momenteel een bouwomgeving voor deze versie" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgid "Build latest version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Bouw meest recente versie" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1036,7 +1034,7 @@ msgid "Publication date" msgstr "Publicatiedatum" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Wijzigingsdatum" @@ -1343,90 +1341,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1434,7 +1436,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1445,11 +1447,11 @@ msgstr "Gebruikers" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Naam" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "E-mailadres" @@ -1550,7 +1552,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1582,7 +1584,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1624,11 +1626,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1913,7 +1915,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2145,7 +2147,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Publiekelijk" @@ -2269,75 +2271,69 @@ msgid "Invalid project name, a project already exists with that name" msgstr "" "Ongeldige projectnaam, er bestaat al een project met exact dezelfde naam" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Ongeldige projectnaam" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Ongeldige repository" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Je configuratiebestand is ongeldig. Zorg ervoor dat er een conf.py in zit." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2347,27 +2343,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" @@ -2455,148 +2451,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2604,355 +2593,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "De gebruikte Python-interpreter om de virtuele omgeving aan te maken." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "Het nesten van subprojecten wordt niet ondersteund" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3036,7 +2977,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3044,23 +2985,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3242,67 +3183,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "" @@ -3612,85 +3553,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3912,6 +3853,12 @@ msgstr "" msgid "Log in" msgstr "" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Verwijder Notificaties" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3922,7 +3869,7 @@ msgstr "" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "" @@ -5551,3 +5498,12 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Je configuratiebestand is ongeldig. Zorg ervoor dat er een conf.py in zit." + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "" +#~ "De gebruikte Python-interpreter om de virtuele omgeving aan te maken." diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.mo b/readthedocs/locale/pl/LC_MESSAGES/django.mo index 65b770cba3c9e3d48b67d7fb33a7f7848dc7f68e..b44878590e53bbe12d778b272144151947540927 100755 GIT binary patch delta 6344 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 V^!Jv}h85LqT`jDrQ{I%&Ujb)vYD@qC delta 6573 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 d6PZdM%u5SPU diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index 8bd16dc4643..574869d867a 100644 --- a/readthedocs/locale/pl/LC_MESSAGES/django.po +++ b/readthedocs/locale/pl/LC_MESSAGES/django.po @@ -10,12 +10,12 @@ # Michal, 2020 # rcman, 2015,2017 # Sasha Brava , 2019 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Michal, 2020\n" "Language-Team: Polish (http://app.transifex.com/readthedocs/readthedocs/" @@ -28,8 +28,8 @@ msgstr "" "(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && " "n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Wersja" @@ -57,15 +57,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -75,14 +75,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Wersje" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Pobrania" @@ -96,7 +96,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "" @@ -129,7 +129,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -143,43 +143,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -209,7 +209,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -239,7 +239,7 @@ msgid "Username" msgstr "Nazwa użytkownika" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -478,7 +478,7 @@ msgstr "Aktywna" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -554,7 +554,7 @@ msgstr "Zbudowany" msgid "Uploaded" msgstr "Przesłane" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Poziom prywatności" @@ -586,7 +586,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Typ dokumentacji" @@ -639,7 +639,7 @@ msgstr "Błąd" msgid "Exit code" msgstr "Kod wyjścia" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Commit" @@ -1008,11 +1008,11 @@ msgstr "Komenda zakończyła się nieprawidłowo" msgid "A build environment is currently running for this version" msgstr "Środowisko buildu jest już uruchomione dla tej wersji" -#: doc_builder/exceptions.py:21 +#: doc_builder/exceptions.py:20 msgid "Build user exception" msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1038,7 +1038,7 @@ msgid "Publication date" msgstr "Data publikacji" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Data modyfikacji" @@ -1342,90 +1342,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1433,7 +1437,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1444,11 +1448,11 @@ msgstr "Użytkownicy" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Nazwa" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Email" @@ -1550,7 +1554,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1582,7 +1586,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Zespół" @@ -1624,11 +1628,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1913,7 +1917,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2145,7 +2149,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Publiczny" @@ -2235,10 +2239,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Połączone usługi" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2270,74 +2272,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Niepoprawna nazwa projektu" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Repozytorium jest nieprawidłowe" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2347,27 +2344,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2455,148 +2452,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN włączone" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Kod analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2604,355 +2594,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Wyróżniony" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Powiązane projekty" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Język" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Język programowania" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "ścieżka dostępu" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Plik konfiguracyjny Pythona" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Zainstaluj projekt" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Interpreter Pythona" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Użyj pakietów systemowych" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "ścieżka dostępu" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Domena" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Użyj HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3036,7 +2978,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Zaktualizowano ustawienia projektu" @@ -3044,23 +2986,23 @@ msgstr "Zaktualizowano ustawienia projektu" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Projekt usunięty" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3242,67 +3184,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Kataloński" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "angielski" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "hiszpański" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "norweski (bokmål)" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "francuski" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "rosyjski" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "niemiecki" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "galicyjski" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "wietnamski" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Chiński uproszczony" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Tradycyjny chiński" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japoński" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukraiński" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "włoski" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "koreański" @@ -3612,85 +3554,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Archiwum Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Subskrybuj" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Dokumentacja" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Zmień język" @@ -3912,6 +3854,12 @@ msgstr "" msgid "Log in" msgstr "zaloguj się" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Usuń powiadomienia" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3922,7 +3870,7 @@ msgstr "Zobacz dokumentację" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Przegląd" @@ -5536,3 +5484,15 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Python configuration file" +#~ msgstr "Plik konfiguracyjny Pythona" + +#~ msgid "Install Project" +#~ msgstr "Zainstaluj projekt" + +#~ msgid "Python Interpreter" +#~ msgstr "Interpreter Pythona" + +#~ msgid "Use system packages" +#~ msgstr "Użyj pakietów systemowych" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 928eac3be7e7b82be148d4cd3de46bcf652dceed..b1b5c63742eb845b04dc334a55e9763c9f63d99b 100755 GIT binary patch delta 15959 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 diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index b28bdefe5de..1d1723d5c83 100644 --- a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po +++ b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po @@ -19,12 +19,12 @@ # Rafael Vanat , 2018 # Rafael Vieira , 2019 # Rodrigo , 2014-2015,2018 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: João Vítor Morandi, 2023\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/readthedocs/" @@ -36,8 +36,8 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " "1000000 == 0 ? 1 : 2;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Versão" @@ -65,15 +65,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Este campo é obrigatório." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -83,14 +83,14 @@ msgid "Languages" msgstr "Idiomas" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Versões" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Downloads" @@ -104,7 +104,7 @@ msgid "Project Home" msgstr "Início do projeto" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Compilações" @@ -137,7 +137,7 @@ msgstr "No GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -151,43 +151,43 @@ msgstr "Pesquisar nos docs" msgid "Hosted by" msgstr "Hospedado por" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Política de privacidade" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Nome de projeto \"{0}\" inválido: nenhum slug gerado." -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Um projeto com slug \"{0}\" já existe." -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, 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:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "Um subprojeto com este alias já existe" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -217,7 +217,7 @@ msgid "Log out" msgstr "Sair" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "Convite enviado" @@ -247,7 +247,7 @@ msgid "Username" msgstr "Usuário" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Projeto" @@ -488,7 +488,7 @@ msgstr "Ativo" msgid "Build successful" msgstr "Compilação bem-sucedida" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Compilação falhou" @@ -564,7 +564,7 @@ msgstr "Compilado" msgid "Uploaded" msgstr "Enviado" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Nível de privacidade" @@ -597,7 +597,7 @@ msgstr "Tem ePub" msgid "Has HTML Zip" msgstr "Tem Zip de HTML" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Tipo de documentação" @@ -652,7 +652,7 @@ msgstr "Erro" msgid "Exit code" msgstr "Código de saída" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Commit" @@ -1035,14 +1035,11 @@ msgstr "O comando finalizou de forma anormal" msgid "A build environment is currently running for this version" msgstr "Um ambiente de compilação está atualmente em execução para esta versão" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Compilar versão" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1068,7 +1065,7 @@ msgid "Publication date" msgstr "Data de publicação" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Data de modificação" @@ -1395,90 +1392,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1486,7 +1487,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1497,11 +1498,11 @@ msgstr "Usuários" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Nome" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "E-mail" @@ -1603,7 +1604,7 @@ msgstr "" msgid "Read-only" msgstr "Somente leitura" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1635,7 +1636,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Equipe" @@ -1677,11 +1678,11 @@ msgstr "Nome organização inválido: nenhum slug gerado" msgid "Organization %(name)s already exists" msgstr "Organização %(name)s já existe" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 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:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "Usuário %(username)s não existe" @@ -1977,7 +1978,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2209,7 +2210,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Público" @@ -2299,10 +2300,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Serviços conectados" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2311,10 +2310,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "Slug da roganização" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2336,75 +2333,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Nome do projeto inválido! Já existe um projeto com esse nome" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Nome de projeto inválido" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Repositório inválido" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Arquivo de configuração inválido, certifique-se de que ele contém conf.py." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2414,27 +2405,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" @@ -2525,11 +2516,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Arquivos de requisitos" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2539,63 +2530,56 @@ msgstr "" "files\">arquivo “requirements” do pip é necessário para compilar sua " "documentação. Caminho a partir da raiz do seu projeto." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN ativada" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Código de Analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2603,25 +2587,25 @@ msgstr "" "Tracking ID do Google Analytics (por exemplo, UA-22345342-1). " "Isso pode tornar a página mais lenta." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Imagem alternativa de contêiner" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Limite de memória do contêiner" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2629,51 +2613,51 @@ msgstr "" "Limite de memória no formato Docker -- exemplo: 512m ou " "1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "Tempo limite do contêiner em segundos" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "ID da fila de compilação alternativa" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Permitir anúncio pago" -#: projects/models.py:430 +#: projects/models.py:419 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:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Livre de anúncios" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Mostrar aviso de versão" -#: projects/models.py:446 +#: projects/models.py:435 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:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2681,37 +2665,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Em destaque" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Projetos relacionados" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Idioma" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2719,325 +2703,271 @@ msgstr "" "Idioma no qual a documentação do projeto é renderizada. Nota: isso afeta a " "URL do seu projeto." -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Linguagem de programação" -#: projects/models.py:518 +#: projects/models.py:507 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:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "Este projeto foi compilado com um webhook" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Este projeto foi clonado com sucesso" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "Ativar compilação de EPUB" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Crie uma versão do EPUB da sua documentação a cada compilação." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "Ativar compilação de PDF" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Crie uma versão em PDF da sua documentação a cada compilação." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Caminho" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "O diretório no qual conf.py mora" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Arquivo de configuração Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Caminho da raiz do projeto para o arquivo conf.py (por exemplo, " -"docs/conf.py). Deixe em branco se quiser que o encontremos para " -"você." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Instalar projeto" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"Instala seu projeto dentro de um virtualenv usando setup.py install" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Interpretador Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "O interpretador Python usado para criar o ambiente virtual." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Usar pacotes do sistema" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Fornece acesso ao ambiente virtual ao diretório global de pacotes do site." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Modelo deve ter slug" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "Não há suporte a subprojeto aninhado" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Caminho" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "criada" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "modificada" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL para onde enviar o webhook" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Domínio" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Usar HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Sempre usar HTTPS para este domínio" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "Número de vezes que este domínio foi atingido" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3122,7 +3052,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Configurações do projeto atualizadas" @@ -3130,11 +3060,11 @@ msgstr "Configurações do projeto atualizadas" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Projeto excluído" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3143,12 +3073,12 @@ msgstr "" "Há um problema com sua conta do {service}, tente reconectar sua conta na página de serviços conectados." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" @@ -3332,67 +3262,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Catalão" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Inglês" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Espanhol" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Português do Brasil" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norueguês" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Frances" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Russo" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Alemão" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galego" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Chinês Simplificado" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Chinês Tradicional" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japonês" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Italiano" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Coreano" @@ -3721,15 +3651,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Histórico do Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Mantenha-se atualizado" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3737,71 +3667,71 @@ msgstr "" "Inscreva-se na nossa newsletter para receber as atualizações mais recentes " "do blog semanalmente em sua caixa de entrada." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Inscrever" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "Tutorial" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Documentação" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Anuncie conosco" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "Read the Docs for Business" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & contribuidores" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Alterar idioma" @@ -4026,6 +3956,12 @@ msgstr "Crie, hospede e navegue em documentação." msgid "Log in" msgstr "Autentique-se" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Remover notificações" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -4036,7 +3972,7 @@ msgstr "Visualizar documentos" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Visão geral" @@ -5730,3 +5666,57 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Arquivo de configuração inválido, certifique-se de que ele contém conf.py." + +#~ msgid "Enable EPUB build" +#~ msgstr "Ativar compilação de EPUB" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "Crie uma versão do EPUB da sua documentação a cada compilação." + +#~ msgid "Enable PDF build" +#~ msgstr "Ativar compilação de PDF" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "Crie uma versão em PDF da sua documentação a cada compilação." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "O diretório no qual conf.py mora" + +#~ msgid "Python configuration file" +#~ msgstr "Arquivo de configuração Python" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Caminho da raiz do projeto para o arquivo conf.py (por " +#~ "exemplo, docs/conf.py). Deixe em branco se quiser que o " +#~ "encontremos para você." + +#~ msgid "Install Project" +#~ msgstr "Instalar projeto" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Instala seu projeto dentro de um virtualenv usando setup.py " +#~ "install" + +#~ msgid "Python Interpreter" +#~ msgstr "Interpretador Python" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "O interpretador Python usado para criar o ambiente virtual." + +#~ msgid "Use system packages" +#~ msgstr "Usar pacotes do sistema" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Fornece acesso ao ambiente virtual ao diretório global de pacotes do site." diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.mo b/readthedocs/locale/ru/LC_MESSAGES/django.mo index da26fb6aad937b1e63ca0e4970b08a7f0a8c3327..8bcdb04ccfad0b2c073cbaaf8367980f7b77f1a4 100755 GIT binary patch delta 13822 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, 2014 # Алексей Бобылёв , 2019 # Victor, 2023 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Roman Paltsev, 2023\n" "Language-Team: Russian (http://app.transifex.com/readthedocs/readthedocs/" @@ -38,8 +38,8 @@ msgstr "" "n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || " "(n%100>=11 && n%100<=14)? 2 : 3);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Версия" @@ -67,15 +67,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Это поле обязательно к заполнению." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -85,14 +85,14 @@ msgid "Languages" msgstr "Языки" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Версии" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Скачать" @@ -106,7 +106,7 @@ msgid "Project Home" msgstr "Главная страница проекта" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Сборки" @@ -139,7 +139,7 @@ msgstr "На GitLab" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -153,43 +153,43 @@ msgstr "Поиск в документации" msgid "Hosted by" msgstr "Размещено благодаря" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Политика конфиденциальности" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Неправильное имя проекта \"{0}\": не сгенерирован URL." -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Проект с URL \"{0}\" уже существует." -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект с {slug_name}={value} недействителен в качестве подпроекта" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "Подпроект с таким псевдонимом уже существует" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -219,7 +219,7 @@ msgid "Log out" msgstr "Выйти" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "Приглашение отправлено" @@ -249,7 +249,7 @@ msgid "Username" msgstr "Имя пользователя" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -488,7 +488,7 @@ msgstr "Активно" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Сборка не удалась" @@ -564,7 +564,7 @@ msgstr "Сформировано" msgid "Uploaded" msgstr "Загружено" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Уровень приватности" @@ -596,7 +596,7 @@ msgstr "Имеет ePub" msgid "Has HTML Zip" msgstr "Имеет HTML Zip" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Тип документации" @@ -649,7 +649,7 @@ msgstr "Ошибка" msgid "Exit code" msgstr "Код завершения" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Коммит" @@ -1025,14 +1025,11 @@ msgstr "Команда завершилась со сбоем" msgid "A build environment is currently running for this version" msgstr "Среда сборки в настоящее время запущена для этой версии" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Собрать версию" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1058,7 +1055,7 @@ msgid "Publication date" msgstr "Дата публикации" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Дата последнего изменения" @@ -1370,90 +1367,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1461,7 +1462,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1472,11 +1473,11 @@ msgstr "Пользователи" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Имя" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Адрес электронной почты" @@ -1578,7 +1579,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1610,7 +1611,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Команда" @@ -1652,11 +1653,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1941,7 +1942,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2173,7 +2174,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Общедоступный" @@ -2263,10 +2264,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Подключённые службы" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2275,10 +2274,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "URL организации" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2300,75 +2297,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Неверное название проекта, или проект с таким названием уже существует" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Недопустимое имя проекта" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Недействительный репозиторий" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Длина каждой метки не должна превышать 100 символов." -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"У вас неверный конфигурационный файл, убедитесь, что он содержит conf.py." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Уже существует перевод “{lang}” для проекта {proj}." -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2378,27 +2369,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" @@ -2490,11 +2481,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Файл с описанием требований, англ. requirements" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2504,63 +2495,56 @@ msgstr "" "files\">Файл всех зависимостей pip, необходимых для сборки вашей " "документации. Находится в корневой папке проекта." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN включен" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Код для аналитики" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2568,25 +2552,25 @@ msgstr "" "Google Analytics Tracking ID (например, UA-22345342-1). Это " "может замедлить загрузку вашей страницы." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Альтернативный образ контейнера" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Ограничение памяти контейнера" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2594,54 +2578,54 @@ msgstr "" "Ограничение памяти в формате Docker — например: 512m или " "1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "Ограничение времени контейнера в секундах" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "Альтернативный идентификатор очереди сборки" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Разрешить платную рекламу" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" "Если этот флажок не установлен, пользователи всё равно будут видеть рекламу " "сообщества." -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Без рекламы" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Показывать предупреждение о версии" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" "Показывать предупреждения как для нестабильных, так и для не свежих версий." -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2649,37 +2633,37 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Особенные" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Связанные проекты" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Язык" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." @@ -2687,327 +2671,271 @@ msgstr "" "Язык документации проекта. Обратите внимание: эта настройка влияет на URL " "вашего проекта." -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Язык программирования" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "Основной язык программирования, на котором написан проект." -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "Сборка проекта была запущена с помощью веб-обработчика" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Данный проект был успешно склонирован" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "Включить сборку ePub" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Создать ePub-версию вашей документации при каждой сборке." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "Включить сборку PDF" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Создавать PDF версию вашей документации при каждей сборке." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Путь" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "Папка, где находится conf.py" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Файл конфигурации в формате синтаксиса Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Путь к файлу conf.py относительно корня проекта (напр., " -"docs/conf.py). Оставьте пустым, если вы хотите, чтобы он был " -"автоматически найден." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Установить проект" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" -"Развернуть ваш проект внутри virtualenv с помощью setup.py install" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Интерпретатор Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" -"Интерпретатор Python, используемый при создании виртуального окружения." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Использовать пакеты системы" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"Дать виртуальному окружению доступ к общесистемной папке с пакетами site-" -"packages." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "В модели должен быть URL" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "Вложенность подпроектов не поддерживается" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Путь" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "создано" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "изменено" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "URL, на которые следует отправлять веб-обработчика" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Домен" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Использовать HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Всегда использовать HTTPS для данного домена" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "Количество посещений этого домена" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3093,7 +3021,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Обновлены настройки проекта" @@ -3101,11 +3029,11 @@ msgstr "Обновлены настройки проекта" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Проект удалён" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3114,12 +3042,12 @@ msgstr "" "Возникла проблема с вашей учётной записью {service}, попробуйте повторно " "подключить её на странице подключённых служб." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" @@ -3304,67 +3232,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "каталонский" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Английский" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Испанский" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "бразильский португальский" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Норвежский" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Французский" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Русский" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Немецкий" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Галисийский" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Вьетнамский" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "упрощённый китайский" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "традиционный китайский" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Японский" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Украинский" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Итальянский" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Корейский" @@ -3692,86 +3620,86 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Архив Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Будьте в курсе" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Блог" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" "Подпишитесь на нашу рассылку, чтобы еженедельно получать обновления блога." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Подписаться" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "Ресурсы" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "Руководство" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Документация" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "Отказ от рекламы" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "Поддержка сайта" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "Состояние сайта" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "Компания" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "Вакансии" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Рекламируйте с нами" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "Read the Docs для бизнеса" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "Брендинг и пресс-кит" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "Пользовательское соглашение" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc и участники" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Изменить язык" @@ -3996,6 +3924,12 @@ msgstr "Создавайте, храните и читайте документ msgid "Log in" msgstr "Войти" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Удалить уведомления" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -4006,7 +3940,7 @@ msgstr "Просмотр" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Обзор" @@ -5716,3 +5650,59 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "У вас неверный конфигурационный файл, убедитесь, что он содержит conf.py." + +#~ msgid "Enable EPUB build" +#~ msgstr "Включить сборку ePub" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "Создать ePub-версию вашей документации при каждой сборке." + +#~ msgid "Enable PDF build" +#~ msgstr "Включить сборку PDF" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "Создавать PDF версию вашей документации при каждей сборке." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "Папка, где находится conf.py" + +#~ msgid "Python configuration file" +#~ msgstr "Файл конфигурации в формате синтаксиса Python" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Путь к файлу conf.py относительно корня проекта (напр., " +#~ "docs/conf.py). Оставьте пустым, если вы хотите, чтобы он был " +#~ "автоматически найден." + +#~ msgid "Install Project" +#~ msgstr "Установить проект" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "Развернуть ваш проект внутри virtualenv с помощью setup.py install" + +#~ msgid "Python Interpreter" +#~ msgstr "Интерпретатор Python" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "" +#~ "Интерпретатор Python, используемый при создании виртуального окружения." + +#~ msgid "Use system packages" +#~ msgstr "Использовать пакеты системы" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "" +#~ "Дать виртуальному окружению доступ к общесистемной папке с пакетами site-" +#~ "packages." diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.mo b/readthedocs/locale/sk/LC_MESSAGES/django.mo index 20f4a6c930a9b3de72de528849aa36a021824763..2ae249b06b3512817c9c8994dd55c4be664cbde9 100755 GIT binary patch delta 2745 zcmZ9OeN2{B7>5stA{db7H;P}CN|~8LQfg|6SSp!{DSl!qhJ+c3lJ;twt_}WZsr@0d zSzBq&YDKeLEp6#)X*76ZuCwQNu5-?FKj*&Bea?aR@1h?I z564VfYIgd5?F@CDcjz5+1~`(YkD2s^?PFdKdy`{$tc z7b9C?7X80qmk<&mm6|7HQ{}+E&=2xq8XOhJ3!xJi$Nt>dUjdD^7V?BmRNdh7FatJ0 z1Ah(P01v^g@Ke|k|KVF2PH-Cbg}*=@Uu!d9m3(CeGN2OkNWD#LBG~fyG{gl`* zg=VM>I^P25cS~Zw(mwt}H4P_PAGy^R^cy30K^?yg2gCi)fKNaje-rzspmsmQ?(h;c z)hSf0CFDQ@$%Vb(K$tK!V`-R@X^?M1IdtO6$QtNM))~fmKa*L$_EXKj6U>4}Iv;9K0d=$rx{_+BT|Lz9IcNY4P=_x;SNOE1=y-RiWOKadu>WWHIziRltOMTSLPM>!2&y3Jqu*RcPRy_y=RAbD)9uNzl+>Xyh1ZY9~dO#PL!{@L?fz zqT0yK(5>1IJ@t(cUtte)-uEF-I7Y=SZ!60qMWQfvp1f|*m9Iea&HBHSNWdK0kI`*#C=lhN64XW5@&b1oGtHfd-;f3$g7=}+N$YKj+wN#KRWwoU)P_W7-w9s0FqO5}AZF^~_oz4t%XDUT;fPk6+ z5DHv?@)9+bg+%OcxfVmSlKfl4?WE`)M?HIxJE zZ2J|cdE4LsxC`<#hj=JMA456vDNNi&Y0AUti`7oisZ1{K*& zsElQEaj2SHs5>;8hc=u9qGu^YeRM*29=`qPz$$0MY_}W@3#H> zZTk?^#z&y+oPu)bbEx&-Kpn-8P`3X zA5MmvR|U18z{PWEP`6+!W_N-F)G+Fo1hl# zhKgt}90LzPrRqyNeg-N--$NPx1IqF4>0OA^<^w1LpFw;x-$FhIsiOHRO=+aYRh@&X5J^rI zWn!kS&rP#)C>@3Rba6(c2UE|XJfE=b<(4%tZtKe|1!ZhHT8NZ>MLGkitU^yBee9I+ zr_iL-`%fi;ln#|eXgF#_L8S5m8k4H=X@-v>7frQ&x?J;ZU6_YPqVY)CU5WJFR~d`S z&}=kC@h?Csx=4>8U96>OHTrjXfQ}b!XE7{5Ivy3>cpn8&9a@L#k;*t!jdTeckd9U* z(ad8pDo5+lWON@=S(1jSfD>$e6fClJu7IgU4r)PbPzh2QhIH|GBaMe%LLt;yCQ{)7 zCsO}TeQ7*vM;?N@;d;-x#HsQqPhGw!nwIL}2E#B~iylULO`k)Lqe7IAo zjaDEta!lO!q9M1beM7Ia8KtuW&7Kph_nhWHG!}P*ju)a94mEk9nB&&ec)st%!l@Z` z!EiMb{6Neb7jbJE-8#>AY6H=t_N7@{G773%V)fyWQxS@J(MZ(eX>34Ad4nO>U#-`0*&c zG0ly+fsmhCR1|4p8r?V0k2tkqM=>Q^gCVaz z?6|d2&rh~S-G7Ey)ZTmGwTz;_<8snb#XF;G?2PW@)==`O<0p?)hokMc2Mx;{teq8P z@<3C#IeEY#eaW_yTN_(;Xm$Q~xzpe|AukeiW0)*-;sHNK)*at1bUKcC UPPp24>*LH(qKLU@ho2Yx3+ld&wg3PC diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index eb6cea117ab..ca7e06b520a 100644 --- a/readthedocs/locale/sk/LC_MESSAGES/django.po +++ b/readthedocs/locale/sk/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # 18f25ad6fa9930fc67cb11aca9d16a27, 2014 # Veronika Kabatova , 2015 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Veronika Kabatova , 2015\n" "Language-Team: Slovak (http://app.transifex.com/readthedocs/readthedocs/" @@ -22,8 +22,8 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n " ">= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Verzia" @@ -51,15 +51,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -69,14 +69,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Verzie" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Stiahnuté" @@ -90,7 +90,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "" @@ -123,7 +123,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -137,43 +137,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -233,7 +233,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Projekt" @@ -472,7 +472,7 @@ msgstr "Aktívny" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -548,7 +548,7 @@ msgstr "" msgid "Uploaded" msgstr "Odoslaný" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Úroveň súkromia" @@ -580,7 +580,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Typ dokumentácie" @@ -633,7 +633,7 @@ msgstr "Chyba" msgid "Exit code" msgstr "Ukončovací kód" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "" @@ -1002,11 +1002,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 +#: doc_builder/exceptions.py:20 msgid "Build user exception" msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1032,7 +1032,7 @@ msgid "Publication date" msgstr "Dátum zverejnenia" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Dátum úpravy" @@ -1336,90 +1336,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1427,7 +1431,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1438,11 +1442,11 @@ msgstr "Užívatelia" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Názov" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Email" @@ -1542,7 +1546,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1574,7 +1578,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1616,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1905,7 +1909,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2137,7 +2141,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Verejný" @@ -2227,10 +2231,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "No objects found" msgid "No connected services found" -msgstr "Žiadne objekty nenájdené" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2262,74 +2264,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "Váš konfiguračný súbor je neplatný, uistite sa, že obsahuje conf.py." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2339,27 +2336,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2447,148 +2444,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Súbor závislostí" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Analytics kód" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2596,355 +2586,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Jazyk" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Cesta" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python konfiguračný súbor" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Interpret Pythonu" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Použiť systémové balíčky" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." -msgstr "Povoliť virtualenvu prístup do globálneho adresára site-packages." - -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Model musí mať slug" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Cesta" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3028,7 +2970,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3036,23 +2978,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3234,67 +3176,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Anglicky" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Španielsky" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Francúzština" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Ruština" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Nemčina" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamčina" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japončina" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukrajinčina" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "" @@ -3604,85 +3546,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Archív Read the Docs" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3904,6 +3846,12 @@ msgstr "" msgid "Log in" msgstr "Prihlásiť sa" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Zrušiť upozornenia" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3914,7 +3862,7 @@ msgstr "" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "" @@ -5531,3 +5479,20 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Váš konfiguračný súbor je neplatný, uistite sa, že obsahuje conf.py." + +#~ msgid "Python configuration file" +#~ msgstr "Python konfiguračný súbor" + +#~ msgid "Python Interpreter" +#~ msgstr "Interpret Pythonu" + +#~ msgid "Use system packages" +#~ msgstr "Použiť systémové balíčky" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "Povoliť virtualenvu prístup do globálneho adresára site-packages." diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.mo b/readthedocs/locale/tr/LC_MESSAGES/django.mo index cc14bc4f4e4a9fa7d745aee51762d04bcbfabdb3..738cb3f2858ee3f0383d97f4fc9b008b1997e565 100755 GIT binary patch delta 10897 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 delta 12615 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, 2018 # BouRock, 2020 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: BouRock, 2020\n" "Language-Team: Turkish (http://app.transifex.com/readthedocs/readthedocs/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Sürüm" @@ -50,15 +50,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "Bu alan gereklidir." -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -68,14 +68,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Sürümler" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "İndirilenler" @@ -89,7 +89,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Oluşturmalar" @@ -122,7 +122,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -136,43 +136,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Gizlilik İlkesi" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgid "Username" msgstr "Kullanıcı adı" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Proje" @@ -471,7 +471,7 @@ msgstr "Etkin" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Oluşturma başarısız oldu" @@ -547,7 +547,7 @@ msgstr "Oluşturuldu" msgid "Uploaded" msgstr "Gönderildi" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Gizlilik Seviyesi" @@ -579,7 +579,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Belgelendirme türü" @@ -632,7 +632,7 @@ msgstr "Hata" msgid "Exit code" msgstr "Çıkış kodu" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "İşle" @@ -1001,14 +1001,11 @@ msgstr "Komuttan anormal olarak çıkıldı" msgid "A build environment is currently running for this version" msgstr "Bu sürüm için şu anda bir oluşturma ortamı çalışıyor" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "Sürüm oluştur" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1034,7 +1031,7 @@ msgid "Publication date" msgstr "Yayımlanma tarihi" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Değiştirilme tarihi" @@ -1343,90 +1340,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1434,7 +1435,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1445,11 +1446,11 @@ msgstr "Kullanıcılar" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Adı" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "E-posta" @@ -1551,7 +1552,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1583,7 +1584,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "Takım" @@ -1625,11 +1626,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1914,7 +1915,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2146,7 +2147,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Ortak" @@ -2236,10 +2237,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "Bağlı Hizmetler" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2271,75 +2270,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "Geçersiz proje adı, bir proje zaten bu adla var" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "Geçersiz proje adı" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "Depo geçersiz" -#: projects/forms.py:290 +#: projects/forms.py:294 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:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Yapılandırma dosyanız geçersiz, conf.py dosyasını içerdiğinden emin olun." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, 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:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2349,27 +2342,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1068 +#: projects/forms.py:1065 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:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" @@ -2460,11 +2453,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Gereksinimler dosyası" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2474,63 +2467,56 @@ msgstr "" "latest/user_guide.html#requirements-files\">pip gereksinimler dosyası " "gerekir. Projenizin kök dizininden gelen yol." -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN Etkinleştirildi" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Çözümleme kodu" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2538,25 +2524,25 @@ msgstr "" "Google Analytics İzleme Kimliği (ör. UA-22345342-1). Bu, sayfa " "yüklemelerinizi yavaşlatabilir." -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "Alternatif kapsayıcı resmi" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "Kapsayıcı bellek sınırı" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" @@ -2564,52 +2550,52 @@ msgstr "" "Docker biçiminde bellek sınırı -- örnek: 512m veya 1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "Saniye olarak kapsayıcı zaman sınırı" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "Alternatif oluşturma kuyruğu kimliği" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "Ücretli reklamlara izin verin" -#: projects/models.py:430 +#: projects/models.py:419 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:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "Reklamsız" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "Sürüm uyarısını göster" -#: projects/models.py:446 +#: projects/models.py:435 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:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2617,360 +2603,308 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Öne Çıkanlar" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "İlgili projeler" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Dil" -#: projects/models.py:506 +#: projects/models.py:495 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:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Programlama Dili" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "Projenin yazıldığı birincil programlama dili." -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "Bu proje bir web kancası ile oluşturuldu" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "Bu proje başarılı olarak kopyalandı" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "EPUB oluşturmayı etkinleştir" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "Her oluşturma ile belgelendirmenizin bir EPUB sürümünü oluşturun." - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "PDF oluşturmayı etkinleştir" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "Her oluşturma ile belgelendirmenizin bir PDF sürümünü oluşturun." - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Yol" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "conf.py dosyasının bulunduğu dizin" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python yapılandırma dosyası" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"Proje kök dizininden conf.py dosyasına giden yol (ör. " -"docs/conf.py). Sizin için bulmamızı istiyorsanız boş bırakın." - -#: projects/models.py:630 -msgid "Install Project" -msgstr "Projeyi yükle" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"setup.py install kullanarak projenizi bir sanal ortam içine " -"yükleyin" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python Yorumlayıcı" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "Python yorumlayıcısı sanal ortamı oluşturmak için kullanılır." - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Sistem paketlerini kullan" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." -msgstr "Genel site paketleri dizinine sanal ortam erişimi verin." -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Model başlık bilgisine sahip olmak zorundadır" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "Alt proje iç içe geçme desteklenmiyor" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Yol" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "Web kancasının göndereceği URL" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "Etki Alanı" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "HTTPS kullan" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "Bu etki alanı için her zaman HTTPS kullan" -#: projects/models.py:1827 +#: projects/models.py:1728 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:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3054,7 +2988,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "Proje ayarları güncellendi" @@ -3062,11 +2996,11 @@ msgstr "Proje ayarları güncellendi" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "Proje silindi" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3075,12 +3009,12 @@ msgstr "" "{service} hesabınızla ilgili bir sorun var, bağlı " "hizmetler sayfanızda hesabınızı yeniden bağlamayı deneyin." -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" @@ -3263,67 +3197,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Katalanca" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "İngilizce" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "İspanyolca" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "Brezilya Portekizcesi" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Norveççe Bokmål" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Fransızca" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Rusça" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Almanca" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Galiçyaca" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Vietnamca" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "Geleneksel Çince" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Japonca" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Ukraynaca" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "İtalyanca" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Korece" @@ -3650,15 +3584,15 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read the Docs Arşivi" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "Güncel Kalın" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Blog" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." @@ -3666,71 +3600,71 @@ msgstr "" "En son blog güncellemelerimizi haftalık olarak gelen kutunuza teslim almak " "için bültenimize kaydolun." -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "Abone Ol" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "Belgelendirme" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "Bizimle Reklam Verin" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc ve katkıda bulunanları" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "Dili Değiştir" @@ -3956,6 +3890,12 @@ msgstr "Belgelendirme oluşturun, barındırın ve gözatın." msgid "Log in" msgstr "Oturum aç" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "Bildirimleri Kaldır" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3966,7 +3906,7 @@ msgstr "Belgeleri Görüntüle" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "Genel Bakış" @@ -5635,3 +5575,55 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Yapılandırma dosyanız geçersiz, conf.py dosyasını içerdiğinden emin olun." + +#~ msgid "Enable EPUB build" +#~ msgstr "EPUB oluşturmayı etkinleştir" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "Her oluşturma ile belgelendirmenizin bir EPUB sürümünü oluşturun." + +#~ msgid "Enable PDF build" +#~ msgstr "PDF oluşturmayı etkinleştir" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "Her oluşturma ile belgelendirmenizin bir PDF sürümünü oluşturun." + +#~ msgid "The directory where conf.py lives" +#~ msgstr "conf.py dosyasının bulunduğu dizin" + +#~ msgid "Python configuration file" +#~ msgstr "Python yapılandırma dosyası" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "Proje kök dizininden conf.py dosyasına giden yol (ör. " +#~ "docs/conf.py). Sizin için bulmamızı istiyorsanız boş bırakın." + +#~ msgid "Install Project" +#~ msgstr "Projeyi yükle" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "setup.py install kullanarak projenizi bir sanal ortam içine " +#~ "yükleyin" + +#~ msgid "Python Interpreter" +#~ msgstr "Python Yorumlayıcı" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "Python yorumlayıcısı sanal ortamı oluşturmak için kullanılır." + +#~ msgid "Use system packages" +#~ msgstr "Sistem paketlerini kullan" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "Genel site paketleri dizinine sanal ortam erişimi verin." diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.mo b/readthedocs/locale/uk/LC_MESSAGES/django.mo index 9d9a0d906c800f8596d1574d0ce345326ba2ae05..1232798f66e0c1796caf9be24d1c73f218fcef3f 100755 GIT binary patch delta 5782 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 diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index eb38acf8ce1..d1e6e13687a 100644 --- a/readthedocs/locale/uk/LC_MESSAGES/django.po +++ b/readthedocs/locale/uk/LC_MESSAGES/django.po @@ -10,12 +10,12 @@ # Sasha Brava , 2019 # Тарас Буник , 2014 # Тарас Буник , 2016 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Anna Zhirnova, 2023\n" "Language-Team: Ukrainian (http://app.transifex.com/readthedocs/readthedocs/" @@ -29,8 +29,8 @@ msgstr "" "100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Версія:" @@ -58,15 +58,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -76,14 +76,14 @@ msgid "Languages" msgstr "Мови" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Версії" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "Завантаження" @@ -97,7 +97,7 @@ msgid "Project Home" msgstr "Головна сторінка проекту" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Білди" @@ -130,7 +130,7 @@ msgstr "На GitHub" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -144,43 +144,43 @@ msgstr "Пошук документів" msgid "Hosted by" msgstr "Організовано" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "Політика конфіденційності" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "Недійсна назва проекту \"{0}\": слаг не створено." -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "Проект зі слагом \"{0}\" вже існує." -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект із {slug_name}={value} недійсний як підпроект" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "Підпроект із цим псевдонімом уже існує" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "Запрошення надіслане" @@ -240,7 +240,7 @@ msgid "Username" msgstr "Ім'я користувача" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Проект" @@ -481,7 +481,7 @@ msgstr "Активний" msgid "Build successful" msgstr "Білд успішний" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "Білд невдався" @@ -557,7 +557,7 @@ msgstr "Збудований" msgid "Uploaded" msgstr "Завантажено" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Рівень конфіденційності" @@ -590,7 +590,7 @@ msgstr "Має ePub" msgid "Has HTML Zip" msgstr "Має HTML Zip" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Тип документації" @@ -645,7 +645,7 @@ msgstr "Помилка" msgid "Exit code" msgstr "Код виходу" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "Здійснити" @@ -1016,11 +1016,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 +#: doc_builder/exceptions.py:20 msgid "Build user exception" msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1046,7 +1046,7 @@ msgid "Publication date" msgstr "Дата публікації" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Модифікована дата" @@ -1350,90 +1350,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1441,7 +1445,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1452,11 +1456,11 @@ msgstr "Користувачі" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Ім’я" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "Email" @@ -1556,7 +1560,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1588,7 +1592,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1630,11 +1634,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1919,7 +1923,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2151,7 +2155,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Загальнодоступно" @@ -2241,10 +2245,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "No projects found" msgid "No connected services found" -msgstr "Проектів не знайдено" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2253,10 +2255,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "Слаг Організації" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2278,75 +2278,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Файл конфігурації помилковий, переконайтесь що він містить в собі conf.py" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2356,27 +2350,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2468,148 +2462,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Файл вимог" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Код аналітики" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2617,355 +2604,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Обране" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Пов’язані проекти" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Мова" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "Мова програмування" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Шлях" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Файл конфігурації Python" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Інтерпретатор Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Модель повинна мати slug" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Шлях" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "Створено" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "Модифіковано" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "URL" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "Використовувати HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3049,7 +2988,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3057,23 +2996,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3255,67 +3194,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "Каталонська" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Англійська" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "Іспанська" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "Норвезька (букмол)" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "Французька" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "Російська" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "Німецька" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "Галісійська" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "В’єтнамська" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Японська" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Українська" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "Італійська" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "Корейська" @@ -3625,85 +3564,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "Блог" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3925,6 +3864,12 @@ msgstr "Створюйте, публікуйте та переглядайте msgid "Log in" msgstr "Увійти" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Authentication" +msgid "Close notification" +msgstr "Аутентифікація" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3935,7 +3880,7 @@ msgstr "Переглянути документацію" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "" @@ -5552,3 +5497,14 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Файл конфігурації помилковий, переконайтесь що він містить в собі conf.py" + +#~ msgid "Python configuration file" +#~ msgstr "Файл конфігурації Python" + +#~ msgid "Python Interpreter" +#~ msgstr "Інтерпретатор Python" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.mo b/readthedocs/locale/vi_VN/LC_MESSAGES/django.mo index a9f69df116dc693da14bc17227d79daecd33fa4d..6704d69d3d78cacef51416ebcfec23d09d136b5f 100755 GIT binary patch delta 2852 zcmYk-duWzb9Ki82U24u;n^Wg)-Zp2=<}EeT<)+I`XKI?JsVg;|yEyZfm(5;H$O<9S z3@;>6A&ZETjUY5E!SzS^heBXkX;DV_M~M|$boqYY_Xr*Kdp_r!_c_<+JkPF8J~1)z zZFc&BK-xw0C-T!nco#=>;X=CHHH2RH9d^PS*d71Hj@UgTRiBMC4Sixc4>Ktj;2k&) z?Q&ZDeHPvpLL$s3o~vZ$~SZNCy-Q61W@G1fPu z?RKO0KOcWTfR6WOclO`RJ5<GWh~D|7qkRzSCh&9JAn;U=ytTDXXA}8qbqm~?dXkI--33~hPFF}?%b#7PMkyA zeSy9`Uts}W!;#pV)wzI*1Q{F7MjI@O@ z%lP{hsJC+ZlTiJp>qBis_e29Kf zPQ~(h^u7z|06!or48Nf5(&#h~JE1#WfLXr(#bi7*rRa_2xCLjR9exr$i^-Lu9bbvw zK>k8ko}&{RjIOv4Z9g9KaVpw>4HjbqCX$DSj4MADZA1SToJP0o5<1||$kPaap&e!N zoCaYII?y=u{xWnyRp{B76U+6;3lP?!k2;ad{?k`DM1>PMj&99K9E@ks75{{8^>64z zJJZ?;_C%_}7<58aXg_n&`<9>+uSL#xXhJ8t7yTk0?8E+h!wD*EcouDV0UhuPI>DQ0 z!z@me0}Vj$8-h-76xzNdmMhVI7oa;)gD$Kd`3sx4jK`M}WIPn@Xa_$cf8kdyzD61B zpEJ)!e;JP61M%ZnPF#)^H_!od+1KGX5IMM^ z65Z-*E>5%w2jOAlbC68ixH<`6W0POHW?~L8k?>HO?07?}4EcwMjl?iw5iyUbA>0{1E+)6#o!nu8w3K*)@T=$6y9*Ea{ApBpxOf5EBSrKe|e$om@8)?xJVN^Rj{%O_)XyGYLQM$wte~kUSuz zL>;l7c$zS6Pm#P%;kt&{O8C6*A#Np~cX=$V#G%BhSRNVOg0;kxgy$-;iOZwJ24WYH zPb?%%4a8c)clv(9R6&eN=2GY3G4g|BSymHEh-WO2{9a5>=0aE&l@el*>*vi%p5#er z;v6Q^*r=2do_^D`6rl*`6Za9mnx5`zVm2|AC?*yYGl+YMD#A3*OTqBX8&_>;T)wt- mYR2`Btt&E*rtQzks%mY?D(li()VH+5{#W`R+W+c+i~j-c1>UOw delta 3272 zcmZ{ld2EzL7>5TbwB;xT$}RBOR<0g^98y3zils%40;LF|xNNuGrR}z~+d_e|prQss z2&vWsA~uB}Q4msMV%MlpZ6K(L;V_Y-tZ1SJ{%BMn@qB*UX<{_K>F;}H=9_osecx|p z8_H;(8NA*v>J@|SME9e4QN}dEk{BM?w4TNcgc-0q%!P4qCF}|d?f80#tJz@t)vyo! zTG$)zfm(9EeSZjcGbU)>p`nQu?GEpW$ej*{frtVkp0IsDQTH{$ATZ z2({jEh^u)Y_Je0&EW8Ax*x$6#=*z%&um`*Y<=BO=l~F7tQWFQYQ36yYlAtmgXZw?E ze>&7UnNW!=w&QN7jZ2^^R}G`s-)yFl1%n!ZtxyY}hg#?&cz3AJG@ROxm@ZS*Qsr4B%fWR64mhoCY# z1LfCh$1g(pU4fc^!@j=_6~J$C)L)IRd`K1P=x92~-8Xu>A{tsJ}A2!GIiZK?QWz@-L``qS;0B20~?&2({2? zJDvvRp8@4R52}(2p(>LP<+mE@Hm!vZ!s;N6@iY!VW$-za;{_;(YqtL_)WWx*zV$D# zKl}q~USGnCFIX|Y=0|MNq0egih8KCu^-C6!S+u<&1;5QzZLe?{r`%F9B;xA z@CT?;M^krIARg)vB|^;`1vkPJs0AA>--D4%q5RHTegj$3+=2?ME9Fzdu`s9w2GdA} z$xs{Qz;w76D$-i0%wMvshx%V}2&!VIp*B1ZbttbvtY zhi9T4SOmFoW+~*)xOfn>*#Z?v9aLrBgb%%LTz*j za1VXlbbVwyQ2{Dd=N~qY_9~QvDv)kL z0IfvHNEMQeLp5jtQdO2IN*$a|^U-)3`H{|p?6D3+evWkpRA!mVFB{bX^AyzmmQi(6 zhGwJ3k*@QNM>gk%}$kx0v!N8x5vh_cZ}B&+U#NrFXa zJt{`JdP`9y(zTS$MZF@mp^=I7%an^`3(?|8i{F1Z2Tee_8M;=@8tLco{I7c4^Lx<+-3ekUr|+sE8t^7p|7OrO59sr;+@Kx%7CZTDR;Sx zT}7VCx{dKmvR9Q=RXG1~@HoCo$LFthmG}x$ol;k^$EmEUU^Jk)0hiBT8F5N4uVEU) z=}n)-&yAU#SJCpW-|GatEvNiNPC+=d+wFBaqB42m=40hffaw9RFWmfbz$uB0tP3}v zWO8IyQ@0^=?;Eo`96BcF!wkDy8r)7%OOwxWheJnPjyD{7kp;q`eg2}ltYL3>Gh3RR z>TvU6zw_z7aA*hZ(0-p2_@B)>7GcWzsH-#0 K^t!fTSN{ee?SU8o diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index 80d87aa9c18..8ab1a197713 100644 --- a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po +++ b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # Trung Ngô , 2013 # Xuân Sâm Đinh , 2016 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Xuân Sâm Đinh , 2016\n" "Language-Team: Vietnamese (Viet Nam) (http://app.transifex.com/readthedocs/" @@ -21,8 +21,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "Phiên bản" @@ -50,15 +50,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -68,14 +68,14 @@ msgid "Languages" msgstr "" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "Các phiên ban" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "" @@ -89,7 +89,7 @@ msgid "Project Home" msgstr "" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "Các phiên bản xây dựng" @@ -122,7 +122,7 @@ msgstr "" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -136,43 +136,43 @@ msgstr "" msgid "Hosted by" msgstr "" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -232,7 +232,7 @@ msgid "Username" msgstr "" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "Dự án" @@ -471,7 +471,7 @@ msgstr "Đang hoạt động" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "" @@ -547,7 +547,7 @@ msgstr "Đã được xây dựng" msgid "Uploaded" msgstr "Đã được tải lên" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "Mức độ bảo mật" @@ -579,7 +579,7 @@ msgstr "" msgid "Has HTML Zip" msgstr "" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "Kiểu tài liệu" @@ -632,7 +632,7 @@ msgstr "Lỗi" msgid "Exit code" msgstr "" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "" @@ -1001,11 +1001,11 @@ msgstr "" msgid "A build environment is currently running for this version" msgstr "" -#: doc_builder/exceptions.py:21 +#: doc_builder/exceptions.py:20 msgid "Build user exception" msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1031,7 +1031,7 @@ msgid "Publication date" msgstr "Ngày xuất bản" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "Ngày thay đổi" @@ -1335,90 +1335,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1426,7 +1430,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1437,11 +1441,11 @@ msgstr "" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "Tên" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "" @@ -1541,7 +1545,7 @@ msgstr "" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1573,7 +1577,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "" @@ -1615,11 +1619,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1904,7 +1908,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2136,7 +2140,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "Công cộng" @@ -2226,10 +2230,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "No projects found" msgid "No connected services found" -msgstr "Không tìm thấy dự án nào" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2261,75 +2263,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "" -"Có vấn đề với tập tin thiết lập của bạn, xin hãy đảm bảo nó có chứa conf.py." - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2339,27 +2335,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2447,148 +2443,141 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " "from the root of your project." msgstr "" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "Mã Analytics" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." msgstr "" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2596,355 +2585,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "Tính năng" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "Các dự án liên quan" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "Ngôn ngữ" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "Đường dẫn" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Tập tin thiết lập bằng Python" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Trình thông dịch Python" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "Sử dụng các gói của hệ thống" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "Đường dẫn" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3028,7 +2969,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "" @@ -3036,23 +2977,23 @@ msgstr "" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, 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:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "" @@ -3234,67 +3175,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "Tiếng Anh" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "Tiếng Việt" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "Tiếng Nhật" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "Tiếng Ukcraina" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "" @@ -3604,85 +3545,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3904,6 +3845,10 @@ msgstr "Tạo, xuất bản và tìm kiếm tài liệu." msgid "Log in" msgstr "Đăng nhập" +#: templates/core/notifications.html:13 +msgid "Close notification" +msgstr "" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3914,7 +3859,7 @@ msgstr "Xem tài liệu" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "" @@ -5526,3 +5471,18 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "" +#~ "Có vấn đề với tập tin thiết lập của bạn, xin hãy đảm bảo nó có chứa conf." +#~ "py." + +#~ msgid "Python configuration file" +#~ msgstr "Tập tin thiết lập bằng Python" + +#~ msgid "Python Interpreter" +#~ msgstr "Trình thông dịch Python" + +#~ msgid "Use system packages" +#~ msgstr "Sử dụng các gói của hệ thống" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo b/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo index 37f259a4b109a4eadacab05f1e4fc43c27442bbb..eaba703bc8762da994ec4110bfaaa660f79d505f 100755 GIT binary patch delta 11835 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 delta 13238 zcma*t37m~}-^cOGFlH>n82b{(ma&a&S(2T|8j&rGnKKMyMzh#C8tX_XAxp$Wl4fKi z+mKdC${lx6RLrJGr4*%}&-Yxv>F)JBy`JZ}Uj63%->(09UFV#;yZ2rQSg||6cQLHk zYKN;yfaBD_+2tH3pY#`XRO&d>BOIqR&cLd;2-WU+48v@!gdbxl=9|A_74jvTxz@oO zbAp;XP6h?@TR2WTY|)a=Fb*5z{jD6QB*tQSOvZI zINrjt=(Kj6APB{xSOwKj4OIIESeo&j_9RMC@BoJ3V62IesE+30{kRg#;3=Gq7cdY< z-0L`Onll#FPa>*(E>^+?*c&&Xb|e?8;~&_U@ttaI+>XbiW;zws(M;@)i%>`K0an7# zP+NT+HIUQRU3qac1nW{<0jsGRi{W5%7;2{;MPCIH(Im9e8K|vELv_3nHSkt5(>#pY zsrOMk@+s>6JgkQ|Enl7U)cuW7`>qHobTaD31*nc+Kn?UV zYQ_gpTX+-s$0;%UI=PueDz3ZhOMli8)^cB zQ8ON4^^?q*W*TY*&su&bY9|h$j_Mdz!w;>z0Co1?Baesk8?r#3)2gGp#a&TbGYU0< z1XPDpQP0L))PRdoTfNRqN3HA?tciP2J8&AcfQy#Dj=KMMvrH#FW1PQ-gl2X(szGzq zjonZKKa85lqu3L@$T2&+P%F$wO(3AN`_KlVb~FTae+|@x>ZAH?fjWY2SkXsf1PQHZ z3hIWLs1D|%cH(JN`8w2Fu@zOm!^}k0??Wx*DC*fbf%?S!64m|&s@-kWctyLg|9r|i zAtY4M1$6`uVhwy0b>mFb2h-zN85f$*VR!Pcp&r)TsD~=JtK*ErDyW^Ah3bDEY6sF# zJF>p3z5g##pqXY`!?#d3p2U0cH1@>cZtjEzpavd_YPSKkqUTWq?X-Lr)+L{f0r)j) zhjPs8-Pr%;6x^nu88)HUM{pEsC3{gbej9bxXHgUV9<@`&dblgEjA~yW`(kUrgA-i8|ufeI)9Tco%hMS1~JodkryYiB#ho}~+gQlnnv_m~~9W6f;b(SNsE{?_^Ohp~d zQq=3U3ALctP!l_f>i;9Gi5DZwHE3bXm0s5Y(Rd4<=;Y`{aMQwU^w~P zsEOBo&|P^mEJ415*%S2)3`8v~5=-j+k0GJ0dJHwwxu`Fl<*146KpnwB48~)q6`rv2 zudyik0@Mnxq6WTg^~L(QXI=_5a5bEdwa|ALiF6Y6@fd0%`KW<@LT&9GGqA5aKnUs~ zs*b8}gxZl7mhXXjnEP3N9BLsGQ45@n6>(W#_P;cVtrV2ROlxou^?iK;)sfTB-MWfc zh3wr}8attmrZ4JSF&Q=S-KY<+0~mt;M(tn@>Il9?P5AeI?7z0UERUoHYKXd_BWi|y zQSbdYT#a*3XI*{(Pdau$t!xk0#7+h1wa1nQtB)Y3;n1Gh)*zyK_R zBdk0YHPg9R7N0_`e2e8XP!l+UTKUJQ0nec(av3$y52${BwS3S+?$PZ4w#_E-x0qXr&f_2W?!nr$vaEnp*R;1^NtU&HG7CTfBgF%a|JdY^NRga){c>Y(@_ z_vtQ&`s@!!J!E6d@n!;sQ9cc|vZbhg)}aR8hI-ofpq_=-t^SOae}zGM|8uS48mgmP zs1Kar!S0!QP!sElnt4Brz`>{;OEuF_6Ih9wz(&*u)JsY=)T+Mzsbj^E-vc-JWR z^P)fMH6D+;FBP@p%SN&P+Nx(LsD+!c93I7bcp5dpP1KElnkCpKO{hF-;0CA;o1or` zR;c^BV-@U&ILwOeUY@EY! z_&u({!DHR~zrji5TSoFr7dN9ObQ$@_xyGMf`u-ol-Fk|j#hQ4?^5;?~ z3Tg#EqT2nA+L2<>?wN<8I`*KBv_5JgEl{6`-BJAx!lF15>oC4EhD3EtMRm9dd*Dt? zD8kmFIvgA0J{yx!?H8j~oQ^t*eW=fY4^b<>h!ydUS$;gnM!q3tr2#;e1m=PPb`jo;@pW0Lgl@dk3;R4&&t!Rd?o4#)8p8G zy)K6-&`0k{ERCOIQ!KE2B|c3$k*|wtABB%$5^BI))O}aYTUK5?-ra!^yqEgAs3RSL z+PTDd_Fo+@q(B|KgX-{KmOqCNkk3Qi5Ru@v>w?;m{;2lDQ7av5`H85VdknSGRaU;s z%rX!9NT}mus0o}gzqSV7S^j4;V2azWES9Bx4YLWVpAL984nXxc)tqnjD=nXn;ne$f zlhDl1S;b}4ioQ30vHCwSgz{kay%bh5>!9wBKn>UyHIW{cA7*;7CFP0O4!67IKIbbE z8t@vbqn|AQ2Wo|ZiEf7#Q3Hgd%3GuE>tXga2czDO5tg5dx^IrT6vN1`^~?G1w1RBZ zjUS^rzKWXA4Q!5gPy;tha=%e8U(Ye6UsofKVtdgsE6(|EB^|6lm7;NYS?P7`?c5+)$vd> z3boQHSOuq{+OI@CjO)>Zn^5;1MNQx&YC&IE`LC#>3uLu=E2^XFBYeF7s(6qBbubpy z!DJkWb1Z+#yl8%hdQ1L5O(=Ap+i^8iKTT2f?NLvAUvngCyosoV&6`IDN-Va5<){u< zqh`9<+=FWOj(HN*(I=?(S5P~01GRu(P!kDy+`X>?s=T`88zXPH)51qWTd@;sZj2ie)vv{goA7WNR)i*#*IKs-inEkDOq}7kJ@)XPaQmtS$YQU|ineM{cco=o| z7f}=Y1-0^G^KHvfZ%I?^fFn^8dKPQqW>kMito#(JpR*Xs^XFV5QJ#Vus1*b)aKFu} zVFmKxSQ+m}KFpjUco&{RFJ47;IB20e(J`p}bkx8L(SM}qKT@mTgT)!&Icf#(q8fgJ zy77W}&Fb%1zT_fXx!Kh0jK#TcusOoYBT*AdMlJMlt6wb{-`Pk)?`OJIyo_4;9@LEA zLv?W8%(wENEFZMk-JuGoc1_H7sD<=I^)nQUW2`v^eY#;93Aq5Z15csOd;|8wy{H=l zmbjKMLs9otHtU(q&5mXtRDZ)z{Xb^qvzD;`>R<^4`cb(W^}cRF&3HHJ#4`(Wl%SL(FQZb`4Nx*#^~5N7TT*EI-onUR1m3sAtEA;d=kKk^G_98zK_5VLPStPXL zTV~iA_hD*`D(`|?;Rw_UBdvatl|ODSK}~dpxfykTCTilxQTKmt=B{D?wUX-;Xn-5$ zZEH|ut^3JV3Uy;$vnlGnHmEJW&+LWjX9#M*QK$(dSp5=IKdVvqZ(hs(>xOg+s^Ly7 zh40|~cp8h~bV65n0IwVcLrHhW+T>S|{*-i{8giA!uklNQ|H8!yCrZ)osw(YjNM6@i zAC-HFH;E#|W#V4KOXV`6DQUjo9A0B*1hI*{9->#UHC72wjQ9I)931fet*xE%F~y|FgBZhUbVt>Y_26`nQNb zh|h^P30-{F`2WQ;AAbJNmiuTsfiy?Z)mcYI*WLI&wnAfNzI&_}6+Ta_B_BZ4|630ODgTtv)xyR9S3mZ7Mf_I=_k3V|m9u+~Q!}4bU> zwYrtahmrrvHm6ZmEr8>HnSv%{!kG0Y(oxo69@e#$Y$2Ua=$mF3ZHrURhlc-C0{s6M zS1x*#;R>bAD{k_yzxt8a&vG}Ye}?csek!|e72*sPwTUd!`Z#N^hFmR)eZ+aoH)0YM z$)^!rDeGqC-;p0_X_D>_dGaB&f0q0wq~q`l!uK10YEqzoUs|39r|@$^7hkE)U6kn> zK%66X6Pt-qgsvLIpR~V2%(eTr;55pAAs!`N8Fd}D`dHFqiS9c8`V44kCRCzpyg@`Cp@; z@Op$q4JrrYrNTy5sb2@WzO(WfCg1b^UmB5EoU$>PK(r(sz@)e1Ys5#yAYw8xj;Ku= zUlfT)2wjVadx^V<8r*mh-?6&Bq&JZ6NBl_KO?{TtQRTm8TK-$?O+0V;46C1mdnhZ3 z6EITepGsyPnMK5SYgmr-LEA~XXWvv3$MpXe^Qvi*NAqMoyP}= zE~Ix8ok;6ytn=6RoUUb56kgAf_=eC|T6;qOk*BVoi9@s-LmVMJkr;3HRWyI3Y%uAM ziRPpWuVN$~B$6oqiSQDA7~g-D=5H|ud6B|Nq_+{@`)l~X!P~@a>U5nTULtyupM@`D z1)?EQK?+*4LUMIq+{5OukUicVZ!4HVG#1f+LDsPD} zY)d;`)reXw;viO`tb*;D>VDE6yQ=@E+~@xlv6;qus9a(lsa+T15RpS!Equu8=HTy^ z{x|+WT~W)E^j|y4uOdDsH^j3_Z~5wfD=(~nlCt})JedBQS^8ZZK-{DAA4sAWkxqO~=qg8qkbW57$9mkH zXmvG77bD$}x=L0ynRFfE0Qu9z9Cct9XvIu8qXg z#2c31hneJW5>rXnA$pTuZ1p6aHl#np_lRFe2dj|lG?7e{q3jf9;&Fn@=WHZ#l2}8o zERjpPDn=6%-9`=zcIFbgzNGAT9Ez_Jfy7-zWi{ezL0VT?Q|TV0XW)bQEAbRDQWg6A zokZphk}L4G88Q2Bl`mL2h&E@rZz-|f?yp2$Ea`2;bfN)qn6e|Nt0wWZ zrK|c#d_=)Qq7Ug?R`CM9O4$O-lXOZl*fH`iDq~k;ylQPmV_Dj?#@~pSh`rPYqpn^0 zL%psJl>I?uO=$XHNZB3(hjjH!^(H38Cd7LZVpbg+T_JQ@Z1Mz;H!^C1XIx5bTy(^$ z9qntC8Q8t&|J5!lyZyC*T9M=8ydHnI{=1zX@%|FsuY#=Y_eTeGi=FEABv0^qrp6{F zr$okiyz!(G;wO9KlRc49QQo8^PjZ64#rU{{aWqJZP4+gO5*alqa=bUm6CIlvkrmvz zWziv?fr$wdy-~?d@A#zT$hbJqjD(a#&lI=N6C0lt8}0Q(7LLO(o|L56`0<_&Q3=uB zj!E9+lqnHYW~ia=?$FF%oYk^hdY~^RF=6swJtZb2Bx_3UeNhSVG2CX&Ju$H?Iovxv z!m6VaqLS$8?`;}Jc=~!HS@pQM$oNT~*ceUJGcA(!ruf$y6B{4xiB0yzBqXXT!pS<_ zYj{B8fisdPa5BB)lf8*k621I&tVsRGj!#L9OxDpcg{<&CV}cv8HEc&h;tbEU3Eo8S zKTkN0{ZGnD9UN0U)RQzLDcQ?HZEv%3hDQW;{U4osJ+Vpb($vVf*ytvn$&r)1o}?7I zXU4Qmj${Ls(5}#o;;d3*#)tZH_8-j2em-x_;=C>C`RfSBc=0CH;9mpNq zu_E2+mSlMn>jbnb$atw>-TJ&IHs>$T%-uRacSUB-p=|{jN3X2S$X&Q2_tkm-?KxzE zx!J3kc2<|?L=ieW`oc*ulWFKWV|LgPT$$M^_+ZUV1 zwz)lKg-?qP^ttK0=e0SEP3=D)F?*hKXkWqWnYl+6c*1kHr(Qq2{(pTu^H;CSe~D9B zSFm_z?$RB3o44hq9np#8Z`hxkc_8QDa_w=}s@aVL>e(Y$@M8Lv#Y=P7?I?UEuPl5r zKRd%6IxBnb(x3)MpUZva*?*oPyTI(-Wn}eOG$pXCyEXY)hw=|?&Rw=JYwr{Di*@*W xpLuJa&s)9Z`r%~-nXl(>$tcKpAva@w-m{sxE4R}=cje1}J%cufrYoxj{1;`8&7c4P diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index b576fb73ffc..d00f84d5114 100644 --- a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po @@ -28,12 +28,12 @@ # Ivan.Tang , 2019 # 汪心禾 , 2020 # 蔡念光 , 2017 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: JY3, 2022-2023\n" "Language-Team: Chinese (China) (http://app.transifex.com/readthedocs/" @@ -44,8 +44,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "版本" @@ -73,15 +73,15 @@ msgstr "" msgid "Build API keys" msgstr "" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "此字段必填。" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -91,14 +91,14 @@ msgid "Languages" msgstr "语言" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "版本" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "下载" @@ -112,7 +112,7 @@ msgid "Project Home" msgstr "项目主页" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "构建" @@ -145,7 +145,7 @@ msgstr "在 GitLab 上" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -159,43 +159,43 @@ msgstr "搜索文档" msgid "Hosted by" msgstr "托管于" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "隐私政策" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "无效的项目名称「{0}」:未生成网址标识。" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "网址标识为「{0}」的项目已存在。" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "带有 {slug_name}={value} 的项目不能作为子项目。" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "存在具有此名称的子项目" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, python-brace-format msgid "" "sphinx_htmldir redirect has been renamed to html_to_clean_url. See " @@ -225,7 +225,7 @@ msgid "Log out" msgstr "退出登录" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "" @@ -255,7 +255,7 @@ msgid "Username" msgstr "用户名" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "项目" @@ -494,7 +494,7 @@ msgstr "激活" msgid "Build successful" msgstr "" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "构建失败" @@ -570,7 +570,7 @@ msgstr "构建" msgid "Uploaded" msgstr "已上传" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "隐私级别" @@ -602,7 +602,7 @@ msgstr "存在ePub" msgid "Has HTML Zip" msgstr "存在HTML Zip" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "文档类型" @@ -655,7 +655,7 @@ msgstr "错误" msgid "Exit code" msgstr "退出码" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "提交" @@ -1024,13 +1024,11 @@ msgstr "程序终止异常" msgid "A build environment is currently running for this version" msgstr "当前版本的创建环境正在运行" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgid "Build Version:" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "构建版本:" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1056,7 +1054,7 @@ msgid "Publication date" msgstr "发布日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "修改日期" @@ -1360,90 +1358,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1451,7 +1453,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1462,11 +1464,11 @@ msgstr "用户" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "名称" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "电子邮件" @@ -1566,7 +1568,7 @@ msgstr "Webhook 激活失败。请确认你已拥有必要的权限。" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1598,7 +1600,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "团队" @@ -1640,11 +1642,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1929,7 +1931,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2162,7 +2164,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "公开" @@ -2252,10 +2254,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "已连接的服务" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2264,10 +2264,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "组织网址标识" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2289,74 +2287,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "无效的项目名称,项目名称已存在" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "项目名称无效" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "无效仓库" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "每个标签的长度必须小于等于 100 个字符。" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "您的配置文件无效,请确认它是否包含 conf.py 文件。" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2366,27 +2359,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2476,11 +2469,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "所需求的文件" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2489,63 +2482,56 @@ msgstr "" "需要 pip 要求文件 来构建你的文档。 路径从你项目的根目录开始。" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "CDN 已启用" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "分析代码" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2553,75 +2539,75 @@ msgstr "" "Google Analytics Tracking ID (ex. UA-22345342-1). 这将减慢你的页" "面加载速度。" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "备选容器镜像" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "容器内存限制" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 格式的内存限制 -- 例: 512m or 1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "容器的时间限制秒数" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "备用构建的队列id" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "允许已付费广告" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "如果未选中的话,你仍然会看到社区广告。" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "去广告" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非 stable(稳定)或 latest(最新)版本中展示警告横幅。" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2629,357 +2615,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "精选" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "相关项目" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "语言" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "该项目的文档所呈现的语言。注意:这影响您的项目的 URL。" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "编程语言" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "项目使用的主要编程语言" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "项目构建同时包含webhook" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "此项目已成功被克隆" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "启用 EPUB 构建" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "为你文档的每次构建创建 EPUB 版本。" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "启用 PDF 构建" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "为你文档的每次构建创建 PDF 版本。" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "路径" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "保存 conf.py 用的目录" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python 配置文件" - -#: projects/models.py:624 -msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." -msgstr "" -"相对项目根目录的 conf.py 文件路径 (如: docs/conf.py). 留空则自动查找。" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "安装项目" - -#: projects/models.py:632 +#: projects/models.py:561 msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "在一个 virtualenv 中使用setup.py install 来安装你的项目" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python 解释器" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -#: projects/models.py:647 -msgid "Use system packages" -msgstr "使用系统包" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." -msgstr "让虚拟环境可以访问全局 site-packages 目录。" - -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Model 必须包含 slug" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "不支持嵌套子项目" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "路径" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "创建的" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "修改的" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "发送 webhook 到" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "域" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "此域访问次数" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3063,7 +2999,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "项目设置已更新" @@ -3071,11 +3007,11 @@ msgstr "项目设置已更新" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "项目已删除" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3084,12 +3020,12 @@ msgstr "" "您的 {service} 账号出现了问题,尝试重新连接 已连接服务页面" "上的账号。" -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" @@ -3271,67 +3207,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "加泰罗尼亚语" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "英语" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "西班牙语" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙语" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "挪威语" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "法语" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "俄语" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "德语" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "加利西亚语" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "越南语" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "简体中文" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "繁体中文" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "日语" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "乌克兰语" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "意大利语" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "韩语" @@ -3643,85 +3579,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read the Docs 存档" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "博客" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "订阅" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "谢谢你!" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "资源" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "教程" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "文档" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "去广告" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "站点支持" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "站点状态" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "公司" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "Read the Docs 商业版" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "服务条款" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "" @@ -3943,6 +3879,12 @@ msgstr "创建、托管和浏览文档。" msgid "Log in" msgstr "登录" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "移除通知" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3953,7 +3895,7 @@ msgstr "阅读文档" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "概况" @@ -5582,3 +5524,50 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "您的配置文件无效,请确认它是否包含 conf.py 文件。" + +#~ msgid "Enable EPUB build" +#~ msgstr "启用 EPUB 构建" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "为你文档的每次构建创建 EPUB 版本。" + +#~ msgid "Enable PDF build" +#~ msgstr "启用 PDF 构建" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "为你文档的每次构建创建 PDF 版本。" + +#~ msgid "The directory where conf.py lives" +#~ msgstr "保存 conf.py 用的目录" + +#~ msgid "Python configuration file" +#~ msgstr "Python 配置文件" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "相对项目根目录的 conf.py 文件路径 (如: docs/conf.py). 留空则自动查找。" + +#~ msgid "Install Project" +#~ msgstr "安装项目" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "" +#~ "在一个 virtualenv 中使用setup.py install 来安装你的项目" + +#~ msgid "Python Interpreter" +#~ msgstr "Python 解释器" + +#~ msgid "Use system packages" +#~ msgstr "使用系统包" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "让虚拟环境可以访问全局 site-packages 目录。" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo b/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo index 11378ee57f293d130c993575764f857b064fd060..37d75408dbfa9d68356a4cd22179f17bee020dcc 100755 GIT binary patch delta 13185 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 delta 14720 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 a+4XE@+F_13Ywg^BUsU(FGKz1i8Sp>9%Dxi- diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index 5804b22aee5..8300ad4e900 100644 --- a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po @@ -14,12 +14,12 @@ # 78493665edbb04e7a16a0d1f4e497eb4_0c7904c , 2017 # wlbksy , 2014 # Xaver Y.R. Chen , 2014 -#: notifications/messages.py:394 +#: notifications/messages.py:407 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-02-20 10:17+0000\n" +"POT-Creation-Date: 2024-02-27 10:58+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Cheng-Chia Tseng , 2023\n" "Language-Team: Chinese (Taiwan) (http://app.transifex.com/readthedocs/" @@ -30,8 +30,8 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: analytics/models.py:69 builds/models.py:713 projects/models.py:1556 -#: search/models.py:28 templates/base.html:274 +#: analytics/models.py:69 builds/models.py:713 projects/models.py:1457 +#: search/models.py:28 templates/base.html:266 msgid "Version" msgstr "版本" @@ -59,15 +59,15 @@ msgstr "建置 API 金鑰" msgid "Build API keys" msgstr "建置 API 金鑰" -#: api/v2/serializers.py:398 +#: api/v2/serializers.py:393 msgid "This field is required." msgstr "該欄位為必填。" -#: api/v2/serializers.py:399 +#: api/v2/serializers.py:394 msgid "Object does not exist." msgstr "" -#: api/v2/serializers.py:401 +#: api/v2/serializers.py:396 #, python-brace-format msgid "Incorrect type. Expected URL string, received {data_type}." msgstr "" @@ -77,14 +77,14 @@ msgid "Languages" msgstr "語言" #: api/v2/templates/restapi/footer.html:42 -#: templates/core/project_bar_base.html:53 +#: templates/core/project_bar_base.html:41 #: templates/core/project_details.html:17 msgid "Versions" msgstr "版本" #: api/v2/templates/restapi/footer.html:55 #: api/v2/templates/restapi/footer.html:75 -#: templates/core/project_bar_base.html:47 +#: templates/core/project_bar_base.html:35 #: templates/projects/project_downloads.html:22 msgid "Downloads" msgstr "下載" @@ -98,7 +98,7 @@ msgid "Project Home" msgstr "專案主頁" #: api/v2/templates/restapi/footer.html:72 builds/apps.py:13 -#: templates/core/project_bar_base.html:51 +#: templates/core/project_bar_base.html:39 msgid "Builds" msgstr "建置版" @@ -131,7 +131,7 @@ msgstr "在 GitLab 上" #. Translators: This is about starting a search #: api/v2/templates/restapi/footer.html:118 -#: templates/core/project_bar_base.html:49 +#: templates/core/project_bar_base.html:37 #: templates/search/elastic_search.html:80 #: templates/search/elastic_search.html:92 msgid "Search" @@ -145,43 +145,43 @@ msgstr "搜尋文件" msgid "Hosted by" msgstr "主機架設方" -#: api/v2/templates/restapi/footer.html:136 templates/base.html:246 +#: api/v2/templates/restapi/footer.html:136 templates/base.html:238 msgid "Privacy Policy" msgstr "隱私權政策" -#: api/v3/serializers.py:622 +#: api/v3/serializers.py:589 #, python-brace-format msgid "Invalid project name \"{0}\": no slug generated." msgstr "" -#: api/v3/serializers.py:626 +#: api/v3/serializers.py:593 #, python-brace-format msgid "Project with slug \"{0}\" already exists." msgstr "" -#: api/v3/serializers.py:849 +#: api/v3/serializers.py:816 #, python-brace-format msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:857 projects/forms.py:591 +#: api/v3/serializers.py:824 projects/forms.py:585 msgid "A subproject with this alias already exists" msgstr "" -#: api/v3/serializers.py:1000 +#: api/v3/serializers.py:967 #, python-brace-format msgid "" "Prefix redirects have been removed. Please use an exact redirect `/prefix/*` " "instead. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1006 +#: api/v3/serializers.py:973 #, python-brace-format msgid "" "sphinx_html redirect has been renamed to clean_url_to_html. See {blog_link}." msgstr "" -#: api/v3/serializers.py:1012 +#: api/v3/serializers.py:979 #, 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:148 -#: organizations/views/private.py:213 projects/views/private.py:467 +#: organizations/views/private.py:213 projects/views/private.py:451 msgid "Invitation sent" msgstr "邀請已送出" @@ -241,7 +241,7 @@ msgid "Username" msgstr "使用者名稱" #: audit/models.py:138 builds/models.py:96 builds/models.py:707 -#: organizations/filters.py:134 projects/models.py:1550 redirects/models.py:48 +#: organizations/filters.py:134 projects/models.py:1451 redirects/models.py:48 msgid "Project" msgstr "專案" @@ -480,7 +480,7 @@ msgstr "啟用" msgid "Build successful" msgstr "建置成功" -#: builds/filters.py:28 projects/models.py:1658 +#: builds/filters.py:28 projects/models.py:1559 #: templates/builds/build_detail.html:143 msgid "Build failed" msgstr "建置失敗" @@ -556,7 +556,7 @@ msgstr "建置" msgid "Uploaded" msgstr "已上傳" -#: builds/models.py:156 projects/models.py:482 +#: builds/models.py:156 projects/models.py:471 msgid "Privacy Level" msgstr "隱私等級" @@ -588,7 +588,7 @@ msgstr "有 ePub" msgid "Has HTML Zip" msgstr "有 HTML Zip" -#: builds/models.py:175 projects/models.py:319 projects/models.py:586 +#: builds/models.py:175 projects/models.py:554 msgid "Documentation type" msgstr "文件類型" @@ -641,7 +641,7 @@ msgstr "錯誤" msgid "Exit code" msgstr "結束代碼" -#: builds/models.py:763 projects/models.py:1567 +#: builds/models.py:763 projects/models.py:1468 msgid "Commit" msgstr "送交" @@ -1010,14 +1010,11 @@ msgstr "指令異常退出" msgid "A build environment is currently running for this version" msgstr "用於該版本的建置環境正在執行" -#: doc_builder/exceptions.py:21 -#, fuzzy -#| msgctxt "Build is a verb" -#| msgid "Build version" +#: doc_builder/exceptions.py:20 msgid "Build user exception" -msgstr "建置版本" +msgstr "" -#: doc_builder/exceptions.py:25 +#: doc_builder/exceptions.py:24 msgid "Build application exception" msgstr "" @@ -1043,7 +1040,7 @@ msgid "Publication date" msgstr "發佈日期" #: gold/models.py:29 organizations/models.py:32 organizations/models.py:230 -#: organizations/models.py:304 projects/models.py:219 projects/models.py:1569 +#: organizations/models.py:304 projects/models.py:219 projects/models.py:1470 msgid "Modified date" msgstr "修改日期" @@ -1349,90 +1346,94 @@ msgid "Build terminated due to excessive memory consumption." msgstr "" #: notifications/messages.py:193 +msgid "Build used a deprecated VCS is not supported: {{vcs}}." +msgstr "" + +#: notifications/messages.py:206 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:205 +#: notifications/messages.py:218 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:219 +#: notifications/messages.py:232 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:231 +#: notifications/messages.py:244 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:257 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:270 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:297 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:366 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:379 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:392 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:406 +#: notifications/messages.py:419 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:432 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:459 +#: notifications/messages.py:472 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1440,7 +1441,7 @@ msgstr "" msgid "Show under bell icon" msgstr "" -#: notifications/models.py:83 +#: notifications/models.py:86 msgid "Unknown message" msgstr "" @@ -1451,11 +1452,11 @@ msgstr "使用者" #: oauth/models.py:33 oauth/models.py:126 organizations/filters.py:59 #: organizations/filters.py:65 organizations/models.py:48 #: organizations/models.py:253 projects/filters.py:42 projects/filters.py:107 -#: projects/models.py:229 projects/models.py:1561 +#: projects/models.py:229 projects/models.py:1462 msgid "Name" msgstr "名稱" -#: oauth/models.py:34 templates/base.html:175 +#: oauth/models.py:34 templates/base.html:167 msgid "Email" msgstr "電子信箱" @@ -1555,7 +1556,7 @@ msgstr "Webhook 啟用失敗。請確認是否有足夠權限。" msgid "Read-only" msgstr "" -#: organizations/constants.py:10 templates/core/project_bar_base.html:56 +#: organizations/constants.py:10 templates/core/project_bar_base.html:44 #: templates/profiles/base_profile.html:29 #: templates/profiles/base_profile_edit.html:31 msgid "Admin" @@ -1587,7 +1588,7 @@ msgstr "" #: organizations/filters.py:142 organizations/filters.py:172 #: organizations/filters.py:219 organizations/models.py:314 -#: templates/base.html:211 +#: templates/base.html:203 msgid "Team" msgstr "團隊" @@ -1629,11 +1630,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:643 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:637 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:658 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:652 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -1918,7 +1919,7 @@ msgid "" " " msgstr "" -#: organizations/templates/organizations/organization_detail.html:79 +#: organizations/templates/organizations/organization_detail.html:71 #: organizations/templates/organizations/team_list.html:69 msgid "There are no teams currently established." msgstr "" @@ -2150,7 +2151,7 @@ msgstr "Mercurial" msgid "Bazaar" msgstr "Bazaar" -#: projects/constants.py:99 projects/models.py:2149 +#: projects/constants.py:99 projects/models.py:2050 msgid "Public" msgstr "公開" @@ -2240,10 +2241,8 @@ msgid "You must first add a connected service " msgstr "" #: projects/forms.py:148 -#, fuzzy -#| msgid "Connected Services" msgid "No connected services found" -msgstr "已連線的服務" +msgstr "" #: projects/forms.py:154 msgid "" @@ -2252,10 +2251,8 @@ msgid "" msgstr "" #: projects/forms.py:157 projects/forms.py:179 -#, fuzzy -#| msgid "Organization slug" msgid "Organization single sign-on enabled" -msgstr "組織單位 Slug 名稱" +msgstr "" #: projects/forms.py:162 projects/forms.py:184 msgid "" @@ -2277,74 +2274,69 @@ msgstr "" msgid "Invalid project name, a project already exists with that name" msgstr "無效的專案名稱,此專案名稱已經存在" -#: projects/forms.py:231 +#: projects/forms.py:232 msgid "Invalid project name" msgstr "無效的專案名稱" -#: projects/forms.py:249 +#: projects/forms.py:251 msgid "Repository invalid" msgstr "無效的儲存庫" -#: projects/forms.py:290 +#: projects/forms.py:294 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "各個標記的長度必須小於或等於 100 字元。" -#: projects/forms.py:345 +#: projects/forms.py:349 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:386 +#: projects/forms.py:391 msgid "" "We have detected that this project is private, pull request previews are set " "to private." msgstr "" -#: projects/forms.py:390 +#: projects/forms.py:395 msgid "" "We have detected that this project is public, pull request previews are set " "to public." msgstr "" -#: projects/forms.py:407 +#: projects/forms.py:412 msgid "To build from pull requests you need a " msgstr "" -#: projects/forms.py:418 +#: projects/forms.py:423 msgid "" "To build from pull requests your repository's webhook needs to send pull " "request events. " msgstr "" -#: projects/forms.py:466 -msgid "" -"Your configuration file is invalid, make sure it contains conf.py in it." -msgstr "組態設定檔無效,請確認其中有 conf.py 檔案。" - -#: projects/forms.py:528 +#: projects/forms.py:524 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "已有用於專案 {proj} 的「{lang}」翻譯。" -#: projects/forms.py:616 +#: projects/forms.py:610 msgid "Enable Addons" msgstr "" -#: projects/forms.py:618 +#: projects/forms.py:612 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:621 +#: projects/forms.py:615 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:662 +#: projects/forms.py:656 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:744 +#: projects/forms.py:741 msgid "The payload must be a valid JSON object." msgstr "" @@ -2354,27 +2346,27 @@ msgid "" "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:953 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1059 +#: projects/forms.py:1056 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1063 +#: projects/forms.py:1060 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1068 +#: projects/forms.py:1065 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1073 +#: projects/forms.py:1070 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1077 +#: projects/forms.py:1074 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" @@ -2464,11 +2456,11 @@ msgid "" "your VCS." msgstr "" -#: projects/models.py:306 projects/models.py:573 +#: projects/models.py:306 msgid "Requirements file" msgstr "Requirements 檔案" -#: projects/models.py:312 projects/models.py:579 +#: projects/models.py:312 msgid "" "A pip requirements file needed to build your documentation. Path " @@ -2477,63 +2469,56 @@ msgstr "" "建置文件需要的pip requirement 檔案。路徑相對於專案根目錄。" -#: projects/models.py:324 projects/models.py:591 -msgid "" -"Type of documentation you are building. More " -"info on sphinx builders." -msgstr "" - -#: projects/models.py:331 +#: projects/models.py:320 msgid "Custom path prefix" msgstr "" -#: projects/models.py:337 +#: projects/models.py:326 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:342 +#: projects/models.py:331 msgid "Custom subproject path prefix" msgstr "" -#: projects/models.py:348 +#: projects/models.py:337 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:355 +#: projects/models.py:344 msgid "Build pull requests for this project" msgstr "" -#: projects/models.py:358 +#: projects/models.py:347 msgid "" "More information in our docs." msgstr "" -#: projects/models.py:362 +#: projects/models.py:351 msgid "Privacy level of Pull Requests" msgstr "" -#: projects/models.py:369 +#: projects/models.py:358 msgid "" "Should builds from pull requests be public? If your repository is " "public, don't set this to private." msgstr "" -#: projects/models.py:374 +#: projects/models.py:363 msgid "CDN Enabled" msgstr "已啟用 CDN" -#: projects/models.py:376 +#: projects/models.py:365 msgid "Analytics code" msgstr "分析程式碼" -#: projects/models.py:381 +#: projects/models.py:370 msgid "" "Google Analytics Tracking ID (ex. UA-22345342-1). This may slow " "down your page loads." @@ -2541,75 +2526,75 @@ msgstr "" "Google Analytics 追蹤 ID(如︰ UA-22345342-1),可能會降低頁面載" "入的速度。" -#: projects/models.py:387 +#: projects/models.py:376 msgid "Disable Analytics" msgstr "" -#: projects/models.py:391 +#: projects/models.py:380 msgid "" "Disable Google Analytics completely for this project (requires rebuilding " "documentation)" msgstr "" -#: projects/models.py:396 +#: projects/models.py:385 msgid "Alternative container image" msgstr "備用容器鏡像" -#: projects/models.py:402 +#: projects/models.py:391 msgid "Container memory limit" msgstr "容器記憶體限制" -#: projects/models.py:407 +#: projects/models.py:396 msgid "" "Memory limit in Docker format -- example: 512m or 1g" msgstr "Docker 記憶體限制格式 -- 範例:512m1g" -#: projects/models.py:412 +#: projects/models.py:401 msgid "Container time limit in seconds" msgstr "單位為秒的容器時間限制" -#: projects/models.py:417 +#: projects/models.py:406 msgid "Alternate build queue id" msgstr "備用建置佇列 Id" -#: projects/models.py:423 +#: projects/models.py:412 msgid "Maximum concurrent builds allowed for this project" msgstr "" -#: projects/models.py:428 +#: projects/models.py:417 msgid "Allow paid advertising" msgstr "允許付費廣告" -#: projects/models.py:430 +#: projects/models.py:419 msgid "If unchecked, users will still see community ads." msgstr "若取消選取,則使用者將看見社群廣告。" -#: projects/models.py:433 +#: projects/models.py:422 msgid "Ad-free" msgstr "無廣告" -#: projects/models.py:438 +#: projects/models.py:427 msgid "Is spam?" msgstr "" -#: projects/models.py:441 +#: projects/models.py:430 msgid "Manually marked as (not) spam" msgstr "" -#: projects/models.py:444 +#: projects/models.py:433 msgid "Show version warning" msgstr "顯示版本警告" -#: projects/models.py:446 +#: projects/models.py:435 msgid "Show warning banner in non-stable nor latest versions." msgstr "在非穩定或最新版中顯示警告橫幅" -#: projects/models.py:450 +#: projects/models.py:439 msgid "Path for .readthedocs.yaml" msgstr "" -#: projects/models.py:456 +#: projects/models.py:445 msgid "" "Warning: experimental feature. Custom path from repository " "top-level to your .readthedocs.yaml, ex. subpath/docs/." @@ -2617,357 +2602,307 @@ msgid "" "yaml." msgstr "" -#: projects/models.py:464 +#: projects/models.py:453 msgid "Featured" msgstr "精選" -#: projects/models.py:466 +#: projects/models.py:455 msgid "Skip (disable) building this project" msgstr "" -#: projects/models.py:474 +#: projects/models.py:463 msgid "Delisted" msgstr "" -#: projects/models.py:476 +#: projects/models.py:465 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:487 +#: projects/models.py:476 msgid "Should the project dashboard be public?" msgstr "" -#: projects/models.py:494 +#: projects/models.py:483 msgid "Related projects" msgstr "相關專案" -#: projects/models.py:502 templates/search/elastic_search.html:57 +#: projects/models.py:491 templates/search/elastic_search.html:57 msgid "Language" msgstr "語言" -#: projects/models.py:506 +#: projects/models.py:495 msgid "" "The language the project documentation is rendered in. Note: this affects " "your project's URL." msgstr "專案文件呈現的語言。注意︰該設定將影響專案的網址。" -#: projects/models.py:514 +#: projects/models.py:503 msgid "Programming Language" msgstr "程式語言" -#: projects/models.py:518 +#: projects/models.py:507 msgid "The primary programming language the project is written in." msgstr "撰寫本專案的主要程式語言。" -#: projects/models.py:534 +#: projects/models.py:523 msgid "This project has been built with a webhook" msgstr "該專案已通過 Webhook 建置" -#: projects/models.py:538 +#: projects/models.py:527 msgid "This project has been successfully cloned" msgstr "這個專案已成功複製" -#: projects/models.py:597 -msgid "Enable EPUB build" -msgstr "啟用 EPUB 建置" - -#: projects/models.py:600 -msgid "Create a EPUB version of your documentation with each build." -msgstr "為每個建置建立 EPUB 版本的文件" - -#: projects/models.py:604 -msgid "Enable PDF build" -msgstr "啟用 PDF 建置" - -#: projects/models.py:607 -msgid "Create a PDF version of your documentation with each build." -msgstr "為每個建置建立 PDF 版本的文件" - -#: projects/models.py:611 projects/models.py:1566 -msgid "Path" -msgstr "路徑" - -#: projects/models.py:615 -msgid "The directory where conf.py lives" -msgstr "conf.py 所在目錄" - -#: projects/models.py:619 -msgid "Python configuration file" -msgstr "Python 組態設定檔" - -#: projects/models.py:624 +#: projects/models.py:561 msgid "" -"Path from project root to conf.py file (ex. docs/conf.py). Leave blank if you want us to find it for you." +"Type of documentation you are building. More " +"info on sphinx builders." msgstr "" -"自專案根目錄至 conf.py 檔案的路徑(如 docs/conf.py)。留空以讓 Read the Docs 自動尋找。" - -#: projects/models.py:630 -msgid "Install Project" -msgstr "安裝專案" -#: projects/models.py:632 -msgid "" -"Install your project inside a virtualenv using setup.py install" -msgstr "使用 setup.py install 來在虛擬環境中安裝專案。" - -#: projects/models.py:638 -msgid "Python Interpreter" -msgstr "Python 解譯器" - -#: projects/models.py:643 -msgid "The Python interpreter used to create the virtual environment." -msgstr "用於建立虛擬環境的 Python 解譯器。" - -#: projects/models.py:647 -msgid "Use system packages" -msgstr "使用系統套件" - -#: projects/models.py:649 -msgid "Give the virtual environment access to the global site-packages dir." -msgstr "讓虛擬環境可以存取全域 site-packages 目錄。" - -#: projects/models.py:659 +#: projects/models.py:572 msgid "project" msgstr "" -#: projects/models.py:670 +#: projects/models.py:583 msgid "Model must have slug" msgstr "Model 必須有動態資料欄位" -#: projects/models.py:1431 +#: projects/models.py:1332 msgid "Subproject nesting is not supported" msgstr "不支援巢狀子專案" -#: projects/models.py:1568 +#: projects/models.py:1467 +msgid "Path" +msgstr "路徑" + +#: projects/models.py:1469 msgid "Build id" msgstr "" -#: projects/models.py:1571 +#: projects/models.py:1472 msgid "Page search rank" msgstr "" -#: projects/models.py:1576 +#: projects/models.py:1477 msgid "Ignore this file from operations like indexing" msgstr "" -#: projects/models.py:1622 projects/models.py:1790 +#: projects/models.py:1523 projects/models.py:1691 msgid "created" msgstr "建立時間" -#: projects/models.py:1627 +#: projects/models.py:1528 msgid "modified" msgstr "修改時間" -#: projects/models.py:1656 +#: projects/models.py:1557 msgid "Build triggered" msgstr "" -#: projects/models.py:1657 +#: projects/models.py:1558 msgid "Build passed" msgstr "" -#: projects/models.py:1673 +#: projects/models.py:1574 msgid "URL" msgstr "網址" -#: projects/models.py:1675 +#: projects/models.py:1576 msgid "URL to send the webhook to" msgstr "要傳送 Webhook 至的網址" -#: projects/models.py:1678 +#: projects/models.py:1579 msgid "Secret used to sign the payload of the webhook" msgstr "" -#: projects/models.py:1686 +#: projects/models.py:1587 msgid "Events to subscribe" msgstr "" -#: projects/models.py:1689 +#: projects/models.py:1590 msgid "JSON payload" msgstr "" -#: projects/models.py:1691 +#: projects/models.py:1592 msgid "" "JSON payload to send to the webhook. Check the docs for available substitutions." msgstr "" -#: projects/models.py:1801 +#: projects/models.py:1702 msgid "Domain" msgstr "網域" -#: projects/models.py:1808 +#: projects/models.py:1709 msgid "This domain was auto-created" msgstr "" -#: projects/models.py:1812 +#: projects/models.py:1713 msgid "This domain is a CNAME for the project" msgstr "" -#: projects/models.py:1817 +#: projects/models.py:1718 msgid "This domain is the primary one where the documentation is served from" msgstr "" -#: projects/models.py:1821 +#: projects/models.py:1722 msgid "Use HTTPS" msgstr "使用 HTTPS" -#: projects/models.py:1823 +#: projects/models.py:1724 msgid "Always use HTTPS for this domain" msgstr "永遠為該網域使用 HTTPS" -#: projects/models.py:1827 +#: projects/models.py:1728 msgid "Number of times this domain has been hit" msgstr "該網域的點擊次數" -#: projects/models.py:1832 templates/projects/domain_form.html:49 +#: projects/models.py:1733 templates/projects/domain_form.html:49 msgid "SSL certificate status" msgstr "" -#: projects/models.py:1841 +#: projects/models.py:1742 msgid "Skip validation process." msgstr "" -#: projects/models.py:1845 +#: projects/models.py:1746 msgid "Start date of the validation process." msgstr "" -#: projects/models.py:1854 +#: projects/models.py:1755 msgid "Set a custom max-age (eg. 31536000) for the HSTS header" msgstr "" -#: projects/models.py:1859 +#: projects/models.py:1760 msgid "" "If hsts_max_age > 0, set the includeSubDomains flag with the HSTS header" msgstr "" -#: projects/models.py:1864 +#: projects/models.py:1765 msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:2000 +#: projects/models.py:1901 msgid "MkDocs: Use Read the Docs theme for MkDocs as default theme" msgstr "" -#: projects/models.py:2004 +#: projects/models.py:1905 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:2008 +#: projects/models.py:1909 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:2013 +#: projects/models.py:1914 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:2019 +#: projects/models.py:1920 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:2023 +#: projects/models.py:1924 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:2027 +#: projects/models.py:1928 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:2032 +#: projects/models.py:1933 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:2037 +#: projects/models.py:1938 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:2042 +#: projects/models.py:1943 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:2046 +#: projects/models.py:1947 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:2050 +#: projects/models.py:1951 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:2053 +#: projects/models.py:1954 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:2054 +#: projects/models.py:1955 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:1958 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:2061 +#: projects/models.py:1962 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:2066 +#: projects/models.py:1967 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:2072 +#: projects/models.py:1973 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:2076 +#: projects/models.py:1977 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:2080 +#: projects/models.py:1981 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:2085 +#: projects/models.py:1986 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2098 +#: projects/models.py:1999 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:2103 +#: projects/models.py:2004 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:2109 +#: projects/models.py:2010 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2113 +#: projects/models.py:2014 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2137 +#: projects/models.py:2038 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2141 +#: projects/models.py:2042 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2146 +#: projects/models.py:2047 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2152 +#: projects/models.py:2053 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3051,7 +2986,7 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:164 projects/views/private.py:174 +#: projects/views/private.py:165 projects/views/private.py:174 msgid "Project settings updated" msgstr "已更新專案設定" @@ -3059,11 +2994,11 @@ msgstr "已更新專案設定" msgid "Project addons updated" msgstr "" -#: projects/views/private.py:192 +#: projects/views/private.py:191 msgid "Project deleted" msgstr "已刪除專案" -#: projects/views/private.py:378 +#: projects/views/private.py:366 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3072,12 +3007,12 @@ msgstr "" "您的 {service} 帳號有問題,請嘗試在已串聯的服務頁面上重" "新串聯帳號。" -#: projects/views/private.py:501 +#: projects/views/private.py:485 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:955 +#: projects/views/private.py:915 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" @@ -3259,67 +3194,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:442 +#: settings/base.py:443 msgid "Catalan" msgstr "加泰隆語" -#: settings/base.py:443 +#: settings/base.py:444 msgid "English" msgstr "英語" -#: settings/base.py:444 +#: settings/base.py:445 msgid "Spanish" msgstr "西班牙語" -#: settings/base.py:445 +#: settings/base.py:446 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙語" -#: settings/base.py:446 +#: settings/base.py:447 msgid "Norwegian Bokmål" msgstr "挪威語" -#: settings/base.py:447 +#: settings/base.py:448 msgid "French" msgstr "法語" -#: settings/base.py:448 +#: settings/base.py:449 msgid "Russian" msgstr "俄語" -#: settings/base.py:449 +#: settings/base.py:450 msgid "German" msgstr "德語" -#: settings/base.py:450 +#: settings/base.py:451 msgid "Galician" msgstr "加利西亞語" -#: settings/base.py:451 +#: settings/base.py:452 msgid "Vietnamese" msgstr "越南語" -#: settings/base.py:452 +#: settings/base.py:453 msgid "Simplified Chinese" msgstr "簡體中文" -#: settings/base.py:453 +#: settings/base.py:454 msgid "Traditional Chinese" msgstr "繁體中文" -#: settings/base.py:454 +#: settings/base.py:455 msgid "Japanese" msgstr "日語" -#: settings/base.py:455 +#: settings/base.py:456 msgid "Ukrainian" msgstr "烏克蘭語" -#: settings/base.py:456 +#: settings/base.py:457 msgid "Italian" msgstr "義大利語" -#: settings/base.py:457 +#: settings/base.py:458 msgid "Korean" msgstr "韓語" @@ -3629,85 +3564,85 @@ msgstr "" msgid "Read the Docs Archive" msgstr "Read the Docs 彙整" -#: templates/base.html:161 +#: templates/base.html:153 msgid "Stay Updated" msgstr "保持更新" -#: templates/base.html:165 +#: templates/base.html:157 msgid "Blog" msgstr "部落格" -#: templates/base.html:169 +#: templates/base.html:161 msgid "" "Sign up for our newsletter to get our latest blog updates delivered to your " "inbox weekly." msgstr "訂閱電子報,每週在收件夾中取得部落格的最新動態。" -#: templates/base.html:182 +#: templates/base.html:174 msgid "Subscribe" msgstr "訂閱" -#: templates/base.html:190 +#: templates/base.html:182 msgid "Thank you!" msgstr "" -#: templates/base.html:191 +#: templates/base.html:183 msgid "You have successfully joined our subscriber list." msgstr "" -#: templates/base.html:204 +#: templates/base.html:196 msgid "Resources" msgstr "資源" -#: templates/base.html:208 +#: templates/base.html:200 msgid "Tutorial" msgstr "" -#: templates/base.html:214 +#: templates/base.html:206 msgid "Documentation" msgstr "說明文件" -#: templates/base.html:217 +#: templates/base.html:209 msgid "Going Ad-free" msgstr "" -#: templates/base.html:220 +#: templates/base.html:212 msgid "Site Support" msgstr "" -#: templates/base.html:223 +#: templates/base.html:215 msgid "Site Status" msgstr "" -#: templates/base.html:230 +#: templates/base.html:222 msgid "Company" msgstr "" -#: templates/base.html:234 +#: templates/base.html:226 msgid "Jobs" msgstr "" -#: templates/base.html:237 +#: templates/base.html:229 msgid "Advertise with Us" msgstr "與我們打廣告" -#: templates/base.html:240 +#: templates/base.html:232 msgid "Read the Docs for Business" msgstr "" -#: templates/base.html:243 +#: templates/base.html:235 msgid "Branding & Media Kit" msgstr "" -#: templates/base.html:249 +#: templates/base.html:241 msgid "Terms of Service" msgstr "服務條款" -#: templates/base.html:270 +#: templates/base.html:262 msgid "Read the Docs, Inc & contributors" msgstr "Read the Docs, Inc & contributors" -#: templates/base.html:293 +#: templates/base.html:285 msgid "Change Language" msgstr "更改語言" @@ -3931,6 +3866,12 @@ msgstr "建立、托管並瀏覽文件。" msgid "Log in" msgstr "登入" +#: templates/core/notifications.html:13 +#, fuzzy +#| msgid "Remove Notifications" +msgid "Close notification" +msgstr "移除通知" + #: templates/core/project_bar_base.html:12 #: templates/core/project_list_detailed.html:34 #: templates/projects/project_version_list.html:53 @@ -3941,7 +3882,7 @@ msgstr "檢視文件" msgid "delisted" msgstr "" -#: templates/core/project_bar_base.html:45 +#: templates/core/project_bar_base.html:33 msgid "Overview" msgstr "概覽" @@ -5567,3 +5508,52 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "" +#~ "Your configuration file is invalid, make sure it contains conf.py in it." +#~ msgstr "組態設定檔無效,請確認其中有 conf.py 檔案。" + +#~ msgid "Enable EPUB build" +#~ msgstr "啟用 EPUB 建置" + +#~ msgid "Create a EPUB version of your documentation with each build." +#~ msgstr "為每個建置建立 EPUB 版本的文件" + +#~ msgid "Enable PDF build" +#~ msgstr "啟用 PDF 建置" + +#~ msgid "Create a PDF version of your documentation with each build." +#~ msgstr "為每個建置建立 PDF 版本的文件" + +#~ msgid "The directory where conf.py lives" +#~ msgstr "conf.py 所在目錄" + +#~ msgid "Python configuration file" +#~ msgstr "Python 組態設定檔" + +#~ msgid "" +#~ "Path from project root to conf.py file (ex. docs/conf." +#~ "py). Leave blank if you want us to find it for you." +#~ msgstr "" +#~ "自專案根目錄至 conf.py 檔案的路徑(如 docs/conf.py)。留空以讓 Read the Docs 自動尋找。" + +#~ msgid "Install Project" +#~ msgstr "安裝專案" + +#~ msgid "" +#~ "Install your project inside a virtualenv using setup.py install" +#~ msgstr "使用 setup.py install 來在虛擬環境中安裝專案。" + +#~ msgid "Python Interpreter" +#~ msgstr "Python 解譯器" + +#~ msgid "The Python interpreter used to create the virtual environment." +#~ msgstr "用於建立虛擬環境的 Python 解譯器。" + +#~ msgid "Use system packages" +#~ msgstr "使用系統套件" + +#~ msgid "Give the virtual environment access to the global site-packages dir." +#~ msgstr "讓虛擬環境可以存取全域 site-packages 目錄。" diff --git a/setup.cfg b/setup.cfg index b35862bb3e2..f24ba0937a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 10.19.0 +version = 10.20.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "10.19.0" +current_version = "10.20.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False