From cf5d3875462720761d13cc6372f914c2a2cd0d48 Mon Sep 17 00:00:00 2001 From: Eric Holscher <25510+ericholscher@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:55:49 -0700 Subject: [PATCH] Release 11.1.3 (#11454) --- CHANGELOG.rst | 16 + docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- readthedocs/locale/ar/LC_MESSAGES/django.po | 283 +++++++-------- readthedocs/locale/ca/LC_MESSAGES/django.mo | Bin 13742 -> 13700 bytes readthedocs/locale/ca/LC_MESSAGES/django.po | 286 +++++++-------- readthedocs/locale/de/LC_MESSAGES/django.mo | Bin 73250 -> 73105 bytes readthedocs/locale/de/LC_MESSAGES/django.po | 293 ++++++++-------- readthedocs/locale/en/LC_MESSAGES/django.po | 277 +++++++-------- readthedocs/locale/es/LC_MESSAGES/django.mo | Bin 97060 -> 96268 bytes readthedocs/locale/es/LC_MESSAGES/django.po | 308 ++++++++-------- readthedocs/locale/eu/LC_MESSAGES/django.po | 283 +++++++-------- readthedocs/locale/fr/LC_MESSAGES/django.mo | Bin 105967 -> 105197 bytes readthedocs/locale/fr/LC_MESSAGES/django.po | 306 ++++++++-------- readthedocs/locale/gl/LC_MESSAGES/django.mo | Bin 111288 -> 110556 bytes readthedocs/locale/gl/LC_MESSAGES/django.po | 306 ++++++++-------- readthedocs/locale/he/LC_MESSAGES/django.mo | Bin 139211 -> 137737 bytes readthedocs/locale/he/LC_MESSAGES/django.po | 326 +++++++++-------- readthedocs/locale/hu/LC_MESSAGES/django.mo | Bin 27394 -> 27355 bytes readthedocs/locale/hu/LC_MESSAGES/django.po | 288 +++++++-------- .../locale/id_ID/LC_MESSAGES/django.mo | Bin 18258 -> 18228 bytes .../locale/id_ID/LC_MESSAGES/django.po | 286 +++++++-------- readthedocs/locale/it/LC_MESSAGES/django.mo | Bin 41248 -> 41210 bytes readthedocs/locale/it/LC_MESSAGES/django.po | 290 +++++++-------- readthedocs/locale/ja/LC_MESSAGES/django.mo | Bin 28945 -> 28908 bytes readthedocs/locale/ja/LC_MESSAGES/django.po | 288 +++++++-------- .../locale/ko_KR/LC_MESSAGES/django.mo | Bin 15792 -> 15742 bytes .../locale/ko_KR/LC_MESSAGES/django.po | 284 +++++++-------- readthedocs/locale/lt/LC_MESSAGES/django.mo | Bin 58890 -> 58854 bytes readthedocs/locale/lt/LC_MESSAGES/django.po | 288 +++++++-------- readthedocs/locale/nb/LC_MESSAGES/django.mo | Bin 13994 -> 13961 bytes readthedocs/locale/nb/LC_MESSAGES/django.po | 286 +++++++-------- readthedocs/locale/nl/LC_MESSAGES/django.mo | Bin 19051 -> 19017 bytes readthedocs/locale/nl/LC_MESSAGES/django.po | 288 +++++++-------- .../locale/nl_NL/LC_MESSAGES/django.po | 283 +++++++-------- readthedocs/locale/pl/LC_MESSAGES/django.mo | Bin 15907 -> 15870 bytes readthedocs/locale/pl/LC_MESSAGES/django.po | 288 +++++++-------- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 129733 -> 128439 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 330 ++++++++++-------- readthedocs/locale/ru/LC_MESSAGES/django.mo | Bin 68468 -> 68421 bytes readthedocs/locale/ru/LC_MESSAGES/django.po | 290 +++++++-------- readthedocs/locale/sk/LC_MESSAGES/django.po | 283 +++++++-------- readthedocs/locale/tr/LC_MESSAGES/django.mo | Bin 39882 -> 39847 bytes readthedocs/locale/tr/LC_MESSAGES/django.po | 290 +++++++-------- readthedocs/locale/uk/LC_MESSAGES/django.po | 283 +++++++-------- .../locale/vi_VN/LC_MESSAGES/django.mo | Bin 7160 -> 7122 bytes .../locale/vi_VN/LC_MESSAGES/django.po | 284 +++++++-------- .../locale/zh_CN/LC_MESSAGES/django.mo | Bin 36358 -> 36242 bytes .../locale/zh_CN/LC_MESSAGES/django.po | 293 ++++++++-------- .../locale/zh_TW/LC_MESSAGES/django.mo | Bin 40403 -> 40323 bytes .../locale/zh_TW/LC_MESSAGES/django.po | 288 +++++++-------- setup.cfg | 4 +- 53 files changed, 4135 insertions(+), 3769 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b67a0f0cda..7e9bada4198 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +Version 11.1.3 +-------------- + +:Date: July 09, 2024 + +* `@humitos `__: Gold: update `max_length` to accept Stripe price `id` (`#11452 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11451 `__) +* `@stsewd `__: CSP: Allow inline scripts in gold subscription view (`#11448 `__) +* `@stsewd `__: Fix tests on .com (`#11447 `__) +* `@humitos `__: Release 11.1.2 (`#11446 `__) +* `@plaindocs `__: Mention linting (`#11445 `__) +* `@plaindocs `__: Add minimal viable docs for addons (`#11444 `__) +* `@humitos `__: Build: disable Sphinx manipulation (`#11441 `__) +* `@stsewd `__: CSP: remove obsolete block-all-mixed-content directive (`#11436 `__) +* `@humitos `__: Build: remove `append_conf` _magic_ from MkDocs (`#11206 `__) + Version 11.1.2 -------------- diff --git a/docs/conf.py b/docs/conf.py index ee41ca209de..8a7bf918617 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.1.2" +version = "11.1.3" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index e53de9356e0..dce00148ced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.1.2", + "version": "11.1.3", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 9c22239ede9..eae27bd56be 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.1.2" +__version__ = "11.1.3" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 92bc4f3a8f9..9c33571f8ad 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -160,7 +160,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -207,7 +207,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -991,7 +991,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1161,6 +1161,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1185,7 +1186,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1355,79 +1356,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1624,11 +1625,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2139,7 +2140,7 @@ msgstr "حُذف" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "للعامة" @@ -2243,142 +2244,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2776,120 +2777,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2973,34 +2979,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3179,67 +3189,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "الكتالانية" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "الإنجليزية" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "الإسبانية" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "الفرنسية" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "الروسية" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "الألمانية" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "الفياتنامية" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "اليابانية" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "الأوكرانية" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "الإيطالية" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "الكورية" @@ -3323,7 +3333,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3360,10 +3370,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3379,8 +3385,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "الوصف" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3392,6 +3400,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3486,9 +3495,9 @@ msgid "Password reset" msgstr "" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "تسجيل الدخول" #: templates/account/login.html:16 msgid "" @@ -3871,10 +3880,6 @@ msgstr "تسجيل الدخول" msgid "Create, host, and browse documentation." msgstr "" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "تسجيل الدخول" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4439,7 +4444,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.mo b/readthedocs/locale/ca/LC_MESSAGES/django.mo index 6552cf0b957ceb016eea90c8042c1173c3d24b31..a015e93f1596e2624389dbc2cc0ba5f932f8c60e 100755 GIT binary patch delta 4387 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, 2017 # Joan Queralt , 2014-2015 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -987,7 +987,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1157,6 +1157,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1181,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1351,79 +1352,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1620,11 +1621,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2135,7 +2136,7 @@ msgstr "Eliminat" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Públic" @@ -2239,142 +2240,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2777,120 +2778,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2974,34 +2980,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3180,67 +3190,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Anglès" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Castellà" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norueg" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francès" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Rus" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Alemany" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Gallec" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonès" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucranià" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" @@ -3324,7 +3334,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3361,10 +3371,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3380,8 +3386,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Descripció" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3393,6 +3401,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "S'ha trobat un laberint" @@ -3487,9 +3496,9 @@ msgid "Password reset" msgstr "Reinicia la contrasenya" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Inicia la sessió" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Entrada" #: templates/account/login.html:16 msgid "" @@ -3872,10 +3881,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "Crea, allotja i mostra documentació." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Entrada" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4440,7 +4445,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5523,3 +5528,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Inicia la sessió" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.mo b/readthedocs/locale/de/LC_MESSAGES/django.mo index 271051bfcf84e5a00d15f98729c023da46a0f563..4c1d9675c4c174102190d81a6f08628c0b3ab260 100755 GIT binary patch delta 15156 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 delta 15246 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 G#rzKte>1rN diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 1e6f986c15d..f3fec4f7172 100644 --- a/readthedocs/locale/de/LC_MESSAGES/django.po +++ b/readthedocs/locale/de/LC_MESSAGES/django.po @@ -19,12 +19,12 @@ # spky, 2014,2017 # Tobias Bannert , 2018 # Wieland Hoffmann , 2014 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Justin Nogossek, 2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" @@ -170,7 +170,7 @@ msgstr "Projekt mit Slug \"{0}\" existiert bereits." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projekt mit {slug_name}={value} ist als Unterprojekt nicht gültig" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "Ein Unterprojekt mit diesem Alias ​​existiert bereits" @@ -217,7 +217,7 @@ msgid "Log out" msgstr "Abmelden" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "Einladung verschickt" @@ -1011,7 +1011,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1202,6 +1202,7 @@ msgstr "" "Danke, dass Sie Read the Docs unterstützen! Es bedeutet uns wirklich viel." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "Abonnement verwalten" @@ -1226,7 +1227,7 @@ msgstr "Werden Sie Gold-Mitglied" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1399,79 +1400,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1670,11 +1671,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "E-Mail-Adresse oder Benutzername" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2189,7 +2190,7 @@ msgstr "Gelöscht" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Öffentlich" @@ -2293,143 +2294,145 @@ msgstr "Private Versionen" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "Unterprojektverschachtelung wird nicht unterstützt" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Ungültiger Projektname" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "Der Benutzer %(username)s ist bereits ein Maintainer" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "Die Nutzlast muss ein gültiges JSON-Objekt sein." -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" @@ -2850,120 +2853,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Name der Umgebungsvariable" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Wert der Umgebungsvariable" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "Diese Umgebungsvariable in PR-Builds verfügbar machen?" @@ -3049,19 +3057,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Projekt gelöscht" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3070,15 +3078,19 @@ 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3262,67 +3274,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katalanisch" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Englisch" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spanisch" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brasilianisches Portugiesisch" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norwegisch (Bokmål)" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Französisch" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russisch" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Deutsch" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galicisch" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamesisch" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Vereinfachtes Chinesisch" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Traditionelles Chinesisch" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japanisch" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrainisch" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italienisch" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Koreanisch" @@ -3406,7 +3418,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3443,10 +3455,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3466,8 +3474,10 @@ msgstr "" "weiterhin verwenden zu können." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Stripe subscription" +msgid "Start subscription" +msgstr "Stripe Abonnement" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3479,6 +3489,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Labyrinth gefunden" @@ -3582,9 +3593,9 @@ msgid "Password reset" msgstr "" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Anmeldung" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Einloggen" #: templates/account/login.html:16 msgid "" @@ -3978,10 +3989,6 @@ msgstr "Anmelden" msgid "Create, host, and browse documentation." msgstr "Dokumentation erstellen, hosten und durchsuchen." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Einloggen" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4625,8 +4632,8 @@ msgid "Generate API Token" msgstr "API-Token generieren" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." -msgstr "Derzeit sind keine API-Token konfiguriert." +msgid "You currently have no API tokens." +msgstr "" #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -5816,3 +5823,9 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Anmeldung" + +#~ msgid "No API Tokens currently configured." +#~ msgstr "Derzeit sind keine API-Token konfiguriert." diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index f660f6f69e2..b23d6e82f20 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:407 +#: notifications/messages.py:408 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -153,7 +153,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -200,7 +200,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -984,7 +984,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1154,6 +1154,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1178,7 +1179,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1348,79 +1349,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1617,11 +1618,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2132,7 +2133,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "" @@ -2236,142 +2237,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2769,120 +2770,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2966,34 +2972,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3172,67 +3182,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" @@ -3316,7 +3326,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3353,10 +3363,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3372,7 +3378,7 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" +msgid "Start subscription" msgstr "" #: subscriptions/views.py:41 @@ -3385,6 +3391,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3479,8 +3486,8 @@ msgid "Password reset" msgstr "" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "" #: templates/account/login.html:16 @@ -3864,10 +3871,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4428,7 +4431,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 diff --git a/readthedocs/locale/es/LC_MESSAGES/django.mo b/readthedocs/locale/es/LC_MESSAGES/django.mo index 6299090b59c3474d1c7d88dd9bee1e7252fbe6a9..6198e78bc501a8eb45cfcf413cc6d774cbfc2e95 100755 GIT binary patch delta 19995 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 F{6CBIH@W}- delta 20515 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 diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index c633a9a661e..d651c305769 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -24,12 +24,12 @@ # Manuel Viera , 2013 # Rodrigo Vegas Sánchez-Ferrero, 2017-2018 # Sergio, 2023 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Edgar Ramírez Mondragón, 2024\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" @@ -176,7 +176,7 @@ msgstr "El proyecto con slug \"{0}\" ya existe." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "El proyecto con {slug_name}={value} no es válido como subproyecto" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "Ya existe un subproyecto con este alias" @@ -223,7 +223,7 @@ msgid "Log out" msgstr "Cerrar sesión" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "Invitación enviada" @@ -1012,7 +1012,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "Tipo de repositorio \"{repo_type}\" desconocido" @@ -1205,6 +1205,7 @@ msgstr "" "¡Gracias por apoyar Read the Docs! Realmente significa mucho para nosotros." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "Administrar suscripción" @@ -1229,7 +1230,7 @@ msgstr "Conviértase en un miembro Gold" msgid "Sign Up" msgstr "Registrarse" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1404,79 +1405,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1676,11 +1677,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:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 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:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "El usuario %(username)s no existe" @@ -2247,7 +2248,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Público" @@ -2351,142 +2352,144 @@ msgstr "Versiones privadas" msgid "Visibility" msgstr "Visibilidad" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "No se admite la anidación de subproyectos" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Nombre de proyecto no válido" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Repositorio no válido" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "El usuario %(username)s ya es mantenedor" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "El payload debe ser un objeto JSON válido." -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" @@ -2913,120 +2916,125 @@ msgstr "" "Si hsts_max_age > 0, establezca el indicador de precarga con el encabezado " "HSTS" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "La función Date fue agregada" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "Predeterminar todos los proyectos anteriores a True" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "Predeterminar todos los proyectos futuros a True" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Nombre de la variable de ambiente" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Valor de la variable ambiente" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Proyecto donde esta variable será usada" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "¿Exponer esta variable de entorno en compilaciones PR?" @@ -3112,19 +3120,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Configuración del proyecto actualizada" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Proyecto borrado" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3133,15 +3141,21 @@ 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:513 +#: projects/views/private.py:515 #, 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:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Configuración del proyecto actualizada" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3324,67 +3338,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totales" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalán" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inglés" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Español" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Portugués brasileño" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Noruego bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francés" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Ruso" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Alemán" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Gallego" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chino simplificado" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Chino tradicional" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonés" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiano" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coreano" @@ -3463,12 +3477,17 @@ msgid "Organization Subscription" msgstr "Suscripción de organización" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " +#| "to the end of your trial. Upgrade your account by clicking on " +#| "Manage Subscription below." msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" "Actualmente estás en un juicio. Elija un plan de " "pago que se adapte a su organización antes de que finalice la prueba. " @@ -3509,10 +3528,6 @@ msgstr "Fin de prueba" msgid "Subscription ends" msgstr "Finaliza la suscripción" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "Administrar suscripción" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3533,8 +3548,10 @@ msgstr "" "ajuste a su organización para continuar usando Read the Docs for Business." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "Crear una Suscripción" +#, fuzzy +#| msgid "Manage subscription" +msgid "Start subscription" +msgstr "Administrar suscripción" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3547,6 +3564,7 @@ msgstr "" "Hubo un error al conectarse a Stripe, intente nuevamente en unos minutos." #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Hallamos un laberinto" @@ -3655,9 +3673,9 @@ msgid "Password reset" msgstr "Reiniciar contraseña" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Registrarse" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Acceder" #: templates/account/login.html:16 msgid "" @@ -4066,10 +4084,6 @@ msgstr "Identificarse" msgid "Create, host, and browse documentation." msgstr "Crear, alojar y explorar documentación." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Acceder" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "Cerrar notificación" @@ -4711,8 +4725,8 @@ msgid "Generate API Token" msgstr "Generar Tokens de API" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." -msgstr "No hay tokens de API configurados actualmente." +msgid "You currently have no API tokens." +msgstr "" #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -5927,3 +5941,15 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Manage Subscription" +#~ msgstr "Administrar suscripción" + +#~ msgid "Create Subscription" +#~ msgstr "Crear una Suscripción" + +#~ msgid "Sign In" +#~ msgstr "Registrarse" + +#~ msgid "No API Tokens currently configured." +#~ msgstr "No hay tokens de API configurados actualmente." diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index 9d241490368..3fa17114839 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -987,7 +987,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1157,6 +1157,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1181,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1351,79 +1352,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1620,11 +1621,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2135,7 +2136,7 @@ msgstr "" msgid "Git" msgstr "" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "" @@ -2239,142 +2240,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2772,120 +2773,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2969,34 +2975,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3175,67 +3185,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" @@ -3319,7 +3329,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3356,10 +3366,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3375,8 +3381,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Deskribapena" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3388,6 +3396,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3482,9 +3491,9 @@ msgid "Password reset" msgstr "" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Hasi saioa" #: templates/account/login.html:16 msgid "" @@ -3867,10 +3876,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Hasi saioa" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4431,7 +4436,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.mo b/readthedocs/locale/fr/LC_MESSAGES/django.mo index 69e52515fe591f1331635e08ec713dbd856703d3..75180722968123b1ea01beb0dbf753f2d92f9671 100755 GIT binary patch delta 20855 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 Z_US+WSxZmq9VuFQGKcTT8SOa{@PA?3tDFD; delta 21430 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 ANdN!< diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index 269b5024a93..53cf246791d 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -189,7 +189,7 @@ msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" "Le projet avec {slug_name}={value} n'est pas valide en tant que sous-projet" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "Un sous-projet avec cet alias existe déjà" @@ -236,7 +236,7 @@ msgid "Log out" msgstr "Se déconnecter" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "L'invitation est envoyée" @@ -1032,7 +1032,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "Type de dépôt \"{repo_type}\" inconnu" @@ -1227,6 +1227,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "Merci de soutenir Read the Docs ! Cela nous fait chaud au cœur." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "Gérer l'adhésion" @@ -1251,7 +1252,7 @@ msgstr "Devenir un membre Gold" msgid "Sign Up" msgstr "Inscription" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1428,79 +1429,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1701,11 +1702,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:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "Adresse email ou nom d'utilisateur" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "L'utilisateur %(username)s n'existe pas" @@ -2260,7 +2261,7 @@ msgstr "Supprimé" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Public" @@ -2364,144 +2365,146 @@ msgstr "Versions privées" msgid "Visibility" msgstr "Visibilité" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "L'imbrication de sous-projet n'est pas supportée" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Nom du projet invalide" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Dépôt non valide" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "L'utilisateur %(username)s est déjà un mainteneur" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "Les données doivent être un objet JSON valide." -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" @@ -2935,120 +2938,125 @@ msgstr "" 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:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Identifiant de la feature" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "Date d'ajout de la feature" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "Passer par défaut tous les anciens projets à Vrai" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "Passer par defaut tout les futurs projets à Vrai" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Nom de la variable d'environnement" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Valeur de la variable d'environnement." -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Projet dans lequel cette variable sera utilisée" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "Montrer cette variable d'environnement dans les compilations de PR ?" @@ -3138,19 +3146,19 @@ msgstr "Le seul nom de fichier autorisé est {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Les seuls noms de fichiers autorisés sont {filenames}." -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Paramètres du projet mis à jour" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Projet supprimé" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3159,15 +3167,21 @@ 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:513 +#: projects/views/private.py:515 #, 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:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Paramètres du projet mis à jour" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3351,67 +3365,67 @@ msgstr "Recherche" msgid "Total results" msgstr "Résultats totaux" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Anglais" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Espagnol" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Portugais brésilien" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norvégien Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Français" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russe" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Allemand" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galicien" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamien" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chinois simplifié" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Chinois traditionnel" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonais" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrainien" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italien" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coréen" @@ -3490,12 +3504,17 @@ msgid "Organization Subscription" msgstr "Souscription d'organisation" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " +#| "to the end of your trial. Upgrade your account by clicking on " +#| "Manage Subscription below." msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" "Vous êtes actuellement en cours d'essai. Choisissez un plan qui correspond à votre organisation avant " @@ -3536,10 +3555,6 @@ msgstr "L'essai se termine" msgid "Subscription ends" msgstr "L'adhésion se termine" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "Gérer l'abonnement" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3561,8 +3576,10 @@ msgstr "" "Read the Docs for Business." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "Créer une souscription" +#, fuzzy +#| msgid "Stripe subscription" +msgid "Start subscription" +msgstr "Abonnement Stripe" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3576,6 +3593,7 @@ msgstr "" "quelques minutes." #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Perdu dans le labyrinthe" @@ -3681,8 +3699,8 @@ msgid "Password reset" msgstr "Réinitialiser le mot de passe" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "Connexion" #: templates/account/login.html:16 @@ -4093,10 +4111,6 @@ msgstr "Connexion" msgid "Create, host, and browse documentation." msgstr "Créer, héberger et parcourir la documentation" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Connexion" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "Fermer la notification" @@ -4747,8 +4761,8 @@ msgid "Generate API Token" msgstr "Générer le jeton d'API" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." -msgstr "Aucun jeton d'API n'est actuellement configuré." +msgid "You currently have no API tokens." +msgstr "" #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -5993,3 +6007,15 @@ 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 "Manage Subscription" +#~ msgstr "Gérer l'abonnement" + +#~ msgid "Create Subscription" +#~ msgstr "Créer une souscription" + +#~ msgid "Sign In" +#~ msgstr "Connexion" + +#~ msgid "No API Tokens currently configured." +#~ msgstr "Aucun jeton d'API n'est actuellement configuré." diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.mo b/readthedocs/locale/gl/LC_MESSAGES/django.mo index e08a8e82df5e1db134fcf5abfebbf1d3af85e14b..64fa31bd32dbf53d9ed7b551a9ad002d72c9a65f 100755 GIT binary patch delta 21739 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 xy_lm|ChFfox8^xfu`%Iss`{Tn{Qt, 2013 # Manuel Kaufmann , 2023 # Miguel Anxo Bouzada , 2023 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -158,7 +158,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O proxecto con {slug_name}={value} non é válido como subproxecto" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "Xa existe un subproxecto con este alias" @@ -205,7 +205,7 @@ msgid "Log out" msgstr "Saír" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "Convite enviado" @@ -1003,7 +1003,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "Tipo de repositorio «{repo_type}» descoñecido" @@ -1195,6 +1195,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "Grazas por apoiar a Read the Docs! Realmente significa moito para nós." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "Xestionar a subscrición" @@ -1219,7 +1220,7 @@ msgstr "Fágase subscritor Ouro" msgid "Sign Up" msgstr "Rexistrarse" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "Produciuse un erro ao conectarse a Stripe. Ténteo de novo nuns minutos" @@ -1393,79 +1394,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1666,11 +1667,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:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "Enderezo de correo ou nome de usuario" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "O usuario %(username)s non existe" @@ -2238,7 +2239,7 @@ msgstr "Eliminado" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Público" @@ -2342,143 +2343,145 @@ msgstr "Versións privadas" msgid "Visibility" msgstr "Visibilidade" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "Non se admite a anidación de subproxectos" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "O nome de proxecto non é válido" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "O repositorio non é válido" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuario %(username)s xa é un mantedor" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "A carga útil debe ser un obxecto JSON válido." -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1061 +#: projects/forms.py:1107 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:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" @@ -2914,18 +2917,18 @@ msgstr "" 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:1911 +#: projects/models.py:1912 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:1915 +#: projects/models.py:1916 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:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2933,19 +2936,19 @@ msgstr "" "Sphinx: validar todas as versións (incluídas as privadas) ao contexto html " "ao construír con Sphinx" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "Proxito: rexistro de páxinas 404 vistas" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "Proxito: desactivar todas as vistas de páxina" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: permitir o uso da cabeceira X-RTD-Slug" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2953,92 +2956,97 @@ msgstr "" "Proxito: usar as API de proxy (/_/*) co prefixo personalizado se o proxecto " "ten un (Project.custom_prefix)." -#: projects/models.py:1944 +#: projects/models.py:1945 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:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "Ancoraxe web: omitir a sincronización de ramas" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "Ancoraxe web: omitir a sincronización de etiquetas" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "Ancoraxe web: omitir a tarefa de sincronización de versións" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "Construción: execute sempre pip install --upgrade" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "Construción: utilizar o novo solucionador de pip" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "Construción: non instale a última versión de pip" -#: projects/models.py:1968 +#: projects/models.py:1969 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:1973 +#: projects/models.py:1974 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:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "Buscar: desactivar a busca do lado do servidor" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "Busca: activar a busca do lado do servidor para proxectos MkDocs" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "Buscar: busca difusa predeterminada para consultas de busca sinxelas" -#: projects/models.py:1992 +#: projects/models.py:1999 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:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Identificador de función" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "Engadiuse a función de data" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "Predeterminar todos os proxectos anteriores como «Verdadeiro»" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "Predeterminar todos os proxectos futuros como «Verdadeiro»" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Nome da variábel de contorno" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Valor da variábel de contorno" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Proxecto no que se utilizará esta variábel" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "Expoñer esta variable de contorno nas construcións de PR?" @@ -3127,19 +3135,19 @@ msgstr "O único nome de ficheiro permitido é {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de ficheiro permitidos son {filenames}." -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Actualizáronse os axustes do proxecto" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "Actualizáronse os engadidos do proxecto" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Proxecto eliminado" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3148,15 +3156,21 @@ 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:513 +#: projects/views/private.py:515 #, 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:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Actualizáronse os axustes do proxecto" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3339,67 +3353,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalan" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inglés" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Español" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Portugués do Brasil" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Noruegués Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francés" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Ruso" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Alemán" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galego" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chinés simplificado" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Chinés tradicional" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Xaponés" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucraíno" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiano" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coreano" @@ -3480,12 +3494,17 @@ msgid "Organization Subscription" msgstr "Subscrición de organización" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " +#| "to the end of your trial. Upgrade your account by clicking on " +#| "Manage Subscription below." msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" "Agora está nunha proba. Escolla un plan de pago que se adapte á súa organización antes de que remate a proba. Actualice a " @@ -3526,10 +3545,6 @@ msgstr "Finalización da proba" msgid "Subscription ends" msgstr "Finalización da subscrición" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "Xestionar a subscrición" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3550,8 +3565,10 @@ msgstr "" "á súa organización para seguir usando Read the Docs para Empresas." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "Crear unha subscrición" +#, fuzzy +#| msgid "Stripe subscription" +msgid "Start subscription" +msgstr "Subscrición a Stripe" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3563,6 +3580,7 @@ msgid "" msgstr "Produciuse un erro ao conectarse a Stripe. Ténteo de novo nuns minutos" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Perdido no labirinto" @@ -3667,8 +3685,8 @@ msgid "Password reset" msgstr "Restabelecer o contrasinal" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "Acceder" #: templates/account/login.html:16 @@ -4076,10 +4094,6 @@ msgstr "Acceder" msgid "Create, host, and browse documentation." msgstr "Cree, aloxe e consulte documentación." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Acceder" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "Pechar a notificación" @@ -4726,8 +4740,8 @@ msgid "Generate API Token" msgstr "Xerar o testemuño da API" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." -msgstr "Non hai ningún testemuño de API configurado." +msgid "You currently have no API tokens." +msgstr "" #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -5967,3 +5981,15 @@ 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 "Manage Subscription" +#~ msgstr "Xestionar a subscrición" + +#~ msgid "Create Subscription" +#~ msgstr "Crear unha subscrición" + +#~ msgid "Sign In" +#~ msgstr "Acceder" + +#~ msgid "No API Tokens currently configured." +#~ msgstr "Non hai ningún testemuño de API configurado." diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index b33daeb55bb63db7eb35871bad0b31aa71f3fcc3..82891eca938bdff46a07d77a415193b1fdef9f62 100755 GIT binary patch delta 25103 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 M+~rR0RW;fF1IKf%rT_o{ delta 26192 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

*6F>Jh9*t=utef)}tn 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 Q*z*X>ckW5%*Ch4-0phQ%G5`Po diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index b91cb074504..68bbfcc170b 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -156,7 +156,7 @@ msgstr "כבר קיים מיזם עם השם המפושט „{0}”." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "מיזם עם {slug_name}={value} אינו תקף כתת־מיזם" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "כבר קיים תת־מיזם עם הכינוי הזה" @@ -207,7 +207,7 @@ msgid "Log out" msgstr "יציאה" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "נשלחה הזמנה" @@ -995,7 +995,7 @@ msgstr "כתובת הדוא״ל לא אומתה" msgid "New beta dashboard" msgstr "לוח בקרה ניסיוני חדש" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "סוג המאגר „{repo_type}” אינו ידוע" @@ -1183,6 +1183,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "תודה לך על תמיכתך ב־Read the Docs! אנו באמת מעריכים זאת מאוד." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "ניהול מינוי" @@ -1207,7 +1208,7 @@ msgstr "העברה לחברות זהב" msgid "Sign Up" msgstr "הרשמה" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "אירעה שגיאה בהתחברות ל־Stripe, נא לנסות שוב בעוד כמה דקות" @@ -1380,79 +1381,79 @@ msgstr "בניות מושבתות זמנית למיזם הזה." msgid "No HTML content found" msgstr "לא נמצא תוכן HTML" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "תיקיית פלט הבנייה אינה תיקייה" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "תיקיית פלט הבנייה לא מכילה קבצים כלל" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "תיקיית פלט הבנייה מכילה מגוון קבצים" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "קובץ המפתח (index) לא קיים בתיקיית פלט ה־HTML" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "המיזם שלך מוציא קבצים לתיקייה ישנה" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "למיזם שלך אין קובץ ‎.readthedocs.yaml." -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "מפתח ההגדרה build.image לא בשימוש עוד" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "מפתח ההגדרה build.os נחוץ" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "יש לפחות קובץ אחד שחורג ממגבלת הגודל" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "אין קובץ PDF בתיקיית הפלט" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "מפתח ההגדרה build.commands בשלבי ניסוי" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "לא נמצאו קובצי טך (TeX)" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "אפשרות ההגדרה docs_dir של MkDocs שגויה" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "נתיב ה־docs_dir של MkDocs לא נמצא" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "אפשרות ההגדרה {{extra_config}} של MkDocs שגויה" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "קובץ ההגדרות של MkDocs ריק" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "קובץ ההגדרות של MkDocs לא נמצא" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "שגיאה לא ידועה בעת טעינת קובץ ההגדרות שלך ב־MkDocs" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "שגיאת תחביר ב־mkdocs.yml" @@ -1651,11 +1652,11 @@ msgstr "שם הארגון שגוי: לא נוצר שם מפושט." msgid "Organization %(name)s already exists" msgstr "הארגון %(name)s כבר קיים" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "כתובת דוא״ל או שם משתמש" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "המשתמש %(username)s לא קיים" @@ -2213,7 +2214,7 @@ msgstr "נמחק" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "ציבורי" @@ -2317,147 +2318,157 @@ msgstr "גרסאות פרטיות" msgid "Visibility" msgstr "חשיפה" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" +"זיהינו שהמיזם הזה ציבורי, תצוגות מקדימות של בקשות דחיפה מוגדרות לציבוריות." + +#: projects/forms.py:173 +#, fuzzy +#| msgid "" +#| "To build from pull requests you need a GitHub or GitLab integration." +msgid "To build from pull requests you need a " +msgstr "" +"כדי לבנות מבקשות דחיפה צריך שילוב מול GitHub או מול " +"GitLab" + +#: projects/forms.py:185 +#, fuzzy +#| msgid "" +#| "To build from pull requests your repository's webhook needs to send pull " +#| "request events. Try to resync your integration." +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" +"כדי לבנות מבקשות דחיפה ההתלייה של המאגר שלך צריכה לשלוח אירועי בקשות דחיפה. " +"כדאי לנסות לסנכרן את השילוב שלך מחדש." + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "אין תמיכה בקינון תת־מיזמים" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "צריך קודם להוסיף שירות מקושר" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "לא נמצאו שירותים מקושרים" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "רק בעלי הארגון יכולים ליצור מיזמים חדשים כשכניסה אחודה מופעלת." -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "מופעלת כניסה אחודה לארגון" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "צריך להיות בצוות עם הרשאות ניהול כדי להוסיף מיזם חדש לארגון שלך." -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "נדרשת הרשאת הנהלה" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "אי אפשר להגדיר מיזמים ידנית כשכניסה אחודה מופעלת בארגון שלך." -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "שם מיזם שגוי, כבר קיים מיזם בשם הזה" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "שם המיזם שגוי" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "מאגר שגוי" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "הגדרה זו התקבלה בירושה מגרסת ההורה." -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" -"זיהינו שהמיזם הזה ציבורי, תצוגות מקדימות של בקשות דחיפה מוגדרות לציבוריות." - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" -"כדי לבנות מבקשות דחיפה צריך שילוב מול GitHub או מול " -"GitLab" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" -"כדי לבנות מבקשות דחיפה ההתלייה של המאגר שלך צריכה לשלוח אירועי בקשות דחיפה. " -"כדאי לנסות לסנכרן את השילוב שלך מחדש." - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "כבר קיים תרגום ל„{lang}” של המיזם {proj}." -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "אורכה של כל תגית חייבת להיות באורך של 100 תווים ומטה." -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "הפעלת תוספים" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "להציג התראה על בניות מבקשות משיכה" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "להציג התראה על גרסאות לא יציבות ועדכניות ללא בדיקה" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "התבנית המותאמת אישית בחלונית הצפה נחוצה בעת בחירת תבנית מותאמת אישית." -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "המשתמש %(username)s כבר ברמת מתחזק" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "המטען חייב להיות עצם JSON תקני." -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "מיזם זה מוגדר עם שיטת גרסאות שאינה תומכת בתרגומים." -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" @@ -2889,34 +2900,34 @@ msgstr "" "אם hsts_max_age > 0, להגדיר את הדגלון preload (טעינה מקדימה) יחד עם כותרת " "ה־HSTS." -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "בנייה: לנסות שיטה חלופית לפרסום נתונים גדולים" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "Conda: הוספת דרישות ליבה של Read the Docs לקובץ environment.yml" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" "Sphinx: להעביר את כל הגרסאות (כולל הפרטיות) להקשר ה־html בעת בנייה עם Sphinx" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "Proxito: תיעוד צפיות בעמודי 404." -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "Proxito: השבתת כל צפיות העמודים" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: לאפשר שימוש בכותרת X-RTD-Slug" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2924,89 +2935,94 @@ msgstr "" "Proxito: להשתמש ב־API דרך מתווך (‎/_/*‎) עם הקידומת המותאמת אם יש כזה למיזם " "(Project.custom_prefix)." -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "לוח בקרה: לאפשר למיזם להשתמש בכרזת אזהרת גרסה." -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "התליה: דילוג על סנכרון ענפים" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "התליה: דילוג על סנכרון תגיות" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "התליה: דילוג על משימת סנכרון גרסאות" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "בנייה: תמיד להריץ את pip install --upgrade" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "בנייה: ייעשה שימוש בפותר ה־pip החדש" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "בנייה: לא להתקין את הגרסה העדכנית ביותר של pip" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: להשתמש בגרסה העדכנית ביותר של הרחבת Sphinx ל־Read the Docs" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "בנייה: התקנת כל הגרסאות העדכניות ביותר של תלויות הליבה של Read the Docs" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "חיפוש: השבתת חיפוש בצד השרת" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "חיפוש: הפעלת חיפוש בצד השרת למיזמי MkDocs" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "חיפוש: ברירת המחדל תיסוג לחיפוש מעורפל לשאילתות חיפוש פשוטות" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "בנייה: הגדרת הגנת צמיחה פנימה לפני/אחרי בנייה." -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "מזהה תכונות" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "התאריך בו נוספה התכונה" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "ברירת המחדל של כל מיזמי העבר הוא אמת (True)" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "ברירת המחדל של כל מיזמי העתיד הוא אמת (True)" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "שם משתנה הסביבה" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "ערך משתנה הסביבה" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "מיזם בו יעשה שימוש במשתנה" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "לחשוף את משתנה הסביבה בבניות של בקשות משיכה (PR)?" @@ -3092,19 +3108,19 @@ msgstr "שם הקובץ היחידי שמותר הוא {filename}." msgid "The only allowed filenames are {filenames}." msgstr "שמות הקבצים היחידים שמותרים הם {filenames}." -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "הגדרות המיזם עודכנו" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "תוספי המיזם עודכנו" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "המיזם נמחק" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3113,15 +3129,21 @@ msgstr "" "קרתה תקלה עם החשבון שלך אצל {service}, כדאי לנסות לחבר את החשבון שלך מחדש " "בעמוד השירותים המחוברים שלך." -#: projects/views/private.py:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "הגדרות המיזם עודכנו" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3306,67 +3328,67 @@ msgstr "שאילתה" msgid "Total results" msgstr "סך כל התוצאות" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "קטלאנית" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "אנגלי" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "ספרדית" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "פורטוגלית ברזילאית" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "נורווגית ספרותית" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "צרפתית" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "רוסית" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "גרמנית" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "גליסית" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "וייטנאמית" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "סינית מפושטת" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "סינית מסורתית" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "יפנית" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "אוקראינית" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "איטלקית" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "קוריאנית" @@ -3447,12 +3469,17 @@ msgid "Organization Subscription" msgstr "מינוי ארגוני" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " +#| "to the end of your trial. Upgrade your account by clicking on " +#| "Manage Subscription below." msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" "התוכנית שלך כרגע היא למטרות התנסות. נא לבחור תוכנית בתשלום שתואמת לארגון שלך בטרם פקיעת תוקף " @@ -3493,10 +3520,6 @@ msgstr "ההתנסות מסתיימת" msgid "Subscription ends" msgstr "המינוי מסתיים" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "ניהול מינוי" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3517,8 +3540,10 @@ msgstr "" "להשתמש ב־Read the Docs לעסקים." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "יצירת מינוי" +#, fuzzy +#| msgid "Stripe subscription" +msgid "Start subscription" +msgstr "מינוי ל־Stripe" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3530,6 +3555,7 @@ msgid "" msgstr "אירעה שגיאה בהתחברות ל־Stripe, נא לנסות שוב בעוד מספר דקות." #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "נמצא מבוך" @@ -3628,9 +3654,9 @@ msgid "Password reset" msgstr "איפוס סיסמה" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "כניסה" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "להיכנס" #: templates/account/login.html:16 msgid "" @@ -4037,10 +4063,6 @@ msgstr "כניסה" msgid "Create, host, and browse documentation." msgstr "יצירה, אירוח ועיון בתיעוד." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "להיכנס" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "סגירת ההתראה" @@ -4676,8 +4698,8 @@ msgid "Generate API Token" msgstr "יצירת אסימון API" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." -msgstr "לא מוגדרים אסימוני API כרגע." +msgid "You currently have no API tokens." +msgstr "" #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -5888,3 +5910,15 @@ msgstr "" "מספיקה ועליך גם לבקר בהגדרות אצל ספק ה־Git שלך כדי למחוק את חיבור ה־OAuth של " "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." + +#~ msgid "Manage Subscription" +#~ msgstr "ניהול מינוי" + +#~ msgid "Create Subscription" +#~ msgstr "יצירת מינוי" + +#~ msgid "Sign In" +#~ msgstr "כניסה" + +#~ msgid "No API Tokens currently configured." +#~ msgstr "לא מוגדרים אסימוני API כרגע." diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.mo b/readthedocs/locale/hu/LC_MESSAGES/django.mo index 209cd5c4fbca9d1b7f5aff7546b8f81cf23456c0..9449bf80a226af466b6b7124fcd4b5d0c4c5d7d7 100755 GIT binary patch delta 6503 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 PTMN&3Z#+JwYv}&~?pxn} delta 6544 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, 2021 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -155,7 +155,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -202,7 +202,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -986,7 +986,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr " \"{repo_type}\" tároló típus ismeretlen" @@ -1159,6 +1159,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "Köszönjük a Read the Docs támogatását. Ez igazán sokat jelent nekünk." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1183,7 +1184,7 @@ msgstr "" msgid "Sign Up" msgstr "Regisztráció" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1353,79 +1354,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1622,11 +1623,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2137,7 +2138,7 @@ msgstr "Törölt" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Nyilvános" @@ -2241,142 +2242,144 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "Alprojekt beágyazása nem támogatott." + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Érvénytelen projektnév" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Érvénytelen tároló" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 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:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" @@ -2784,120 +2787,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Jellemző azonosítója" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "Dátum jellemző hozzáadva" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Környezeti változó neve" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Környezeti változó értéke" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Projektek ahol a változó használt" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2982,19 +2990,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Projekt beállításai frissítve" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Projekt törölve" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3003,15 +3011,21 @@ 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Projekt beállításai frissítve" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3192,67 +3206,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katalán" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Angol" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brazil portugál" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norvég" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francia" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Orosz" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Német" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Gall" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnámi" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Egyszerűsített kínai" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Hagyományos kínai" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japán" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrán" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Olasz" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Koreai" @@ -3336,7 +3350,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3373,10 +3387,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3392,8 +3402,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Leírás" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3405,6 +3417,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Labirintus talált" @@ -3509,8 +3522,8 @@ msgid "Password reset" msgstr "Jelszóvisszaállítás" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "Bejelentkezés" #: templates/account/login.html:16 @@ -3900,10 +3913,6 @@ msgstr "Bejelentkezés" msgid "Create, host, and browse documentation." msgstr "Dokumentáció létrehozása, hosztolása és böngészése." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Bejelentkezés" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4486,7 +4495,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5562,3 +5571,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Bejelentkezés" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.mo b/readthedocs/locale/id_ID/LC_MESSAGES/django.mo index 84b7c245354d2a411c6ef0dc3bc44d2db46f5f9f..50a7ef6680bfa8a50c2df64e86ecbb79fd74292b 100755 GIT binary patch delta 5169 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 BFC+i} delta 5191 zcmXxo32;@_9mnzWvXG4|FE0yAViF)B5W*TDEFmmm2_PYCF(udrM#VZH4rSHpvm#2d z#F0Ch3dLZQMhG2~6s*N4Qe`VBRuCnCgjEaJM5qB|(SCp2(>MJ2oO73R{{M5&eF^NW z@Eoo1_|L=!RT@4q9%GVlQ>Zads_oTLV@@O((;k~J7Qew5{1JbR;fcny!zCDk&tM=v zkKwomb)SQgSc4DXPRujLZ;sK3;()hs9pHPVn z>1a$4PP7)G5}bi?INQ1iLz&;KrlE-{tQ%34)SxPV8>6w&df1*nWxaq(_$n%)d#Fm= zcQPgnJE6wwhC1I1wIajN%lu{v4Q2Q%)Qyj!GF@U_i$(M|qbh4fCG-Poz@W}<--jBf zD{3WrqRtPqPPCSy5}uEKWww%rR^T~gOjCh6z76#Z8!#8&MM+JbsSJN+~?@IKT)O{k^1h^q7&YGt(bl~5?El1S82 zCZGz)L>=#gsxTKv;%L-3t58e69=qVHsO$WVG<0GgYM{f`qo|3SP|y4vYLB#{61ihF zX>I|*NRg%^sEf`!)E*q8nS48SU+P`|0Bp^4u{Rqzh--C}m59?5Z31x=Wa|3+OG zMHxyg5p_Ntm2i%AIO;7bu>De0LglEpXYqagEDa51>>%GEW(#V94^R{AMbg^? zfxoloJzb57ryq@(n2t+u3O31ir3DjU9Zb$8%It;^u7=lMp1)fB0zDw8*Z(=AW`FpxIq@xDxgF2Ce z8ZZxoaTc=QOd0aW=ss0ii@N?S>MQv&YT`iFUB@FZ9OEzyQ>;CZAH2ptfQBxdgvxLR zPQXV|o2d>};a=2hc@XDfGwQn0z1)Fc!gBhRs6=m~z7INOyZs@kl`TURHV@f5e)9|s zP5d$jU^S|OEvSkAf@85BS9y%Nf!cH{d7!#)9cou^#^qRtTCq&NZ6dHYYT}`&>qemp zDaIJ)H}h$*Ps|EbMb-CD7;^hrDc>1~h1k~nALLQ?j!yJ48wYwXUSKb^#FSei_ zt?BRHAB;*U0;8GV#M02S=z@AiLs6L*Sf}Fsr9(Z-dG`21+h2+8Ildb8DA%JB{u3&J zdQ{~f;r&gC8s{YXV`yBWp$l)Ic6;amH{&E!B5A1WvaKVqlztIvz-_1m8ZZ)f+x{o0 z6>LH!(2Sb6)%I@>VEuJtIP0ei5>XX&N3BF()WkzkD=^8PpN50z&qgJ<9<_p1sO$fR zy8Zwv!6T?~zqI{k)T8<~hxPZ-xWNHs8qPbV3Sv+2^>_V8&LzkiK=iL#$f~M z`u(Uxj-u}S3KQ@Q>Wioil~{+N?jGrlDsUVQ()(XRLjzQxDt1s4S6Sb}j`ZtMkK_<) z;v>ilV@{$Hi{vMZDvd|IO$S=(10BU6~p$cpnVc-A2e0ND>tVyU9 z$;3`L2$e{&wG8!)A44VZThzqQqb7U_^@ytM@mf@Z4cG^F+4Gn4{cgo=97yFv&`9^j zbZbA|Ws^lTmo+!6If~>B291F1qwG!WBe{93vm^sS*&8WmrL$Adu?2PYY z5}rU_UDJlDyw_-+9}Y$>-CES~&8UQGQ7h4aO6XnGo@hi>ejK$TU!zv&vekc=Mj8jA z$GDaDLoNLE$;#1SHsxIt_p z4m+QF6K6)+>6dflG|`_pN9c2xSV#;ZW)XUUw-RRwmAjg#AoOV_=H74d?=2@UHqjI4 z%#6+Q{MY$iY*z6td#1tKMcSEDY5tWcBC3fW2z?F_tf$#W%pl$+RuBQ)_qB5`wsUf{ z9f5-;gm#%4_VbPNiqGdv@Wpw*&B zC!Kq~6z|WR3L*5f?+$Uo$&O3R{wJ*sgg&1T-H0!Uu0%fZBcY$3bwrr+RGcsVU$i<9 zdT!;olxXK{h)W69f1pJ;AH+@Xah+qeL>n=OI7aA4-eN+p%oQSuxa|yy&&s<%OCQI@ zJd2@>wb%B~U<>hK-cM, 2017 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -987,7 +987,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1158,6 +1158,7 @@ msgstr "" "Terima kasih telah mendukung Read the Docs! Ini sangat berarti bagi kami." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1182,7 +1183,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1352,79 +1353,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1621,11 +1622,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2136,7 +2137,7 @@ msgstr "Terhapus" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Publik" @@ -2240,142 +2241,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Repositori invalid" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" @@ -2775,120 +2776,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2972,34 +2978,40 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Pengaturan proyek telah diperbarui" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Proyek dihapus" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Pengaturan proyek telah diperbarui" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3178,67 +3190,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katala" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inggris" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spanyol" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Portugis Brasil" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norwegia Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Prancis" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Rusia" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Jerman" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galisia" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnam" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Tionghoa Sederhana" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Tionghoa Tradisional" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Jepang" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukraina" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italia" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Korea" @@ -3322,7 +3334,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3359,10 +3371,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3378,8 +3386,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Deskripsi" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3391,6 +3401,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3493,8 +3504,8 @@ msgid "Password reset" msgstr "Ganti sandi" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "Masuk" #: templates/account/login.html:16 @@ -3882,10 +3893,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Masuk" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4455,7 +4462,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5538,3 +5545,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Masuk" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.mo b/readthedocs/locale/it/LC_MESSAGES/django.mo index 76181a9549579f00abfdd63b8f57068f0766a84a..a4a909850f0b183d492a191a5f1e9b5d4a676647 100755 GIT binary patch delta 9561 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 z ztQ5Q9RaA%RQ=RWd8`LQuit2b0YT$XOL$?T{a2F~9XHf0k7s)7ezoJ6yJMtB02=4Q0?ZSCVl{Qc21%Wq34_BTjREp$#9me=BO37 zM1?R1HNyd@8IQpToQnEhtVJ)}hHAeH6}eAQ{d|r(%okA;{{hu5Y`W856Dxeh zq%G>fzNn5yqRzlLQ=W%ml$WA9-i4abepCd$LLItWsDUcaaJC{66@etw>-#+F?dpcX zM8ld%Mh~n;eR%d_eJn){WX*KyeNks65mny;^;{cN=zF0C8iOG?3pe08Y=9ZF_`3m) zzz28_-BDz2&UOa$pW}4U0=4%qptfKjR>!fZ(9c8-xCFJL_fQf02sMEtsPOnVZrAv%!Q4j9Gidc+#y*@(?c*c~=j8{=xdIPm3 z-t(N-H3Aix1PsO2I-MHuB`UPC(Wo;p1=aBajKwvm2_8WWd3Y9cp4XQO{Rc=tQ(JY60n{>~2j)d)yiI;6QAQubBoLaV6#5SOweu#hFOHu{Tzx zz5oy4Xw*vUEplvvT1ZQb##Y!I3ow(Nw$_vJpyD#>*X(;t!fuP5zmUwq@svNsj@WF8 z^BT^_1j<`55x+o!X+6beIB%&F`Xi{Vc#0h`WSMi=3vevsTT94jFTLI(j2MOL@DOT% zU$G2>Y)zNHWa4t1$RCmDx56~sgX}Anq;R)1=Dz9=D5{eO&<4^;)HFh-jd!X76T17y0D8`wJ zLey)w6*b^T7>Aco6Y_e;nP4PdrQ8r1+X`gg)Zs2{ho4|=tgyy;y(7?za$^j}6da5> zYluHTeAZqnTC2fYW`$!>9i2y=`iOP>v|)LHljJ@5)v#Gj3~&HV=$LcP}pXM*9z1XTM}tcmHUPkATf zVAQ~qF${feGTCJI*cT#PK1&$$u8*w%Ab=?kZzH5eNEa=emAKdDV1_5>Rmg6 z5g3Axa2n>3CXyeDlSqq64Jc0{Ws(0kiT`)X(^_a}M@4unw}(Z=dyKJ{MFphmKXBxe z{&!s@KZQcK|Etrz{-nv&ZB~KnZ{%OK%c4SCO(pjgNrz-DULwsQ)g_&x?n8{%BU}f` z49DT$;@Cp4M-AEfQ%_o&ibGwof`@jg?y zQ)pj^4)xe;-;0j$_{k1(Wke09mKUJ>m42UmYtk&zZR+&iU$e)%BEnBmqiY1IJE*k%M$%PGT0vfC z`ZIfPOhEE+O21Ni8{fzOUFTF!noaUEl?CJ<+V^5y*<;DQMD1y{ztE>IS(BBu{E9;Zf4NBwc#FH`*V>Hb{P8YK9s0LQf!n zh{X57`qb3FiNUI~Ys9(2|4Hs7=^`!G;SSO}BwZuz&T#=XE}N2S^v;#pxdh$M(PCgRAZ&H;6Qgdq3Fs;$0rU*&+2@K{u(hNq4CC zMO~}y&h>(O9-wr^sjyCCSIQf4AO3|joV>p6-;&q03J2g)(pK^VNgc`SGg?Z@rrZs; z+r{;Q8+}blSB6pfAo8D(c9FbI{XG26!%mJ5uruSm?eK)AK0i}6!tR+68gzwRU(@gy z9b6#&ZqH8$^&L%ZGNodBS3+?30!qCpeMx$iluOdJnfia(WeK4k@7YfhTs0<|zIJji eiu_eOxxUNe`=W03dq))=$hntZba4LQ;Qs<~wBacL delta 9594 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 Hjtu=TZ!_h^ diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index 07542a89f61..5f1e5d7af2f 100644 --- a/readthedocs/locale/it/LC_MESSAGES/django.po +++ b/readthedocs/locale/it/LC_MESSAGES/django.po @@ -15,12 +15,12 @@ # Nicola Marangon , 2013 # Riccardo Magliocchetti , 2018 # Stefano Campostrini, 2022 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Eugenia Baldoni, 2024\n" "Language-Team: Italian (http://app.transifex.com/readthedocs/readthedocs/" @@ -167,7 +167,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -214,7 +214,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -999,7 +999,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "Tipo del repository \"{repo_type}\" sconosciuto" @@ -1172,6 +1172,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "Grazie per il supporto a Read the Docs! Significa molto per noi." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1196,7 +1197,7 @@ msgstr "" msgid "Sign Up" msgstr "Iscriviti" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1366,79 +1367,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1636,11 +1637,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2151,7 +2152,7 @@ msgstr "Eliminato" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Pubblico" @@ -2255,143 +2256,145 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "L'annidamento di sottprogetti non è supportato" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Nome progetto non valido" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Repository non valido" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" @@ -2803,120 +2806,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Identificatore di funzionalità" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "È stata aggiunta la funzione data" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Nome della variabile d'ambiente" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Valore della variabile d'ambiente" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Progetto dove questa variabile sarà usata" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3000,19 +3008,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Impostazioni di progetto aggiornate" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Progetto eliminato" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3021,15 +3029,21 @@ msgstr "" "C'è un problema con il tuo {service} account, prova a riconnettere il tuo " "account alla pagina dei servizi collegati." -#: projects/views/private.py:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Impostazioni di progetto aggiornate" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3210,67 +3224,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalano" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inglese" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spagnolo" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brasiliano Portoghese" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norvegese Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francese" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russo" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Tedesco" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galiziano" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Cinese semplificato" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Cinese Tradizionale" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Giapponese" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucraino" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiano" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coreano" @@ -3354,7 +3368,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3391,10 +3405,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3410,8 +3420,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Descrizione" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3424,6 +3436,7 @@ msgstr "" "C'è stato un errore nel connettersi a Stripe, riprova tra qualche minuto." #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Trovato Labirinto" @@ -3528,9 +3541,9 @@ msgid "Password reset" msgstr "Password reset" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Registrazione" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Apri Sessione" #: templates/account/login.html:16 msgid "" @@ -3920,10 +3933,6 @@ msgstr "Log in" msgid "Create, host, and browse documentation." msgstr "Crea, ospita e sfoglia la documentazione." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Apri Sessione" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4513,7 +4522,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5621,3 +5630,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Registrazione" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.mo b/readthedocs/locale/ja/LC_MESSAGES/django.mo index 25a42066bb92ec6c6086e17867dd9782735b82fb..242f0cb8c135310200dd86bc409be542357fb0f2 100755 GIT binary patch delta 7629 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 diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index 4e7e42fd55c..1481b5a115c 100644 --- a/readthedocs/locale/ja/LC_MESSAGES/django.po +++ b/readthedocs/locale/ja/LC_MESSAGES/django.po @@ -16,12 +16,12 @@ # TAKAHASHI Shuuji , 2017 # TAKAHASHI Shuuji , 2023 # shirou - しろう , 2014-2015 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -167,7 +167,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -214,7 +214,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -998,7 +998,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1168,6 +1168,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1192,7 +1193,7 @@ msgstr "" msgid "Sign Up" msgstr "サインアップ" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1362,79 +1363,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1631,11 +1632,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2146,7 +2147,7 @@ msgstr "削除済み" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "公開" @@ -2250,142 +2251,144 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "ネストしたサブプロジェクトはサポートされていません" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "無効なプロジェクト名" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "\"{lang}\" 言語の翻訳はすでに {proj} プロジェクトに存在します。" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "それぞれのタグの長さは 100 文字以下でなくてはなりません。" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" @@ -2789,120 +2792,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "環境変数の名前" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "環境変数の値" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2986,19 +2994,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "プロジェクト設定を更新しました" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "プロジェクトを削除しました" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3007,15 +3015,21 @@ msgstr "" "あなたの {service} アカウントに問題が起きました。接続中の" "サービスページでアカウントの再接続をしてください。" -#: projects/views/private.py:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "プロジェクト設定を更新しました" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3194,67 +3208,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "カタルーニャ語" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "英語" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "スペイン語" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "ブラジルポルトガル語" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "ノルウェー語" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "フランス語" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "ロシア語" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "ドイツ語" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "ガリシア語" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "ベトナム語" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "中国語(簡体字)" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "中国語(繁体字)" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "日本語" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "ウクライナ語" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "イタリア語" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "韓国語" @@ -3338,7 +3352,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3375,10 +3389,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3394,8 +3404,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "説明" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3407,6 +3419,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "迷宮に迷い込んでしまいました" @@ -3505,8 +3518,8 @@ msgid "Password reset" msgstr "パスワードリセット" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "ログイン" #: templates/account/login.html:16 @@ -3896,10 +3909,6 @@ msgstr "ログイン" msgid "Create, host, and browse documentation." msgstr "ドキュメントを作成、公開、閲覧しましょう。" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "ログイン" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4463,7 +4472,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5545,3 +5554,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "ログイン" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.mo b/readthedocs/locale/ko_KR/LC_MESSAGES/django.mo index 39266ee72e5ae35cacd7f986e80e3b4e3f1686ff..e3c843bd71f4d9db3e0e224f52a8d3ec013e0340 100755 GIT binary patch delta 5677 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 GZrG0_trh$L delta 5722 zcmZA533yId9>?*MNCZhFLPAKy5=m)75X9Q53Q9u}OR1pL(pG~pw&9hQ8lqE6(hgPI zU{bZDV%pGA)O0ALbY|3ODbtF*wM`dQ^!t17KhMlF_j!Ik=bU@*Ip?0cK~3OQ48}F6fi_|gZn64y zjG(>~b==3OagO@+Id_UeI1QIj9shtjp<=9O4C;g=)XZCA2zEji%VnYl?u{B?fVB_B zQ0k-2iKu>Nq55Aa8Q-m-&!i#Lxb#rTEZcyr5%Bqz<5*#lWhM~eN%My))|k zOxxcFHPB#ehNG}27NAz@Eb5uN<)fej19;>$^DtyCt`6!7Gf*qg8+8Q(Q4bNOtMOvdK@)&A>{-}ONAzisisApgaa?5>g9ff2Xc6bf$6b4fN7WI(aK+X6bY6XJp zc`H*D)!qnoi&CtfhFZxss9Tnajj$)Gzlo@RW@9+xyZID!LLur()}!vxW~=Wp51<~> zqo^zUH|im}f$Fegeec#qpeB}ry3&@Y;~qt=#9(ubWPCS;f)0EMbz%YPgf~$4wiq?R z_pSX9Y653aS9HzlKcfZ+2(E=f^c<{dJEXXy|p2irUc%bwX#< z!`25i&{)(2CZmp+t1m@8e5+6sDzbVpR-nEMHQop2{)Vi-KD`HN(Cc;&n_+aK zbI)T}%)%1X(;di@qyb}412sf-n2Hs!g|)XvP2geF#JeM1xPGXWoQ66-&qqNWV&>S!pq<)N3;tb=)hcD=jeBp(a#}dU*GtCUVU7pEGZw-a3~`KYIV8 zDOABYHDEGo0!=X-GcXi0&AzCChG96qfEs8Pw#Oyd4v(Pvt<==(uR5}bE*>>bH}q+s zEDGvy5NavMnR%E^eL1$qYp4#BctzAfa}37})cKiKABcR5+-R%MM~zd6I&U>C4W02Is$M0{JE0baQEz}cv6pb(DoVZ=|*7q6W;f_I%X&%TW*Y8mn(e zWBqmFW*Q=K7pi{PJc;V)0;+=>R{zoJfz7=?UX@W3ZH_vw6GmWH)cM({w;=~Lfu~V# z(O4e^Jq#1=fR|AnEi_+8b+8`0;Z_`s-(w{9Y2h6|0(EO9pe|rK>ZjR!OvJsY36-Jx z`_A;;r=S^EZs~OxiJEDBRC^=j=bTHi{oPR$9E|Gd8EenAdLD+*o{u_z8EQf+P!le) z_MOOg#^?50!xyLnzw&mt>sAj<_u6Ao4`(uV!iTUr&PIMjxuvKpEk<4GanuCL%&Vvg z-?I8$tgrV!h(7?@k%YSPG^?kh{w8!nb(D>d;84^=S6llQtM5R4IX^`8cN#Up3s%2_ zTDf3eC4EPtFh=ix3I)E7t_$jbXOYjin}!;A6>7i@s1+!&`eE}V`Uf)apw5fn^QZG- zP!meDdQ+@Hy#xAmPoA(HBh6fMHflnPQ1^5>s^hh05!R%>4b|ZR)I?61*UccFL`|d? z>ii@#HN)QjbQ<*ZK7yL*309wkvDBwy2V91~!(;dq=I~wC zh3rQ4|A~)+IzDab#ApmGG5VVV`*v8?)my>Yj&i8R|F!HL+OSiSgJGPoSYI_@5&p>yL~RSmo8&3-8=|cz`G_ngya@i~XO8Y4hcXEmZ(6%0nNcr|J zD@-hJF!eFh`2OuN{;flD$t(UAe)HiX5~y{z?F)R3tRrt(o9JTY`&dX42!Eqo85u+F zkiFzd@;dp6Jg@OTqmV*+lVqapJyJ|ol6pipzBc@coFU(m+eDi_JbHfC5N#ijUj7pQ ziH5%>Z~T$$|3gf1k=5Z70blazqujcEopyf2xyXB$)h>Od|25718#Ihx-a2Ah*bHqAia6 zflMYrb}`RTo=5(7t3V}^M3LG5-QjcBs6<%9e{hSHhnoBF8!KPHSTck(Aw9@AQoe1b zaD%iU^T`vWAt~STD11+{%Nun6e@o?8*02;OSUDWek#1xrNh8{Jl1#FZ3??5FZ5=(_ zU(6TqvXyhN0r}eMQ}IP|kMZ3GYb-}?Kac`zcoeT&xhcMC@lHaeS^H{ V%2(E|y!>A2)i+B^5;L9*{sog%7IFXp diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index 834f23e885e..5aee06e3521 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -155,7 +155,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -202,7 +202,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -986,7 +986,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1156,6 +1156,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1180,7 +1181,7 @@ msgstr "" msgid "Sign Up" msgstr "회원가입" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1350,79 +1351,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1619,11 +1620,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2134,7 +2135,7 @@ msgstr "삭제됨" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "공개" @@ -2238,142 +2239,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2774,120 +2775,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2971,34 +2977,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "프로젝트 삭제됨" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3177,67 +3187,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "영어" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "스페인어" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "노르웨이어" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "프랑스어" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "러시아어" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "독일어" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "갈리시아어" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "베트남어" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "중국어 간체" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "중국어 번체" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "일본어" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "우크라이나어" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "이탈리아어" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "한국어" @@ -3321,7 +3331,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3358,10 +3368,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3377,8 +3383,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "설명" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3390,6 +3398,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3486,8 +3495,8 @@ msgid "Password reset" msgstr "비밀번호 재설정" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "로그인" #: templates/account/login.html:16 @@ -3873,10 +3882,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "문서를 만들고, 호스트하고, 검색하세요." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "로그인" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4436,7 +4441,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5515,3 +5520,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "로그인" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.mo b/readthedocs/locale/lt/LC_MESSAGES/django.mo index 5ce0c7b51f49094839b69b770c7b60cf13b973dc..936cb280871179266952300bae0541e80d3fb675 100755 GIT binary patch delta 13419 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 delta 13460 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 diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index ac616c9bdf2..5fde574dae4 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -157,7 +157,7 @@ msgstr "Projekto žetonas „{0}“ jau yra." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Projektas su {slug_name}={value} netinkamas kaip subprojektas" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "Subprojektas su tokiu pavadinimu jau yra" @@ -204,7 +204,7 @@ msgid "Log out" msgstr "Atsijungti" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "Pakvietimas išsiųstas" @@ -994,7 +994,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "Nežinomas repozitorijos tipas „{repo_type}“" @@ -1183,6 +1183,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "Ačiū už Read the Docs palaikymą! Tai tikrai daug mums reiškia." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "Tvarkyti prenumeratą" @@ -1207,7 +1208,7 @@ msgstr "Tapkite auksiniu nariu" msgid "Sign Up" msgstr "Prisiregistruoti" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1382,79 +1383,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1654,11 +1655,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:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "E-pašto adresas arba naudotojo vardas" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "Naudotojas %(username)s neegzistuoja" @@ -2202,7 +2203,7 @@ msgstr "Ištrintas" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Viešas" @@ -2306,142 +2307,144 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "Subprojektų hierarchijos nepalaikomos" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "Netinkamas projekto pavadinimas, projektas tokiu pavadinimu jau yra" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Netinkamas projekto pavadinimas" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Netinkama repozitorija" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" @@ -2847,120 +2850,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Savybės identifikatorius" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "Datos savybė buvo pridėta" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Aplinkos kintamojo pavadinimas" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Aplinkos kintamojo reikšmė" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Projektas, kur šis kintamasis bus naudojamas" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3044,19 +3052,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Projekto nustatymai pakeisti" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Projektas ištrintas" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3065,15 +3073,21 @@ msgstr "" "Yra problemų su jūsų {service} paskyra, bandykite prijungti iš naujo jūsų prijungtų paslaugų puslapyje." -#: projects/views/private.py:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Projekto nustatymai pakeisti" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3255,67 +3269,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katalonų" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Anglų" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Ispanų" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brazilijos portugalų" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norvegijos Bakmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Prancūzų" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Rusų" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Vokiečių" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galų" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamiečių" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Supaprastinta kinų" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Tradicinė kinų" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonų" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrainiečių" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italų" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Korėjiečių" @@ -3399,7 +3413,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3436,10 +3450,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3455,8 +3465,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Stripe subscription" +msgid "Start subscription" +msgstr "Juostos prenumerata" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3468,6 +3480,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Rastas labirintas" @@ -3571,8 +3584,8 @@ msgid "Password reset" msgstr "Slaptažodžio nustatymas iš naujo" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "Prisijungti" #: templates/account/login.html:16 @@ -3963,10 +3976,6 @@ msgstr "Prisijungti" msgid "Create, host, and browse documentation." msgstr "Kurkite, talpinkite ir naršykite dokumentaciją." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Prisijungti" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4553,7 +4562,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5659,3 +5668,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Prisijungti" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.mo b/readthedocs/locale/nb/LC_MESSAGES/django.mo index c0eef812a76102ad1fa059da8c99899a0aca26c1..312710af842bf9858ab45696551a5e6540bc95b1 100755 GIT binary patch delta 4438 zcmYk<32ao=9>?)BErYannFXlBHk1MtN?D6oltrlJVHK6-5rb8u!Mza>Hv~q|R8&Oj zjUu=`WarI z5{Dvfo^gCm5M7A5=QuYa;M{>MwK}&a>Rbjkp}s$a5j=w-%xdo&$MdKUG{@r}>NjFr z9MZwLR2+`VHxj!!mvChif;8NY8gmAgV8YtBp%U!EHrQnKBxX}Th9V@o_W!Rqa-PJ1K&3Gj~i23+FYQ?9_)2NC3fl8doeyiREmAD_OeFSP^ zm!lRm8FgegU>e?S&clQTc$9(?EJm&5Mbrvbo10KO)QIW$32F-uqXs&P!|^BVgat8w z;-#qP%8<=*S0kt6ZbeOGevD?#co7ZSqGhPWFL?`6q6rOEM~n969puKjz1H)%^*o76 zb;jyJ##g2+)OG8CT4D^9xf@=9`B;kA+4rkZc~+zPt?k6s&;&NqFaR4+x8XFZy=`ZI zv%{zXx}zTKW%ft)8-_|e2DQ}7u?J4G_W7tiT7=581huDLXRd};@;nVXHzg?O7R)v)QMcnc z)WlYyR=mdQ>rh+12{nt)2PcgLS7U%#oA|}CNc-LLkm&;p0N5-S7s{i{*^>ro5XjT$(K`i=Y%b=Okz zIDdB6wa@ccG6Xf_37CSDP!swm>L{+a`hBQ@9zrePaa6)(sLT0ZPw0@Of* za6FE-_Qz2ZUW%!>0=3YW5)?G>N^7V^ZSe-w%C?~<*o5l$CAP(r=5MG(?tH&Jh8L2Wv;RITGaC!F~ayRX&sJPho3N=_S2}9ruOqEl7YHBVXJpQecuU(U><4#Q|8OczM!nCu zs0j^4{T__QVw{M&3yV>CU&TzU@6Y~gfCd^g<7U)E4xkbrL2dbQ)GhxJwUTxN{Qe>A zOFaj5>BgYGpM)A<8Y=H?<_uK+`%wKKN>I>@t582YFQB%z-a2eUC2B^k@GI02{EB)T zQV04w))95fd!r_P5r*&*)Q(L=4LsGn0X5OYZC03x>i7U^>*k{-wiLBP&!ZlA&Fa7GHEhy}t#hnT|2bPzfhvHr|LzG|Rr9 zgBs{z)K)LTVfYkI#GR9sWwG^JsVZ;h}|(4m1m5#UuN|wn5Or?oPxIa77XKTt5>4V+C#12WgL&| zaTMx5N}A|s)b|rm6Pk{3yc46i7?t;5s6Xjyus80;D|A_Yp&)-p%{1i#|DVrv)BwFv zTVI4a%Mxp!fFbJFqW-z9@Q!80b3dV^cV#=F&%4A@ViLh05N@;ACp$j+TKJCvh^Rgr1yGuPGFe_m!N z9@ys?TJE6}uuPPMpvxm|P#4T##bDTIrj3(Y9 z{!eI+j(Yn-17fdJI{Vp0ffI9Ui4VNoaI{>vt&z}2zb^N;mN+1DuXz?7_Ilz|Vg*r0 zJVP`QV~Mk$nG`xsXAKJyMn@?zCA^|I#gFq2qF9P?t) z{0?7Ix{5eJyh2<@9Q39{<7xGjW)aQayy&RF*WTu6PVhbIyKDDFo6~F8cPoz6o*q~e F{0oUa!i)d_ delta 4484 zcmYk;3vgA%9mny_3lc(-n_NP;q)EsFFoci*LaGVk7$A)js|Z#I(qSk~H72oUpo~*{ zn}QD30fbX9V<}T#BhaEkh*UrtEEJGO((n*9#$YA9Ozc>v*gEO-`{VqX>6zL2?Cv?| zzq|k4bCYN5w%3KbQ=&IIu0G0lD60lLH!Z@sFA~-3Tu;!sp?CpxzaLXDewcFs%ruK| z1noP``Pf1G2^@swsm?{=-Kco?Vy1IpS4|~`jwexL{t{>4I_p1!3h)s|;{|K?ViN5> z)cXUdz){1UOTYjsUMA|fLS$`j8ph&G9K`tUUMdPO596`gtU(28L*sfws`0q`rb$$sbU= zz6-UR@7euRr~%HQGIRko!GEEii{@)pyZ~~LT&lGTQSm3CCU!e2{){jczDPG0bs8E` zr(l)233WQQq9)dgTJe5sA4aA81ZpB3*58eq$VD8DS5a{S8UFhjsOQ6DsAy)lnq}q; z)I?^Z23&;1a5bojtU^urIaHv{sAIO>+HK}3)QY=M&-bFwg-xB^yxjx1i!}Gk0R5ev00qqEsD4y>Qan zAEI99w*Fq!1iwPh52s5m94_sdZkxCgaW^HAf>$C5CWMN}TfO{g#S zYt){_kMh5QiC9N_F+Pdys7&0Q?GJcAYJf$kz&}Ag99L)kt5Fl#fXdX1sOMh6usXI< z;n&3NM6Kj~)Ji%~FMfi0?jkCc{ip%|joOMRzAdeI1Zn|!_&qGea$JRa{wV7CPSgS} z<&b|3+)syoEC=WMhi)X2Wj7wRl6z1y{xL>kEowsbsIB;!wb!8rYDO*KWz->l6Lm-r zB44U&#}^`;yOvA-wWlk|w*qZI{o-v$oz?@W!`P0TQ}-#dJ8l3!#Edb1#;&6#G=R#$ zpt1fIW?&5Ma@07LScwl=|I1-2n({O%f zH=-uI*4%>1l#%96~#QT4_3JkMmGxC*RtI zc7GC1roR-mfCjt22Nh>OhE+L2MQ5NB8PoNkwqPh56_3MFr#A9D7p!Le*!9C z25OIUP!pYu`kZe=O{fa>d+-q6hL27l|2hn>(xJe6F#$VK1N5L~+=rUT*Qme)sFX() z`KNp^Y5}8A&)%_&PQb|{3sO-++eOit)$6(7WLqIRO&XNCbkuo zp%&EhZPq?&o;5#1#sAXU-=HQQGx0{;unSVr%0{39<)BhC4z;3*n26I*-|=izz$NBm zsDR5*D_)6;Wq6u5K}`-gK-pG_my;p=z+Q|VOTGpGT( ztbG+Vz*nfPx{jJ)>aG5OnW&77wsx_#OK_CF|GTIt@DjUGYwhKz%=`kC>eZNx8?F61 zDnq+b3uwbi`~at8_7s1ji&6I*P#Jgzvv3WDgH(1SsMCV@mK3SgwInRpztq- zJK%+qvX-8r_BiF{RZHarrH_(N`JAFl|2X7P{zBn1y>ZPl-$Kn~J*CO|b|G7Q33(v zjhb`6#~qaO*1n0he-B0fqr6D@6J;Z%lTuE(dHs~i1+OW&AoQ_yeTwf==2Bjx9Q6(- zXN68v(^W^&QEaCCobrx0ken9RL+uFVJuf3AH=%{vGn8eN-Ck8nR>UQ*E~O&$8STrI zA5#AR>heyel&fA`aBS+|soh8Ugz^$)5vALk8O(~?N9_s9Ij=4_ sJ>sIbBbXNRKJAW{W5KgSA}i}#nlq=T#LjN0sTuW1eSOQh;+B~I0j>+mrvLx| diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index b93977ba0c3..2078de32f5a 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -987,7 +987,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1157,6 +1157,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1181,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1351,79 +1352,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1620,11 +1621,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2135,7 +2136,7 @@ msgstr "Slettet" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Offentlig" @@ -2239,142 +2240,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2777,120 +2778,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2975,34 +2981,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3181,67 +3191,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "engelsk" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "spansk" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norsk bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "fransk" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russisk" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Tysk" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galisisk" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamesisk" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japansk" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrainsk" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" @@ -3325,7 +3335,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3362,10 +3372,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3381,8 +3387,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Beskrivelse" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3394,6 +3402,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Labyrint funnet" @@ -3488,9 +3497,9 @@ msgid "Password reset" msgstr "" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Logg inn" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Logg in" #: templates/account/login.html:16 msgid "" @@ -3873,10 +3882,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "Lag, tilgjengeliggjør og finn dokumentasjon." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Logg in" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4441,7 +4446,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5522,3 +5527,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Logg inn" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.mo b/readthedocs/locale/nl/LC_MESSAGES/django.mo index 2202e40e60e185985709d115bda7c7516272e861..b79bd2b8062201856993f36f29062089f9420b03 100755 GIT binary patch delta 5774 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 F`yZ~sRPq1- diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index 42fa572baf5..0ff66a884be 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -162,7 +162,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -209,7 +209,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -994,7 +994,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1168,6 +1168,7 @@ msgstr "" "Bedankt voor het ondersteunen van Read the Docs! Het betekent veel voor ons." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1192,7 +1193,7 @@ msgstr "" msgid "Sign Up" msgstr "Registreren" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1362,79 +1363,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1631,11 +1632,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2146,7 +2147,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Publiek" @@ -2250,142 +2251,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Ongeldige projectnaam" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Ongeldige repository" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2783,120 +2784,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2981,34 +2987,40 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Projectinstellingen bijgewerkt" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Project verwijderd" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Projectinstellingen bijgewerkt" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3187,67 +3199,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Engels" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Spaan" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Frans" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russisch" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Duits" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamees" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japans" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiaans" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Koreaans" @@ -3331,7 +3343,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3368,10 +3380,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3387,8 +3395,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Omschrijving" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3400,6 +3410,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3494,9 +3505,9 @@ msgid "Password reset" msgstr "Herstel wachtwoord" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Aanmelden" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Inloggen" #: templates/account/login.html:16 msgid "" @@ -3879,10 +3890,6 @@ msgstr "Inloggen" msgid "Create, host, and browse documentation." msgstr "" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Inloggen" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4455,7 +4462,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5539,3 +5546,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Aanmelden" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index 44dfa45138d..c31ebd15555 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -158,7 +158,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -205,7 +205,7 @@ msgid "Log out" msgstr "Uitloggen" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "Uitnodiging verstuurd" @@ -990,7 +990,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1163,6 +1163,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "Bedankt voor het steunen van Read the Docs! We waarderen dit enorm." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1187,7 +1188,7 @@ msgstr "" msgid "Sign Up" msgstr "Inschrijven" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1357,79 +1358,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1627,11 +1628,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2142,7 +2143,7 @@ msgstr "Verwijderd" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Publiekelijk" @@ -2246,143 +2247,145 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "Het nesten van subprojecten wordt niet ondersteund" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Ongeldige projectnaam" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Ongeldige repository" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" @@ -2780,120 +2783,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2977,34 +2985,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3183,67 +3195,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" @@ -3327,7 +3339,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3364,10 +3376,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3383,8 +3391,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Beschrijving" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3396,6 +3406,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3490,8 +3501,8 @@ msgid "Password reset" msgstr "" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "" #: templates/account/login.html:16 @@ -3875,10 +3886,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4451,7 +4458,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.mo b/readthedocs/locale/pl/LC_MESSAGES/django.mo index 1ecf643edd3ef39b8a9b95dab98e401426ea9a53..fc53f828de27ff3e5e34fdcb79fa421d01ab4350 100755 GIT binary patch delta 5505 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 NUJ_ruuv2B|{{VGjF2Mi* delta 5537 zcmY+|3v|!t9mnw}At90oxhKS5B(4#uyC5gSVKi&CXh&U+OC6$hn@g+8f3sp!bo@$Z z#8h1lTAij&)lP-F9jn_I6&0n6%iNkuI+vF1{mJj!bGHBKv)A)Hzu)ise4p>{lC_U# zzxR6ZVrskvAWmznF4e_XM76muD0!Eg+u zI9CIkVI6FRiqjD}CFuIniDqIHHp0mmhD$LL-?s5Otjl;4D&S6={}i=Q31;9SOvM{m z6T=wDI;itvFa{GbjP+eJI@)1ttcAH)8+%lr;M|j_M4mB+nd4E3Pe)xh4;5z-YJqpm z&360~vjppN{4l1lzAL4pomHYT3~fN!Faj00CF*!vROx<(3NR3L{#cC1m(AZ`f5t0O zJHKk)L?u>%il_S>)IEwuUdsLE_bCAQ?ncB~*Z2aUdq(QdHax zsOz?%HuxbX;@&jsuM@vyLW$f)?ff1pa5zt-GLJ!x6HyBXP$h3=$MfxYA5@(FHXdTf zN24CvLQKMm=KLTXWmtq-U_Hj+Hk&Uo51;}cL7jIRmBhz z+Sn6Faa}%Y1HoZ*bmCN034e!5=ntrcR-h`d*2WuAiEKv&+=VLbVQhlO?0ALEKSafI zjr}-bsCAk(m3bEGgwCji^HDqOgE~G46>ub~lw)l?2X);%qzG;i>RxX_ zy)C=3IUcof6^82l4^Q_?6oFbW5w-I)8#hDUyKGbIK5tZn4RNOhJ>z8Lxe=V?{36<^xJ8?Jaq1unS=SNWIok1;h$-Hh>pc1=}N;ERl zUoaJwNCqlS3mbPp#mUX2{yNZu30?RU>Y*BjRNYNSExZzy(7UMfH=`0Rw((w6C6A&4 zpEWPq{8g;MdT>+}J<51s&NvH+qp%!`z6=)SI@LHQ+ zk4oTuRN@~ap}hPh2B9v0q$K?W%r@tlp?QX(0xOvFB4U$ha<1KU*Z9%osB?MW;80`EabU# zzeSzD3B&QPs11CMdKSJyz4v!e-vhle`Xd!UCD;|K-~W6%wVCLN%CG=y;TY7;UqS_X z74F!weuy~=RmnmO(%dxuMVtIyb?<*bZ6LIbe_cB2i`N?U_Vh$0{5&e&cvQS8ZK%IG^O+cq ze?sl}KB^KSIsQW7s6>-&+zM5RZZ_WowbMZugCj8-r@Hf=X|BiZU%Tce{V^qRPZT-?_qQ;$23-&@S)X&Dxq28{csD-B?=Lg*!I`x=X zgu3Ue?SxIJ*X%E-FXG4MNmPQjP!;(O^;SHz`Q&!~El5LEAlvL__CqE1ON?TDH-?TD zo`R~tY#T4b`i$409#1GFgaWL?INXW~yayBTFluLI7?0(siafA!NGJbRC8GXTv_NenAN7eIjJ(lq zHY)B`)Oy98sJ}A%j0rtN$51=CiHZ0CwO~EI&&s?hD&a1uM1PLDWkYQ|3U$k7pst^X zjd2y~mh46){sk(L(?OfKfZAcXc@ve`T~wgZE`ER%R06HcT-3wX*BppiXap+p$*6?h zK;5!scD%@r2e;GFGq4{O=!}goVRZti*DW;H4^YdDLnRVGy`F8bDL!fQQ&86hZTto* z0S{HVKO^e}T`?W)d=IK52T}LtIO-ufhYEDTj$gL%4OC^mMZK2cUHw~^j#?lGwew!6 zc+a5XyOI(q*{)6v2cvHCT{R*V-`pWxg_sLVezkD#7~GpO&vb<{$&y7}LQc+|KP z>RIZA`d6-JQ5&6P&cHf)|6ix06BnZH*$PzPt=IsMppIWbEnJC%Fuc2;*ih818i(59 zE2zrMM(un#w!}54^A4dBIg3FpSVl*I@1n+GdHz$IiVYceLj@X)x)q~Q&&oJV!C#@C z>cyxEzKx2v5fgA1DzW3Jjhw=scqxz5_S(r?sO!roBn~!D|_p z(X=*KO=DCCsr3K-#xOcTyXH-e3q=3hj%~z-UQt|9(@?It$LJJo18o6q5A7CBKi%%H zywbQpNSgN`u77$4=l}Fep#N(IeAC z67H48Hz=&ju@{+3#nJcyEuH@V{(jHk0Fk1{g;hK);ao3tA(_0Xugg zW4-gq-tdH+kbikg5&~hD8Gq^RNJ#1!!C4O&U83oIDyMCxg)rX&^(&#(U>v|=+K=8N zA|-j*iS2tgW?nDuVcNGeeU+Bc^t(-)OuI^p;=EMUuRi@=$VbZUq{Vm}69Xyn%<6ZR zR#DyK-(~T%SC*KR5X;dej2hdKyLjGFn&b`_${TC(W+?uXqB{2XkXKcXf=s51+RE5liPq8ZRq;z*ys-ZQ`eihQ diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index 90830f3a607..3b0422e34da 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -163,7 +163,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -210,7 +210,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -994,7 +994,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1164,6 +1164,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1188,7 +1189,7 @@ msgstr "" msgid "Sign Up" msgstr "Rejestracja" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1358,79 +1359,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1629,11 +1630,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2144,7 +2145,7 @@ msgstr "Usunięty" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Publiczny" @@ -2248,142 +2249,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Niepoprawna nazwa projektu" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Repozytorium jest nieprawidłowe" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2781,120 +2782,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Wartość zmiennej środowiskowej" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Projekt, w którym ta zmienna będzie używana" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2978,34 +2984,40 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Zaktualizowano ustawienia projektu" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Projekt usunięty" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Zaktualizowano ustawienia projektu" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3184,67 +3196,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Kataloński" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "angielski" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "hiszpański" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "norweski (bokmål)" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "francuski" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "rosyjski" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "niemiecki" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "galicyjski" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "wietnamski" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chiński uproszczony" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Tradycyjny chiński" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japoński" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukraiński" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "włoski" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "koreański" @@ -3328,7 +3340,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3365,10 +3377,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3384,8 +3392,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Opis" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3397,6 +3407,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3491,9 +3502,9 @@ msgid "Password reset" msgstr "Zresetuj hasło" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Zaloguj się" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "zaloguj się" #: templates/account/login.html:16 msgid "" @@ -3876,10 +3887,6 @@ msgstr "Zaloguj się" msgid "Create, host, and browse documentation." msgstr "" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "zaloguj się" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4442,7 +4449,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5520,3 +5527,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Zaloguj się" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 550277ef9982f9f13907058c6c2c4cc230e8bee5..12a46f08e454143487879a96f84530e9431dc51d 100755 GIT binary patch delta 25088 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 UP26E!!y*U9Y|DGswIJR90;*gxkpKVy diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index 9dceec5c617..fdfa45dfe9a 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Rafael Fontenelle , 2020,2022-2024\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/readthedocs/" @@ -171,7 +171,7 @@ msgstr "Um projeto com slug \"{0}\" já existe." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "O projeto com {slug_name}={value} não é válido como subprojeto" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "Um subprojeto com este alias já existe" @@ -224,7 +224,7 @@ msgid "Log out" msgstr "Sair" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "Convite enviado" @@ -1018,7 +1018,7 @@ msgstr "Endereço de e-mail não verificado" msgid "New beta dashboard" msgstr "Novo painel beta" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "Tipo de repositório \"{repo_type}\" desconhecido" @@ -1210,6 +1210,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "Obrigado por apoiar o Read the Docs! Significa muito para nós." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "Gerenciar assinatura" @@ -1234,7 +1235,7 @@ msgstr "Torne-se um membro Gold" msgid "Sign Up" msgstr "Cadastrar" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1409,80 +1410,80 @@ msgstr "As construções estão temporariamente desativadas para este projeto." msgid "No HTML content found" msgstr "Nenhum conteúdo HTML encontrado" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "O diretório de saída da construção não é um diretório" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "O diretório de saída da construção não contém nenhum arquivo" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "O diretório de saída da construção contém vários arquivos" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "O arquivo de índice não está presente no diretório de saída HTML" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "Seu projeto está gerando arquivos em um diretório antigo" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "Seu projeto não possui um arquivo .readthedocs.yaml" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "A chave de configuração build.image foi descontinuada" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "A chave de configuração build.os é necessária" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "Há pelo menos um arquivo que excede o limite de tamanho" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "Não há arquivo PDF no diretório de saída" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "A chave de configuração build.commands está em beta" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "Nenhum arquivo TeX foi encontrado" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "A opção de configuração de MkDocs docs_dir é inválida" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "Caminho de MkDocs docs_dir não encontrado" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" "A opção de configuração de MkDocs {{extra_config}} é inválida" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "O arquivo de configuração de MkDocs está vazio" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "Arquivo de configuração de MkDocs não encontrado" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "Erro desconhecido ao carregar seu arquivo de configuração de MkDocs" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "Erro de sintaxe em mkdocs.yml" @@ -1683,11 +1684,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:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 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:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "Usuário %(username)s não existe" @@ -2255,7 +2256,7 @@ msgstr "Excluído" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Público" @@ -2359,16 +2360,53 @@ msgstr "Versões privadas" msgid "Visibility" msgstr "Visibilidade" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" +"Detectamos que este projeto é público, as prévias de pull request estão " +"definidas como públicas." + +#: projects/forms.py:173 +#, fuzzy +#| msgid "" +#| "To build from pull requests you need a GitHub or GitLab integration." +msgid "To build from pull requests you need a " +msgstr "" +"Para construir a partir de pull requests, você precisa de uma integração com GitHub ou GitLab." + +#: projects/forms.py:185 +#, fuzzy +#| msgid "" +#| "To build from pull requests your repository's webhook needs to send pull " +#| "request events. Try to resync your integration." +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" +"Para construir a partir de pull requests, o webhook do seu repositório " +"precisa enviar eventos de pull request. Tente ressincronizar sua integração." + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "Não há suporte a subprojeto aninhado" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "Você deve adicionar um serviço conectado " -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "Nenhum serviço conectado encontrado" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." @@ -2376,11 +2414,11 @@ msgstr "" "Somente os donos da organização podem criar novos projetos quando o logon " "único estiver ativado." -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "Logon único da organização ativado" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." @@ -2388,11 +2426,11 @@ msgstr "" "Você deve fazer parte de uma equipe com permissões de administrador para " "adicionar um novo projeto à sua organização." -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "Permissão de administrador necessária" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." @@ -2400,74 +2438,47 @@ msgstr "" "Os projetos não podem ser configurados manualmente quando o logon único está " "ativado para sua organização." -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Nome de projeto inválido" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Repositório inválido" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "Essa configuração é herdada da tradução mãe." -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" -"Detectamos que este projeto é público, as prévias de pull request estão " -"definidas como públicas." - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" -"Para construir a partir de pull requests, você precisa de uma integração com GitHub ou GitLab." - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" -"Para construir a partir de pull requests, o webhook do seu repositório " -"precisa enviar eventos de pull request. Tente ressincronizar sua integração." - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "Ativar addons" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "Mostrar uma notificação em construções de pull requests" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" "Mostrar uma notificação em versões não estáveis e mais recentes (latest)" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." @@ -2475,16 +2486,16 @@ msgstr "" "O padrão personalizado de classificação do menu flutuante é necessário ao " "selecionar um padrão personalizado." -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "O usuário %(username)s já é um mantenedor" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "A carga útil deve ser um objeto JSON válido." -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." @@ -2492,27 +2503,27 @@ msgstr "" "Este projeto está configurado com um esquema de versionamento que não " "oferece suporte a traduções." -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "Apenas um domínio pode ser canônico por vez." -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" @@ -2954,17 +2965,17 @@ msgstr "" "Se hsts_max_age > 0, defina o sinalizador de pré-carregamento com o " "cabeçalho HSTS" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "Construção: Tenta um método alternativo de postar dados grandes" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" "Conda: Anexa os requisitos principais do Read the Docs ao arquivo " "environment.yml" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" @@ -2972,19 +2983,19 @@ msgstr "" "Sphinx: Passa todas as versões (incluindo privadas) para o contexto HTML ao " "construir com o Sphinx" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "Proxito: Registra visualizações de páginas 404s." -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "Proxito: Desativa todas as visualizações de páginas" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "Proxito: Permite o uso do cabeçalho X-RTD-Slug" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." @@ -2992,92 +3003,97 @@ msgstr "" "Proxito: Usa APIs com proxy (/_/*) com o prefixo personalizado se o projeto " "tiver um (Projeto.prefixo_personalizado)." -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "Painel: Permite que o projeto use o banner de aviso de versão." -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "Webhook: Ignora a sincronização de branches" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "Webhook: Ignora a sincronização de tags" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "Webhook: Ignora a sincronização de tarefas de versões" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "Construção: Sempre executa pip install --upgrade" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "Construção: Usa o novo resolvedor do pip" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "Construção: Não instala a versão mais recente do pip" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "Sphinx: Usa a versão mais recente da extensão Read the Docs do Sphinx" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" "Construção: Instala todas as versões mais recentes a partir dos requisitos " "principais do Read the Docs" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "Pesquisa: Desativa a pesquisa no servidor" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "Pesquisa: Ativa a pesquisa no servidor para projetos MkDocs" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" "Pesquisa: Usa como padrão a pesquisa difusa para consultas de pesquisa " "simples" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "Construção: Define a proteção de redução antes/depois da construção." -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Identificador do recurso" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "Data em que o recurso foi adicionado" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "Padronizar todos os projetos anteriores como True" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "Padronizar todos os projetos futuros como True" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Nome da variável de ambiente" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Valor da variável de ambiente" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "O Projeto no qual esta variável será usada" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "Expor esta variável de ambiente em construções de PR?" @@ -3166,19 +3182,19 @@ msgstr "O único nome de arquivo permitido é {filename}." msgid "The only allowed filenames are {filenames}." msgstr "Os únicos nomes de arquivos permitidos são {filenames}." -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Configurações do projeto atualizadas" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "Addons do projeto atualizados" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Projeto excluído" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3187,15 +3203,21 @@ msgstr "" "Há um problema com sua conta do {service}, tente reconectar sua conta na sua " "página de serviços conectados." -#: projects/views/private.py:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} é o último dono, não pode ser removido" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Configurações do projeto atualizadas" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3385,67 +3407,67 @@ msgstr "Consulta" msgid "Total results" msgstr "Resultados totais" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Catalão" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Inglês" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Espanhol" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Português do Brasil" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norueguês" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Frances" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Russo" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Alemão" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galego" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamita" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Chinês Simplificado" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Chinês Tradicional" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonês" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ucraniano" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Italiano" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Coreano" @@ -3526,12 +3548,17 @@ msgid "Organization Subscription" msgstr "Assinatura de organização" #: subscriptions/templates/subscriptions/subscription_detail.html:19 -#, python-format +#, fuzzy, python-format +#| msgid "" +#| "You are currently on a trial. Please choose a paid plan that fits your organization prior " +#| "to the end of your trial. Upgrade your account by clicking on " +#| "Manage Subscription below." msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" "Você está atualmente em um teste. Escolha um plano pago adequado à sua organização antes do " @@ -3572,10 +3599,6 @@ msgstr "Teste termina" msgid "Subscription ends" msgstr "Assinatura termina" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "Gerenciar assinatura" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3597,8 +3620,10 @@ msgstr "" "Business." #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "Criar assinatura" +#, fuzzy +#| msgid "Stripe subscription" +msgid "Start subscription" +msgstr "Assinatura Stripe" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3611,6 +3636,7 @@ msgstr "" "Ocorreu um erro ao conectar-se ao Stripe. Tente novamente em alguns minutos." #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Labirinto encontrado" @@ -3716,9 +3742,9 @@ msgid "Password reset" msgstr "Redefinir senha" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Autenticar" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Autentique-se" #: templates/account/login.html:16 msgid "" @@ -4133,10 +4159,6 @@ msgstr "Iniciar sessão" msgid "Create, host, and browse documentation." msgstr "Crie, hospede e navegue em documentação." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Autentique-se" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "Fechar notificação" @@ -4794,8 +4816,8 @@ msgid "Generate API Token" msgstr "Gerar token de API" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." -msgstr "Nenhum token de API atualmente configurado." +msgid "You currently have no API tokens." +msgstr "" #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -6044,3 +6066,15 @@ msgstr "" "desconectar um serviço, você também deverá visitar seu provedor Git para " "excluir a conexão OAuth do Read the Docs. No GitHub, isso está localizado em " "Settings > Applications > Authorized OAuth Apps." + +#~ msgid "Manage Subscription" +#~ msgstr "Gerenciar assinatura" + +#~ msgid "Create Subscription" +#~ msgstr "Criar assinatura" + +#~ msgid "Sign In" +#~ msgstr "Autenticar" + +#~ msgid "No API Tokens currently configured." +#~ msgstr "Nenhum token de API atualmente configurado." diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.mo b/readthedocs/locale/ru/LC_MESSAGES/django.mo index 7c3f8a46f78f7655c67e6af1a8d6b370c0882ac0..990e73faa0be448d9c4412666586cc91b24b856c 100755 GIT binary patch delta 11813 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 rNZduvt3*?99#U5?>lvHvH#7*{@%h0 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 Z#jWcy#?|)A9, 2014 # Алексей Бобылёв , 2019 # Victor, 2023 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -173,7 +173,7 @@ msgstr "Проект с URL \"{0}\" уже существует." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект с {slug_name}={value} недействителен в качестве подпроекта" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "Подпроект с таким псевдонимом уже существует" @@ -220,7 +220,7 @@ msgid "Log out" msgstr "Выйти" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "Приглашение отправлено" @@ -1006,7 +1006,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "Неизвестный тип репозитория: «{repo_type}»" @@ -1187,6 +1187,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "Спасибо за поддержку Read the Docs! Это очень много для нас значит." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1211,7 +1212,7 @@ msgstr "" msgid "Sign Up" msgstr "Регистрация" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1381,79 +1382,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1652,11 +1653,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2167,7 +2168,7 @@ msgstr "Удалён" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Общедоступный" @@ -2271,142 +2272,144 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "Вложенность подпроектов не поддерживается" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "Неверное название проекта, или проект с таким названием уже существует" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Недопустимое имя проекта" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Недействительный репозиторий" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "Уже существует перевод “{lang}” для проекта {proj}." -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "Длина каждой метки не должна превышать 100 символов." -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" @@ -2817,120 +2820,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Идентификатор особенности" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "Особенность даты была добавлена" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Имя переменной окружения" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Значение переменной окружения" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Проект, в котором будет использоваться эта переменная" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -3016,19 +3024,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Обновлены настройки проекта" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Проект удалён" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3037,15 +3045,21 @@ msgstr "" "Возникла проблема с вашей учётной записью {service}, попробуйте повторно " "подключить её на странице подключённых служб." -#: projects/views/private.py:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Обновлены настройки проекта" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3227,67 +3241,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "каталонский" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Английский" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Испанский" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "бразильский португальский" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Норвежский" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Французский" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Русский" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Немецкий" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Галисийский" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Вьетнамский" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "упрощённый китайский" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "традиционный китайский" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Японский" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Украинский" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Итальянский" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Корейский" @@ -3371,7 +3385,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3408,10 +3422,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3427,8 +3437,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Описание" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3440,6 +3452,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Страница не найдена" @@ -3542,9 +3555,9 @@ msgid "Password reset" msgstr "Сброс пароля" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Регистрация" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Войти" #: templates/account/login.html:16 msgid "" @@ -3938,10 +3951,6 @@ msgstr "Войти" msgid "Create, host, and browse documentation." msgstr "Создавайте, храните и читайте документацию." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Войти" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4559,7 +4568,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5676,3 +5685,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Регистрация" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index 4aa581abc54..dc11fbe96a5 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -157,7 +157,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -204,7 +204,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -988,7 +988,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1158,6 +1158,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1182,7 +1183,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1352,79 +1353,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1621,11 +1622,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2136,7 +2137,7 @@ msgstr "Vymazaný" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Verejný" @@ -2240,142 +2241,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2773,120 +2774,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2970,34 +2976,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3176,67 +3186,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Anglicky" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Španielsky" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Francúzština" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Ruština" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Nemčina" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamčina" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japončina" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukrajinčina" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" @@ -3320,7 +3330,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3357,10 +3367,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3376,8 +3382,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Popis" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3389,6 +3397,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3483,9 +3492,9 @@ msgid "Password reset" msgstr "" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Prihlásiť sa" #: templates/account/login.html:16 msgid "" @@ -3868,10 +3877,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Prihlásiť sa" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4437,7 +4442,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.mo b/readthedocs/locale/tr/LC_MESSAGES/django.mo index 3edd7080c90ca777fdb826d54392a81a1efc79e8..bbcc0be3476fb5ec48537e2dc5f413d9a4e69b6d 100755 GIT binary patch delta 9269 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 delta 9299 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∾5t^Nf6HT( zlR`h#=BbBTk|bj~Y5>`&ndKQrn)8!UDKA1zWFh+DTGV};F&z(M8a_q!lQx?CtCB^< z3wxt($i*lekJ{D6sJ*ZbE8$kuCfbd0c-XZ6in{J0Y9JnCoclvi{Uo9?l8y=3cMSQj zLZyfXb-V!ey1j4QfqjXOqt-lzkAxnahg!=5)W8c-OED9*6w6T=*l6N1^dSBgb^j@> zinm@O|4Q`((_oEtZmfoSP#9LmMyQ!LM`ff9R>Phq9*7yl6HznWg4!edP!l_g>hKOK zLyu6`RdS7UW>5>2i8`qFJPMVG)~L#i0)Y_MzUcXhw9XL_%|4AxJMP`BXplsBI-LXB6#!k2i`4m{cqxQn!NzQ9G5;cGV zOvLG^32ne`xE=Kz&&f>0oxcmCz4-rQriKw6unR>?vKGZ z7&Y@(P$_kxW;z=+kYenB@1r`tiMsv|j6%0*&Ol>O6KFP#{Of`?G^nF&)Y^8#>X>Wd zk*EhwLT%1Bj5g}NwWthygnh6K8=>!X=Y4O3dhQFTr5=nSID9(!SH(qx9`r7%gHqIo zViWq~A=Gteu{PdEeZ#$HIG@ybY(_j7b>BN!6F)ib&rvho zg-Yd7)E@W=mAWga2j4a4ADHu=uQ?g>LCrK6>tYgW^L9cFcnH?V30Mb#y z*oU!r0W}~GmL>wLp;DTR8c;jbO!Z&g)RBILQwLf~T{j<#@qK&_Q;S$u9ER21_^zN{ z(`vJ{DY>XQ6|H$bDg&cYn{5Uv6K|m(u0@S}vuQtuO5p|6%&()C?03}LP>y<@&ur%{ z2}89fVl<|qAN^bTR5bFjsF}^u30#ihxE{UnFlq@-pgKNl;!Eg3d;>L*+o%bYqwcFY z#~FB-F%9+F_QHz4{|}*}jtk6*IjEW1sE#%ncc31;7d61|P^rI)F?b)fltFWy|L)ir zwRfhV23};Ghy03Qy*Zcs>$Q4JgHluT4JYOGP%}?KwRbn>8AoDM+9#WMBP!L~QJMS- z^$W&D)Dl*n=j@%@r~%bOWguZ5`PbSvry(A*Q1N(NgELT@F?7B&kZ7z#+z2)EG~9_< zrv1ODlzT34uJgqx;y}#8bj(E;df|Ch_&Qpbu?_ZL==`o$f;q(BVJe0#a@MvRCKA7h z+TCvtV)H=g;(mP?=bX8CZ%V@G5F4a+W!%&NGfcPudGG1q+ccsmt0xr9KV&&>OF! z58g#ze1zJJm5QCUjYR!kpN3U27pviL%)m*eeJj==-iI3aN!0W1p*CqbM(h0#wVjk^ zpf=T5^v4fS58j61cmONo71RK4qXzsC^`$GvSPXpIiJwOepf@(gVVH^~s0kd!%JgsD zrE&=$;tD*y-1)MNAs9$JA2sq@s7?2Os8o8sO-B-Ad=K)qJksLbS>^W(85@hsHLm!oF32bHNy zsQYiC_R3w;{s4oCpR6SRN^!t@PO2kN7bcsy2`Yt|r~&js4;+P|I2JQ;KDuEK{;7jH zTx!sPvnl7E#Wa0S8C((j@w1xB4>YvLb@qXJq24p7DKFFP8}-67KPO6{Y^6-0==ch? zrkg9G|NS$E_QmEJy*+&?!|kl_4l$q7I+$oQ)}pMUUV>?OkFthx!rl_z((OC@*YNPH zFF2P(DWtt0Wg}%g@dJEzyiI(~1ZmXYr07VZ_)ve(?imrC#N|{Jqd-Af~H8MExFi~5|O^S|E%0YWtWSajNTH;M>K3=d7 zM5blUr50InC9etf6V#WZj%7HMQj^k&_?wDW=kGGAuA#jP<*ePReoE7SQENc!Ra`|$ zrSvj)oTNUSx;{f+Q}2U^DaY;7`T<>!(6WGNKAys8)G-U$uh#cCs-ngDX8`<48B6;$ zbL~3fWXdJmEh;MHMOxh{*|a>QtfuIgV7H1&@!!T7-tda!L+U@;uSSKt{ba9>ii_Dv ztfM{UE$aGzd+en?$+YX-0{eDUl>Z`H-XhwF@i^J88y)KQx}6>!8u$@yYyWab0q6JG zqoc#UH_%!{Ic6{8x|!6r|K&QpvMcQa(V^bcX?>aKkbNV%joUmsCMMi%fSnc7IPwZ- zmU5;czJt$>SIl!>v)_%03)xLnNYQ7m$XrsD_^5q8CN#Z(S{AKw*qzdwGL_Pnwjnqj zmtqw>OW8p=N7-d3$9DD_$eCjM)z~;U+g=|V*Ys85cPTBoLdR#+pB)+04^YJWZ{U#nse3!DH^0R3>L|w-X;(y{E3^(UC+XLc)tA9hZkdi`K zV!s|2?)JW2%Dw%1e}s_LaDRrY}?5M0s`uQrAcI{9oFZ5f376PPtAw zWhcZZdVNdnV>>rKC8U(v&s=ko5=xmt(Q$ffY5d*@_nh%tb8|eO_vtWt(&)o$B65dJ L+?qePbI|_-ig&2c diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index 5300d02580d..edc7b363b97 100644 --- a/readthedocs/locale/tr/LC_MESSAGES/django.po +++ b/readthedocs/locale/tr/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # Alper Pekdemir , 2018 # BouRock, 2020 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -987,7 +987,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "Depo türü \"{repo_type}\" bilinmiyor" @@ -1162,6 +1162,7 @@ msgstr "" "ediyor." #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1186,7 +1187,7 @@ msgstr "" msgid "Sign Up" msgstr "Kaydol" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1356,79 +1357,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1627,11 +1628,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2142,7 +2143,7 @@ msgstr "Silindi" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Ortak" @@ -2246,142 +2247,144 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "Alt proje iç içe geçme desteklenmiyor" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 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:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "Geçersiz proje adı" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "Depo geçersiz" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, 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:526 +#: projects/forms.py:554 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:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1070 +#: projects/forms.py:1116 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:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" @@ -2788,120 +2791,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "Özellik tanımlayıcısı" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "Tarih özelliği eklendi" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "Ortam değişkeninin adı" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "Ortam değişkeninin değeri" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "Bu değişkenin kullanılacağı proje" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2985,19 +2993,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "Proje ayarları güncellendi" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "Proje silindi" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3006,15 +3014,21 @@ 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "Proje ayarları güncellendi" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3194,67 +3208,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Katalanca" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "İngilizce" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "İspanyolca" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "Brezilya Portekizcesi" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Norveççe Bokmål" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Fransızca" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Rusça" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Almanca" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Galiçyaca" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Vietnamca" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "Basitleştirilmiş Çince" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "Geleneksel Çince" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Japonca" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Ukraynaca" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "İtalyanca" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Korece" @@ -3338,7 +3352,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3375,10 +3389,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3394,8 +3404,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Tanım" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3407,6 +3419,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Labirent Bulundu" @@ -3512,9 +3525,9 @@ msgid "Password reset" msgstr "Parola sıfırlama" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "Giriş Yap" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Oturum aç" #: templates/account/login.html:16 msgid "" @@ -3906,10 +3919,6 @@ msgstr "Oturum Aç" msgid "Create, host, and browse documentation." msgstr "Belgelendirme oluşturun, barındırın ve gözatın." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Oturum aç" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4498,7 +4507,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5603,3 +5612,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Giriş Yap" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index f360a8eb5c1..6443bf72ffd 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -164,7 +164,7 @@ msgstr "Проект зі слагом \"{0}\" вже існує." msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "Проект із {slug_name}={value} недійсний як підпроект" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "Підпроект із цим псевдонімом уже існує" @@ -211,7 +211,7 @@ msgid "Log out" msgstr "Вийти" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "Запрошення надіслане" @@ -1002,7 +1002,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1172,6 +1172,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1196,7 +1197,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1366,79 +1367,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1635,11 +1636,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2150,7 +2151,7 @@ msgstr "Видалено" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Загальнодоступно" @@ -2254,142 +2255,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2791,120 +2792,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2988,34 +2994,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3194,67 +3204,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "Каталонська" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Англійська" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "Іспанська" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "Норвезька (букмол)" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "Французька" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "Російська" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "Німецька" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "Галісійська" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "В’єтнамська" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Японська" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Українська" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "Італійська" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "Корейська" @@ -3338,7 +3348,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3375,10 +3385,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3394,8 +3400,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Опис" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3407,6 +3415,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "Знайдено лабіринт" @@ -3501,9 +3510,9 @@ msgid "Password reset" msgstr "Скидання пароля" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" -msgstr "" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" +msgstr "Увійти" #: templates/account/login.html:16 msgid "" @@ -3886,10 +3895,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "Створюйте, публікуйте та переглядайте документацію." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Увійти" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4455,7 +4460,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.mo b/readthedocs/locale/vi_VN/LC_MESSAGES/django.mo index 41feb827f101080d08c34e5e4c0c366d40da1a46..c740d53b62a9853fcf878ba7234b34dffab0cf9c 100755 GIT binary patch delta 2356 zcmXxle`r-@9LMqR)y>^|^E&U=cAYb~d1p07n@qM#IZ$W|LT46P;L53WO;c-g{+PRC zS2H6}vpfizg*wCj*dG^JMMM@tNIwiB6GLj$3W_xQL&`~$dVjXBhx44*^PKbi_&(or z?lzkGHkBPN$~$BneUw?0vB_rd;tvH}IC`RHQ*Z}P!<|SMJAio@`18Y9Nc$MZFo$70 zDELc0X-!8B^2{iuNlQGpD2`?R;uqGJ9AIqiEc zMffX5@CIt0&{VTHPQj?nH=9941Cyu@wWvtvp%!XFWuO(cqa{IAs5ncsmgbH^@AM~o zP)ogr%F$uejBnvXc*5Jiqh|UOHP1h&oQ1fkU5HwFCTe^Qs(+oEijg;UT*M76xESZ) za#ZL&s4exQLVv~E`;pTQaZ!#=q87-Za`GM$i=9J_yMWrrW#qJBzkfBBofvqX8yYa` z9r6iV3m3cPsEL!P2^(=bHlrqNbKCv?dQ`t&)CPAUr|sjSmwyzs-e8uBcKV^;_yo11 zuTTRop#m8}PWyw4p5H|6IG@=xK8m_O9o2spDx=k?o!6oIH()8Ia4u$-QmLo11r_l- zsDXp10q=YJBh_EG7!|t3(B~z}w4EuWkcs=e?)^U&bQV zw*yo(!2oIpIn+Bk|n8LL5!TY$515h}AC zm{o^$RP>SbqB{2DcHE7c@L#upsK$4S8dvEyAg8r(QDE(;9j``>@5E~CL(P8z>+n>m z|Nbv>Lp%S;y@um|#8C^C@j;Mft3^$)5G%0-wLlt`+Ah>aGN^AP>+Pe+cWB2@uQ-RC z_CcAys8h}wBSY9lY9KE}P+gr`vN z{zue$WBxo_Krj7F=Aa_2L3MZliOE`#@5@%AQrL|OV7IqlN4@Lg-p-*m@F`Z{C2!yG zb|LRY>(%4E`ghVqh40HcP^sODiu52>;%Ve(Zd)lUDN3J?<_YWt+#bZjiO~9BZg^p& zhxYxHOt2|j5$~m@ye_3YPDuxEhm)a>;A}W~-_x{pJVCjeqAyGb3)(hHCq*gIu_=g0 zYUAsuJw4nr zdwv!t(EbtC?>w@EXMa%1i^S#AIht|RsANad_@Goj$CShto z7`bKnsD(?M<*12gqb9r^bMP)y|CF=Y-ET+r+l9)+UgWfc9#_5ncTfv{g4*equ6+u% zqwi4ze?bLu$vJ|Ymcb3iX?d3TUZoH(@sG+jc5SZ5JxS zgUFh81T{fFY6mA!ujq_xUqoeY1ocX?h)VB#B5HixwWp!_%|OjR2erWk=xN|mD%aqH zsMKz89k!u9k}g!gZrp+gP!r}7jZEU$PEixjbuK|ptLLJ?HlaS&cGS4e0^a{LDlcMz|n*CCT=G%z1Eun4ta1uDP=sBsUW7HUBCTZ0O)&A9`$U>7O_hfy2q zMSYZBAC);&zD9imncUUF#i$N5x#;I|2P)z^)bo`{tk#TtfA%~ollxHtyzSZ_px*fx zu6+izfuAv{AIzw`QOJwohE<^!T#jW}k9=>o1C`PeYJmcBoS++wveKu*%A@RUCxT3w}oc}VKmQN{H! zSFcCCGG*`baU+$DluhXk(aph(#VzT, 2013 # Xuân Sâm Đinh , 2016 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -156,7 +156,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -987,7 +987,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1157,6 +1157,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1181,7 +1182,7 @@ msgstr "" msgid "Sign Up" msgstr "" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1351,79 +1352,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1620,11 +1621,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2135,7 +2136,7 @@ msgstr "Đã xóa" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "Công cộng" @@ -2239,142 +2240,142 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +msgid "Pull request builds not supported" +msgstr "" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2772,120 +2773,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2969,34 +2975,38 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, 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:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "" +#: projects/views/private.py:1222 +msgid "Pull request settings have been updated" +msgstr "" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3175,67 +3185,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "Tiếng Anh" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "Tiếng Việt" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "Tiếng Nhật" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "Tiếng Ukcraina" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "" @@ -3319,7 +3329,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3356,10 +3366,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3375,8 +3381,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "Miêu tả" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3388,6 +3396,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3482,8 +3491,8 @@ msgid "Password reset" msgstr "" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "Đăng nhập" #: templates/account/login.html:16 @@ -3867,10 +3876,6 @@ msgstr "" msgid "Create, host, and browse documentation." msgstr "Tạo, xuất bản và tìm kiếm tài liệu." -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "Đăng nhập" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4430,7 +4435,7 @@ msgid "Generate API Token" msgstr "" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5509,3 +5514,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "Đăng nhập" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo b/readthedocs/locale/zh_CN/LC_MESSAGES/django.mo index 312edd16e8339a4e67893491d6220a8d355cf5a7..859d5bafc8aa5bfaf0b155a3f73f4a9bc2c2a652 100755 GIT binary patch delta 10933 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 delta 11009 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 KN}Jg}^#1^{FhJt~ diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index e3f2b6c7846..3ddf6939ac5 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:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -179,7 +179,7 @@ msgstr "网址标识为「{0}」的项目已存在。" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "带有 {slug_name}={value} 的项目不能作为子项目。" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "存在具有此名称的子项目" @@ -226,7 +226,7 @@ msgid "Log out" msgstr "退出登录" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "" @@ -1010,7 +1010,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "" @@ -1180,6 +1180,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "感谢支持Read the Docs!这对我们来说真的很重要。" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1204,7 +1205,7 @@ msgstr "" msgid "Sign Up" msgstr "注册" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1374,79 +1375,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1643,11 +1644,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2159,7 +2160,7 @@ msgstr "已删除" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "公开" @@ -2263,142 +2264,144 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "不支持嵌套子项目" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "无效的项目名称,项目名称已存在" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "项目名称无效" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "无效仓库" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "每个标签的长度必须小于等于 100 个字符。" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -2800,120 +2803,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "添加了日期功能" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2997,19 +3005,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "项目设置已更新" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "项目已删除" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3018,15 +3026,21 @@ msgstr "" "您的 {service} 账号出现了问题,尝试重新连接 已连接服务页面" "上的账号。" -#: projects/views/private.py:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "项目设置已更新" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3205,67 +3219,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "加泰罗尼亚语" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "英语" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "西班牙语" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙语" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "挪威语" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "法语" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "俄语" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "德语" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "加利西亚语" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "越南语" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "简体中文" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "繁体中文" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "日语" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "乌克兰语" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "意大利语" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "韩语" @@ -3349,7 +3363,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3386,10 +3400,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3405,8 +3415,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Description" +msgid "Start subscription" +msgstr "说明" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3418,6 +3430,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "未找到" @@ -3514,8 +3527,8 @@ msgid "Password reset" msgstr "密码已重置" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "登录" #: templates/account/login.html:16 @@ -3899,10 +3912,6 @@ msgstr "登录" msgid "Create, host, and browse documentation." msgstr "创建、托管和浏览文档。" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "登录" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4479,8 +4488,8 @@ msgid "Generate API Token" msgstr "生成 API 令牌" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." -msgstr "没有已设置的 API 令牌。" +msgid "You currently have no API tokens." +msgstr "" #: templates/profiles/public/profile_detail.html:6 #, python-format @@ -5558,3 +5567,9 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "登录" + +#~ msgid "No API Tokens currently configured." +#~ msgstr "没有已设置的 API 令牌。" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo b/readthedocs/locale/zh_TW/LC_MESSAGES/django.mo index d2633f6a9ab99711546e563655936d676e535f7f..d6c400fa91f744481c44f138472a404cd3490f84 100755 GIT binary patch delta 12217 zcmYk?37k%48^`f8ma&W(W-PNAjNOc}GiL1jF8iLbB>SG7&ScM?$2LNQ?3L`ps zgpjgCMN$!!-rxT@m(Qp3dGGgoUH5+ObDrm!x84hT(@ol&&b<+qVWGqIN;=2MiwnXW zCnmk)WGkXt$4MJOcJg_c30ETfb=D&jI-4;JccC_P3PbP~X2Hjp z8UOa{I!?xljuS*h2nJ&m7Qo_|4;!Ht?1P$UG*-iDmLJ3MbQ;yO}x`QZXGXS4E48A8wlX`btidH&$<}u9Vmx-rpc%c z*FkNpvDLRgJ&KNIFLP)z=dYJy0u|cPG}MF(Q5##1x`WNA4el{NM;^Cx1*>BAD&DxJ zs13A1jq7aneNgYj5RAl$sQH(<1X_3#YTzE!h7MtVJcZiOkEj8UQ6~_wA$ScF$Q0xP5Lpe5>^=xX*vEz}2fA}(rU zb1h$iTKGfMMt4~Ianw8V73xvk_v&5e4{OL!-J2)^bw|Z4Pcj>#PNF?(f)tFx{#HK~ z^-jz|-d86Lb?4_%M}8A^gU?YL4CW)2iTBURMWB}_FZz!X^#~HpTBs9ff;y2Fs5^TV z)qfD`#8Rz2&FViuZD6ZaTHcLCqxu&?R}+*X(2-Qbf>;;JVsF%urJ)9F zMlHMp)qgMQnI5tH5~|;I)E(YMy>!2#`UTeZ#zmp}#n$Hhb<}ZGl*bCz&jyJDY0xTr5PMhB}e`m>y4Be%d9_QGbo4F-twZ z=L7i3#HQrWShYRYZ@>$PD=-CrM1A}kH}vkT6Z$_5sH2{WI>Du=mv9Se1A9>?cpUX^ zxaSFUH1|<=^c?k0WNPHS3wcnFAPMy>+aaG=r$1_f4X6bVnHNzD-$QNiFVs;7HTF&_ zCuSy(Kt4UL6HB0HTizOyF$;Me%!?ZcnWp&moXpy zgyk@6Gj0Z}p&oT_)EC!ibQR1X(7<#s10Q0_GK>A#QCrc zmPXw`H_VE?FdYs-jUSHMcxrQ=zcw(BieP*nwSkXOFUc;{9Urp#uTdYL8>s%@qc-r! z+Mi4bgW6jd24Oc@wn#QPw+MqVn54FK@n2YtDi3EB{7Nd^*eXqgUirV>c z)IwKK&+tBKf$VL)`n;%Fd7pu4>m&o?|(M}eUtS?bsUUZ zU_5G~>6iz7s10qzN_Y@;Cr`{5*pWPt9}JybH`JXEN1f0_)Q!$WeWlMsR|{>ihCQeW z4`4hVN3}mjP4oi8F}Q>G4irIcumS1@TA@y^18Q6f>W2E8qfx(xQ>=YM2cEy4*$yhS z@Imtgs{Snc@Cxd4Kaktg9Sk)`q81*9`VDvs^^&c@MBIV=?cqGYidedn_rI)q;j83p zJMsMai`q%w**oGIsF$oAmd5co5jSHEEZxQHKNzFQH=+8Uz=8MxbwZt)eJl>gIDCjD zFtV%T9K|}QJhPkPEmRJ5bUm;+_C>vHyHQ7Y8g(L9P$zH;bt3n$4E~G}7}L%BJD?J( ze@oQKc1As_o|qp8VGO!+2to-qV_`gidRcCvCivNWf*Rm-_l`CnY9sB?zW{1nPt-;R zpdQT>jK!I#N3;cXBIl4t;yQm3=nl*F@Fu8^k>m|f6L&|o_cceFlTZuJL)}>#YC~&K z8{dGsv2B(gL-jw4dPJA~xyz3S!Eq{{;WRwd(;L|EHOFa4-U$ofYSho_QPiJWw@@F) z7pS*AXD{!Ohvc+$YeE6MFkk*Ga^J??57Xgc)K}?I z%!ubP5HF(^{1!9g59TA((LS?0w6C|(DD-a-HBU*@BQ4k0e*bGwp@mwaCQL!S-F;9e zF#z>(n~U{u6V3_X4-(YTr*fWZpM^Ss^{DTG!>BtyZ{9KgM14O54dDFsHr5&7ee4F| zUh@5@muk#F@5m=(74kG}f?uIdB6g5>C&f{DMa!#V7V<_`-x{@%PN)qIw0x>dpdXJk za|7yV_L#>pg#3c#-(zm_U$7Wv9PIT^K+Thk)v&SU({VKU64VAmhj<%_K;>?{1?8+E z33W70Q43AB`lYCsW((@XPGePkirKNkQ16?tE^6X_s2drIdSq{+9??;&zlrp7od*Ou zn%}(&C(|(R=t8hC^%1C-w3^j-KrPV2?2BRKLr@D&LVZf+q57@0d^3iUA2u&wHr99U z_yd0B%zsgLlx?_YUev@T%_OtF*&4%W?`HXM)c91?J21~&YOX_g@H{O=$L#)BAy zUzk_af&32YW&8!Tk>{u{m`rbYc|J4Vtc(e?*F&A)aMV0Y%=gXB=xQfB33Lbh&2y-Q zZlUhv5vrg5Fw{huP;YT4sy+_YzpPmuHD43d_^y~62VpEuMvePm1m~}TTc}XSPt8-< zko+oYK%tRddp*=MY>OJ#8})_t25Q1Fm>W~AeUZ7^{20}5Kjy@vBRPLfblE!GF&~@% zn%PEq{UT8tEoyls)W@?9>SS7>7U*K_JVC^ZE4@S*1((+WytFAI8N}i3{_-@oZM^OFGnwQM$s2jPBuD;WMC(yv06TIK&7*t*e^{f-H48Ddd z`Pp5F<;g3t`>NOv8{sQSGBrIe#rQnF=`vwc{nIBYqFn zaVx6+faS+f@4|VE#wVx+!rt;WRvdGXcR?*U(41h-HkZF;JKaKs7WmXWY#mNoe%bui zyo=h{1IwRdW%7WD_NhS4*9^76HmLqXtbT$y*|lJ%Ip0h(SEBA<9qNR3p(Z+P^=Hf* zs6VkDq85IF&G8@0n@;lHmDZ^7BT)U^i59$V4f8Btj{06$gZ_mvg8Z=MSIyg~eh*QP zAYiiBKirH(Ef|j)Ul|KyOD}hwkpw!Txu}IUp$6=*{0QbEKaJY)cUFH7HQ{4a|DY+} zI}?HWG{u=osEswm!q^ox&m{E!{?8ytPsL(?h2y-7I`Z|X1$Ltbd}&@bzeRm|?xHrH zajG{@cGQM)ngvkp36>{fAbDMk=KXV;5a{F88#QnVYQS0y#E&fBiE2ND+Ta%$h}SK@ zjcWhh44CG%hoBx&Zd7}5%PXR*iiQMQur2D2Q&0Pwg)vz5ZSS9Obi#e) z+ff@FI>VdLhuY{$%eSExK4keh)L&TFF%a+1;QY1YN7fQX=C|7)CR{|J{xtiOD$h-x;qGTXGc&2&Z8!}gIf57nQ^wafox_Z>ST(dKE7p8 z*C-u85zU#;Q=YJ#9S-Ujla7Dz-5sAV=sy;Pks2*+XwPDPDh zh`NFGsBwo;8#!ZsW%bwm^8D`;XrU*lfzDhnk3_9<4;=Rb0u_r=i`6UaMa6P$*{@B(JXzfeaV^p4lB7!D_Ii{X6akVUOV(qO^{Zm}47-qiAXOU}Q8t%r`I2gMu@qXn_V`cIiSP;Y0 zynm*fY_>-&@P;`J^&_{`+E-vpa(6F5PlDj3-rssdQ4Q;{IzC68K+?P3yHFqf6Pwde zC%6=I<3`k-A2Ls%#-G7x{04PnPd!~HV3{{TkQt2;bcjbSR2MZtd(^j zpJ>i97nv)~jTlbDz#s8@PW+n1`g~VP$1&o3%4Lc+ zbCgnt`V)AI{!b`{$v?uss0$+g@3oBjV-(-TB4xUtBX~~hhm?)Pfs|>KDU_2osx$G+ zYa&4-CftKpsegqsnX--iC+n2X7A%T~eZ7hna-)depw~MTUFRt4Ev|ul**FC)UqSo_ zaV5%+#JVzATP>Seb>*n5g_*G?mZVM3puY7@!`ze}0i1M8f)8lCN|{Q04f9g^5Wl>_ znc!D)y~?`&pzI@`M`=o1Gk-1L*~BleMmB!CRn(;IwAIZp{U5Ta)**q)7Q_Qk--q3? zE9EJ15bA1X3v3}DM)}OEcJfjGE_p2ZTpW&@DA}oR?Ymzrx><9g$=16y{!97I@=)3; z5ZAE$JTnv}o`lUPy6U37YW{~EeJzU@s#Td$Ka+h=d6kwuSOVKn{v|F+nMJuv(UqC< zx5eeLn{P+){0UWwDlk(nimrIdGwKFXz9z0niKZxQ3zeya5Ur;Vudlc~lN(b^o*aW}CmsewgGSuzG z>sW_kSCsQHiN2X0TBW`w_ftOieODs9?@DUxk;Ss5Rm6EH)hWlRD}wK!uCl}@DQ^=W zr1T_Cr0k`1AaBU{1gwW=kZ% zesKKPapHf7l9)Na)pf|0(k+;uDqL;aBe2;RJqAST9Mck3{oVRMj670)u`(P?xr-Pl%?zY)RnS4vCw=c{v;ifkcuc85z79X7^CnCnzfQcB(tx-&Xy*&Eb#%#9UEWSyvzFjYqVATOxB#ToqVOgh5wyxZB5N&%+18T zu|Iv%6E7ehKztCVV+Pxdrf{j#6-_xrJlmgn|4KZv9u+z1+#h3T$YulA_>#($cZ*Y- zm72=51lq77lk2L(}0QOS#XUKyVg>tYcV#kxDWX*;^vfK$^)yfh4q=QxXrnfeub!8 zs0p}+5LZj*>sK}^cTvK?|15o*=C`+{mAxOiZBdi7plylme~aIiIO)Bt+pf=klKua< Cj@)_x delta 12272 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, 2017 # wlbksy , 2014 # Xaver Y.R. Chen , 2014 -#: notifications/messages.py:407 +#: notifications/messages.py:408 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-06-25 14:50+0000\n" +"POT-Creation-Date: 2024-07-09 14:53+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/" @@ -165,7 +165,7 @@ msgstr "" msgid "Project with {slug_name}={value} is not valid as subproject" msgstr "" -#: api/v3/serializers.py:867 projects/forms.py:569 +#: api/v3/serializers.py:867 projects/forms.py:597 msgid "A subproject with this alias already exists" msgstr "" @@ -212,7 +212,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:146 -#: organizations/views/private.py:211 projects/views/private.py:498 +#: organizations/views/private.py:211 projects/views/private.py:500 msgid "Invitation sent" msgstr "邀請已送出" @@ -996,7 +996,7 @@ msgstr "" msgid "New beta dashboard" msgstr "" -#: doc_builder/director.py:81 +#: doc_builder/director.py:82 #, python-brace-format msgid "Repository type \"{repo_type}\" unknown" msgstr "未知的儲存庫類型「{repo_type}」" @@ -1168,6 +1168,7 @@ msgid "Thanks for supporting Read the Docs! It really means a lot to us." msgstr "感謝您支援 Read the Docs!這對我們意義非凡。" #: gold/templates/gold/subscription_detail.html:92 +#: subscriptions/templates/subscriptions/subscription_detail.html:103 msgid "Manage subscription" msgstr "" @@ -1192,7 +1193,7 @@ msgstr "" msgid "Sign Up" msgstr "註冊" -#: gold/views.py:189 subscriptions/views.py:196 +#: gold/views.py:199 subscriptions/views.py:196 msgid "" "There was an error connecting to Stripe, please try again in a few minutes" msgstr "" @@ -1362,79 +1363,79 @@ msgstr "" msgid "No HTML content found" msgstr "" -#: notifications/messages.py:244 +#: notifications/messages.py:245 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:257 +#: notifications/messages.py:258 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:270 +#: notifications/messages.py:271 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:284 +#: notifications/messages.py:285 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:297 +#: notifications/messages.py:298 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:311 +#: notifications/messages.py:312 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:325 +#: notifications/messages.py:326 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:339 +#: notifications/messages.py:340 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:353 +#: notifications/messages.py:354 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:366 +#: notifications/messages.py:367 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:379 +#: notifications/messages.py:380 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:392 +#: notifications/messages.py:393 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:419 +#: notifications/messages.py:420 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:432 +#: notifications/messages.py:433 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:446 +#: notifications/messages.py:447 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:460 +#: notifications/messages.py:461 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:472 +#: notifications/messages.py:473 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:486 +#: notifications/messages.py:487 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:500 +#: notifications/messages.py:501 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -1631,11 +1632,11 @@ msgstr "" msgid "Organization %(name)s already exists" msgstr "" -#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:642 +#: organizations/forms.py:133 organizations/forms.py:219 projects/forms.py:688 msgid "Email address or username" msgstr "" -#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:657 +#: organizations/forms.py:149 organizations/forms.py:254 projects/forms.py:703 #, python-format msgid "User %(username)s does not exist" msgstr "" @@ -2146,7 +2147,7 @@ msgstr "已刪除" msgid "Git" msgstr "Git" -#: projects/constants.py:92 projects/models.py:2054 +#: projects/constants.py:92 projects/models.py:2061 msgid "Public" msgstr "公開" @@ -2250,142 +2251,144 @@ msgstr "" msgid "Visibility" msgstr "" -#: projects/forms.py:159 +#: projects/forms.py:153 +msgid "" +"We have detected that this project is public, pull request previews are set " +"to public." +msgstr "" + +#: projects/forms.py:173 +msgid "To build from pull requests you need a " +msgstr "" + +#: projects/forms.py:185 +msgid "" +"To build from pull requests your repository's webhook needs to send pull " +"request events. " +msgstr "" + +#: projects/forms.py:200 +#, fuzzy +#| msgid "Subproject nesting is not supported" +msgid "Pull request builds not supported" +msgstr "不支援巢狀子專案" + +#: projects/forms.py:263 #, python-brace-format msgid "You must first add a connected service " msgstr "" -#: projects/forms.py:163 +#: projects/forms.py:267 msgid "No connected services found" msgstr "" -#: projects/forms.py:169 +#: projects/forms.py:273 msgid "" "Only organization owners may create new projects when single sign-on is " "enabled." msgstr "" -#: projects/forms.py:172 projects/forms.py:194 +#: projects/forms.py:276 projects/forms.py:298 msgid "Organization single sign-on enabled" msgstr "" -#: projects/forms.py:177 projects/forms.py:199 +#: projects/forms.py:281 projects/forms.py:303 msgid "" "You must be on a team with admin permissions in order to add a new project " "to your organization." msgstr "" -#: projects/forms.py:180 projects/forms.py:202 +#: projects/forms.py:284 projects/forms.py:306 msgid "Admin permission required" msgstr "" -#: projects/forms.py:191 +#: projects/forms.py:295 msgid "" "Projects cannot be manually configured when single sign-on is enabled for " "your organization." msgstr "" -#: projects/forms.py:242 +#: projects/forms.py:346 msgid "Invalid project name, a project already exists with that name" msgstr "無效的專案名稱,此專案名稱已經存在" -#: projects/forms.py:247 +#: projects/forms.py:351 msgid "Invalid project name" msgstr "無效的專案名稱" -#: projects/forms.py:266 +#: projects/forms.py:370 msgid "Repository invalid" msgstr "無效的儲存庫" -#: projects/forms.py:350 +#: projects/forms.py:455 #, python-brace-format msgid "" "This setting is inherited from the parent translation." msgstr "" -#: projects/forms.py:395 -msgid "" -"We have detected that this project is public, pull request previews are set " -"to public." -msgstr "" - -#: projects/forms.py:412 -#, python-brace-format -msgid "" -"To build from pull requests you need a GitHub or GitLab integration." -msgstr "" - -#: projects/forms.py:422 -#, python-brace-format -msgid "" -"To build from pull requests your repository's webhook needs to send pull " -"request events. Try to resync your integration." -msgstr "" - -#: projects/forms.py:497 +#: projects/forms.py:525 #, python-brace-format msgid "There is already a \"{lang}\" translation for the {proj} project." msgstr "已有用於專案 {proj} 的「{lang}」翻譯。" -#: projects/forms.py:526 +#: projects/forms.py:554 msgid "Length of each tag must be less than or equal to 100 characters." msgstr "各個標記的長度必須小於或等於 100 字元。" -#: projects/forms.py:598 +#: projects/forms.py:644 msgid "Enable Addons" msgstr "" -#: projects/forms.py:600 +#: projects/forms.py:646 msgid "Show a notification on builds from pull requests" msgstr "" -#: projects/forms.py:603 +#: projects/forms.py:649 msgid "Show a notification on non-stable and latest versions" msgstr "" -#: projects/forms.py:629 +#: projects/forms.py:675 msgid "" "The flyout sorting custom pattern is required when selecting a custom " "pattern." msgstr "" -#: projects/forms.py:661 +#: projects/forms.py:707 #, python-format msgid "User %(username)s is already a maintainer" msgstr "" -#: projects/forms.py:746 +#: projects/forms.py:792 msgid "The payload must be a valid JSON object." msgstr "" -#: projects/forms.py:779 +#: projects/forms.py:825 msgid "" "This project is configured with a versioning scheme that doesn't support " "translations." msgstr "" -#: projects/forms.py:958 +#: projects/forms.py:1004 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1061 +#: projects/forms.py:1107 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1065 +#: projects/forms.py:1111 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1070 +#: projects/forms.py:1116 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1075 +#: projects/forms.py:1121 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1079 +#: projects/forms.py:1125 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" @@ -2787,120 +2790,125 @@ msgstr "" msgid "If hsts_max_age > 0, set the preload flag with the HSTS header" msgstr "" -#: projects/models.py:1911 +#: projects/models.py:1912 msgid "Build: Try alternative method of posting large data" msgstr "" -#: projects/models.py:1915 +#: projects/models.py:1916 msgid "Conda: Append Read the Docs core requirements to environment.yml file" msgstr "" -#: projects/models.py:1920 +#: projects/models.py:1921 msgid "" "Sphinx: Pass all versions (including private) into the html context when " "building with Sphinx" msgstr "" -#: projects/models.py:1926 +#: projects/models.py:1927 msgid "Proxito: Record 404s page views." msgstr "" -#: projects/models.py:1930 +#: projects/models.py:1931 msgid "Proxito: Disable all page views" msgstr "" -#: projects/models.py:1934 +#: projects/models.py:1935 msgid "Proxito: Allow usage of the X-RTD-Slug header" msgstr "" -#: projects/models.py:1939 +#: projects/models.py:1940 msgid "" "Proxito: Use proxied APIs (/_/*) with the custom prefix if the project has " "one (Project.custom_prefix)." msgstr "" -#: projects/models.py:1944 +#: projects/models.py:1945 msgid "Dashboard: Allow project to use the version warning banner." msgstr "" -#: projects/models.py:1949 +#: projects/models.py:1950 msgid "Webhook: Skip syncing branches" msgstr "Webhook:略過同步分支" -#: projects/models.py:1953 +#: projects/models.py:1954 msgid "Webhook: Skip syncing tags" msgstr "Webhook:略過同步標記" -#: projects/models.py:1957 +#: projects/models.py:1958 msgid "Webhook: Skip sync versions task" msgstr "Webhook:略過同步版本任務" -#: projects/models.py:1960 +#: projects/models.py:1961 msgid "Build: Always run pip install --upgrade" msgstr "" -#: projects/models.py:1961 +#: projects/models.py:1962 msgid "Build: Use new pip resolver" msgstr "" -#: projects/models.py:1964 +#: projects/models.py:1965 msgid "Build: Don't install the latest version of pip" msgstr "" -#: projects/models.py:1968 +#: projects/models.py:1969 msgid "Sphinx: Use latest version of the Read the Docs Sphinx extension" msgstr "" -#: projects/models.py:1973 +#: projects/models.py:1974 msgid "" "Build: Install all the latest versions of Read the Docs core requirements" msgstr "" -#: projects/models.py:1979 +#: projects/models.py:1980 +msgid "" +"Sphinx: Don't append `conf.py` and don't install ``readthedocs-sphinx-ext``" +msgstr "" + +#: projects/models.py:1986 msgid "Search: Disable server side search" msgstr "" -#: projects/models.py:1983 +#: projects/models.py:1990 msgid "Search: Enable server side search for MkDocs projects" msgstr "" -#: projects/models.py:1987 +#: projects/models.py:1994 msgid "Search: Default to fuzzy search for simple search queries" msgstr "" -#: projects/models.py:1992 +#: projects/models.py:1999 msgid "Build: Set scale-in protection before/after building." msgstr "" -#: projects/models.py:2005 +#: projects/models.py:2012 msgid "Feature identifier" msgstr "功能識別項" -#: projects/models.py:2010 +#: projects/models.py:2017 msgid "Date feature was added" msgstr "已新增日期功能" -#: projects/models.py:2016 +#: projects/models.py:2023 msgid "Default all past projects to True" msgstr "" -#: projects/models.py:2020 +#: projects/models.py:2027 msgid "Default all future projects to True" msgstr "" -#: projects/models.py:2042 +#: projects/models.py:2049 msgid "Name of the environment variable" msgstr "環境變數名稱" -#: projects/models.py:2046 +#: projects/models.py:2053 msgid "Value of the environment variable" msgstr "環境變數值" -#: projects/models.py:2051 +#: projects/models.py:2058 msgid "Project where this variable will be used" msgstr "使用該變數的專案" -#: projects/models.py:2057 +#: projects/models.py:2064 msgid "Expose this environment variable in PR builds?" msgstr "" @@ -2984,19 +2992,19 @@ msgstr "" msgid "The only allowed filenames are {filenames}." msgstr "" -#: projects/views/private.py:191 +#: projects/views/private.py:193 msgid "Project settings updated" msgstr "已更新專案設定" -#: projects/views/private.py:200 +#: projects/views/private.py:202 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:208 +#: projects/views/private.py:210 msgid "Project deleted" msgstr "已刪除專案" -#: projects/views/private.py:394 +#: projects/views/private.py:396 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3005,15 +3013,21 @@ msgstr "" "您的 {service} 帳號有問題,請嘗試在已串聯的服務頁面上重" "新串聯帳號。" -#: projects/views/private.py:513 +#: projects/views/private.py:515 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:944 +#: projects/views/private.py:946 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" +#: projects/views/private.py:1222 +#, fuzzy +#| msgid "Project settings updated" +msgid "Pull request settings have been updated" +msgstr "已更新專案設定" + #: proxito/exceptions.py:96 msgctxt "Names an object not found in a 404 error" msgid "subproject" @@ -3192,67 +3206,67 @@ msgstr "" msgid "Total results" msgstr "" -#: settings/base.py:464 +#: settings/base.py:463 msgid "Catalan" msgstr "加泰隆語" -#: settings/base.py:465 +#: settings/base.py:464 msgid "English" msgstr "英語" -#: settings/base.py:466 +#: settings/base.py:465 msgid "Spanish" msgstr "西班牙語" -#: settings/base.py:467 +#: settings/base.py:466 msgid "Brazilian Portuguese" msgstr "巴西葡萄牙語" -#: settings/base.py:468 +#: settings/base.py:467 msgid "Norwegian Bokmål" msgstr "挪威語" -#: settings/base.py:469 +#: settings/base.py:468 msgid "French" msgstr "法語" -#: settings/base.py:470 +#: settings/base.py:469 msgid "Russian" msgstr "俄語" -#: settings/base.py:471 +#: settings/base.py:470 msgid "German" msgstr "德語" -#: settings/base.py:472 +#: settings/base.py:471 msgid "Galician" msgstr "加利西亞語" -#: settings/base.py:473 +#: settings/base.py:472 msgid "Vietnamese" msgstr "越南語" -#: settings/base.py:474 +#: settings/base.py:473 msgid "Simplified Chinese" msgstr "簡體中文" -#: settings/base.py:475 +#: settings/base.py:474 msgid "Traditional Chinese" msgstr "繁體中文" -#: settings/base.py:476 +#: settings/base.py:475 msgid "Japanese" msgstr "日語" -#: settings/base.py:477 +#: settings/base.py:476 msgid "Ukrainian" msgstr "烏克蘭語" -#: settings/base.py:478 +#: settings/base.py:477 msgid "Italian" msgstr "義大利語" -#: settings/base.py:479 +#: settings/base.py:478 msgid "Korean" msgstr "韓語" @@ -3336,7 +3350,7 @@ msgid "" "You are currently on a trial. Please choose a paid plan that fits your organization prior to " "the end of your trial. Upgrade your account by clicking on Manage " -"Subscription below." +"subscription below." msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:31 @@ -3373,10 +3387,6 @@ msgstr "" msgid "Subscription ends" msgstr "" -#: subscriptions/templates/subscriptions/subscription_detail.html:103 -msgid "Manage Subscription" -msgstr "管理訂閱" - #: subscriptions/templates/subscriptions/subscription_detail.html:107 msgid "" "Use the button above to see past invoices, change your plan, and update your " @@ -3392,8 +3402,10 @@ msgid "" msgstr "" #: subscriptions/templates/subscriptions/subscription_detail.html:123 -msgid "Create Subscription" -msgstr "" +#, fuzzy +#| msgid "Manage Subscription" +msgid "Start subscription" +msgstr "管理訂閱" #: subscriptions/views.py:41 msgid "Your plan has been upgraded!" @@ -3405,6 +3417,7 @@ msgid "" msgstr "" #: templates/401.html:6 templates/403.html:6 +#: templates/errors/proxito/401.html:6 msgid "Maze Found" msgstr "" @@ -3499,8 +3512,8 @@ msgid "Password reset" msgstr "重設密碼" #: templates/account/login.html:6 templates/account/login.html:12 -#: templates/account/login.html:51 -msgid "Sign In" +#: templates/account/login.html:51 templates/core/home-header.html:19 +msgid "Log in" msgstr "登入" #: templates/account/login.html:16 @@ -3884,10 +3897,6 @@ msgstr "登入" msgid "Create, host, and browse documentation." msgstr "建立、托管並瀏覽文件。" -#: templates/core/home-header.html:19 -msgid "Log in" -msgstr "登入" - #: templates/core/notifications.html:13 msgid "Close notification" msgstr "" @@ -4460,7 +4469,7 @@ msgid "Generate API Token" msgstr "產生 API 代符" #: templates/profiles/private/token_list.html:54 -msgid "No API Tokens currently configured." +msgid "You currently have no API tokens." msgstr "" #: templates/profiles/public/profile_detail.html:6 @@ -5540,3 +5549,6 @@ msgid "" "OAuth connection of Read the Docs. On GitHub, this is located in " "Settings > Applications > Authorized OAuth Apps." msgstr "" + +#~ msgid "Sign In" +#~ msgstr "登入" diff --git a/setup.cfg b/setup.cfg index a7e09ff3b96..bb0f63dcc99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.1.2 +version = 11.1.3 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "11.1.2" +current_version = "11.1.3" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False