From 5a4c099a6a328b5a80f0cfcef888c7d962c21011 Mon Sep 17 00:00:00 2001 From: Eric Holscher <25510+ericholscher@users.noreply.github.com> Date: Tue, 10 Dec 2024 07:35:04 -0800 Subject: [PATCH] Release 11.17.0 (#11837) --- CHANGELOG.rst | 23 +++ docs/conf.py | 2 +- package.json | 2 +- readthedocs/__init__.py | 2 +- readthedocs/locale/ar/LC_MESSAGES/django.po | 156 +++++++++-------- readthedocs/locale/ca/LC_MESSAGES/django.po | 156 +++++++++-------- readthedocs/locale/de/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/en/LC_MESSAGES/django.po | 156 +++++++++-------- readthedocs/locale/es/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/eu/LC_MESSAGES/django.po | 156 +++++++++-------- readthedocs/locale/fr/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/gl/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/he/LC_MESSAGES/django.mo | Bin 143912 -> 144101 bytes readthedocs/locale/he/LC_MESSAGES/django.po | 163 ++++++++--------- readthedocs/locale/hu/LC_MESSAGES/django.po | 156 +++++++++-------- .../locale/id_ID/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/it/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/ja/LC_MESSAGES/django.po | 156 +++++++++-------- .../locale/ko_KR/LC_MESSAGES/django.po | 156 +++++++++-------- readthedocs/locale/lt/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/nb/LC_MESSAGES/django.po | 156 +++++++++-------- readthedocs/locale/nl/LC_MESSAGES/django.po | 158 +++++++++-------- .../locale/nl_NL/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/pl/LC_MESSAGES/django.po | 158 +++++++++-------- .../locale/pt_BR/LC_MESSAGES/django.mo | Bin 134272 -> 134416 bytes .../locale/pt_BR/LC_MESSAGES/django.po | 165 +++++++++--------- readthedocs/locale/ru/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/sk/LC_MESSAGES/django.po | 156 +++++++++-------- readthedocs/locale/tr/LC_MESSAGES/django.po | 158 +++++++++-------- readthedocs/locale/uk/LC_MESSAGES/django.po | 156 +++++++++-------- .../locale/vi_VN/LC_MESSAGES/django.po | 156 +++++++++-------- .../locale/zh_CN/LC_MESSAGES/django.po | 158 +++++++++-------- .../locale/zh_TW/LC_MESSAGES/django.po | 158 +++++++++-------- setup.cfg | 4 +- 34 files changed, 2222 insertions(+), 2067 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0293626c15..110c2dd912a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,26 @@ +Version 11.17.0 +--------------- + +:Date: December 10, 2024 + +* `@stsewd `__: API v2: disallow empty strings as filters (`#11832 `__) +* `@github-actions[bot] `__: Dependencies: all packages updated via pip-tools (`#11830 `__) +* `@humitos `__: Docs: minimal docs for links preview addons (`#11828 `__) +* `@agjohnson `__: Fix bug with notification HTML (`#11827 `__) +* `@ericholscher `__: Fix AddonsConfig admin base_version. (`#11825 `__) +* `@stsewd `__: Domains: check for urlparse errors (`#11824 `__) +* `@humitos `__: Requirements: update django-formtools (`#11822 `__) +* `@stsewd `__: Tests: mock dns queries to avoid flaky tests (`#11821 `__) +* `@humitos `__: Release 11.16.0 (`#11817 `__) +* `@humitos `__: Development: use `uv` to install everything (`#11815 `__) +* `@humitos `__: EmbedAPI: main content based on documentation tool (`#11812 `__) +* `@humitos `__: EmbedAPI: support "pretty URLs" (`#11811 `__) +* `@agjohnson `__: Add email for business projects and new dashboard change (`#11809 `__) +* `@stsewd `__: Dependencies: update django-simple-history (`#11808 `__) +* `@stsewd `__: Config file: use pydantic for all config models (`#11798 `__) +* `@stsewd `__: Build: better error message when rclone fails (`#11796 `__) +* `@humitos `__: Add project: use an instance variable to avoid 500 (`#11795 `__) + Version 11.16.0 --------------- diff --git a/docs/conf.py b/docs/conf.py index 02dd5d21183..32d05125976 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -80,7 +80,7 @@ master_doc = "index" copyright = "Read the Docs, Inc & contributors" -version = "11.16.0" +version = "11.17.0" release = version exclude_patterns = ["_build", "shared", "_includes"] default_role = "obj" diff --git a/package.json b/package.json index 252ca3093fe..c06aac818a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readthedocs", - "version": "11.16.0", + "version": "11.17.0", "description": "Read the Docs build dependencies", "author": "Read the Docs, Inc ", "scripts": { diff --git a/readthedocs/__init__.py b/readthedocs/__init__.py index 5fd7baac5db..2a2fa575bdf 100644 --- a/readthedocs/__init__.py +++ b/readthedocs/__init__.py @@ -1,4 +1,4 @@ """Read the Docs.""" -__version__ = "11.16.0" +__version__ = "11.17.0" diff --git a/readthedocs/locale/ar/LC_MESSAGES/django.po b/readthedocs/locale/ar/LC_MESSAGES/django.po index 1579d14f358..cb3ea2c8dca 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -207,7 +207,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -987,18 +987,18 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1316,123 +1316,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2397,27 +2401,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3051,149 +3055,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/ca/LC_MESSAGES/django.po b/readthedocs/locale/ca/LC_MESSAGES/django.po index c856b532f41..4f26869f0d9 100644 --- a/readthedocs/locale/ca/LC_MESSAGES/django.po +++ b/readthedocs/locale/ca/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # dplanella , 2017 # Joan Queralt , 2014-2015 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -983,18 +983,18 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1312,123 +1312,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2393,27 +2397,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3052,149 +3056,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/de/LC_MESSAGES/django.po b/readthedocs/locale/de/LC_MESSAGES/django.po index 13d50e1aef7..0b21e83b5d9 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Justin “Justman10000” Nogossek, 2023\n" "Language-Team: German (http://app.transifex.com/readthedocs/readthedocs/" @@ -217,7 +217,7 @@ msgid "Log out" msgstr "Abmelden" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "Einladung verschickt" @@ -1007,18 +1007,18 @@ msgstr "Gesperrt" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Eine Buildumgebung läuft gerade für diese Version" @@ -1360,123 +1360,129 @@ msgstr "Ablehnen" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Beginnen Sie mit der Erstellung Ihrer Dokumentation" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2450,27 +2456,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "Es kann immer nur eine Domain kanonisch sein." -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Der Variablenname darf nicht mit __ (doppelter Unterstrich) beginnen" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Variablenname kann nicht mit READTHEDOCS beginnen" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Variablenname darf keine Leerzeichen enthalten" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Nur Buchstaben, Zahlen und Unterstriche sind erlaubt" @@ -3129,33 +3135,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projekt gelöscht" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3164,116 +3170,116 @@ msgstr "" "Es gibt ein Problem mit Ihrem {service}-Konto. Versuchen Sie, Ihr Konto auf " "Ihrer Seite für verbundene Dienste erneut zu verbinden." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/en/LC_MESSAGES/django.po b/readthedocs/locale/en/LC_MESSAGES/django.po index af0a08e80a5..9cfaa6f731f 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:408 +#: notifications/messages.py:421 #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -200,7 +200,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -980,18 +980,18 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1309,123 +1309,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2390,27 +2394,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3044,149 +3048,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/es/LC_MESSAGES/django.po b/readthedocs/locale/es/LC_MESSAGES/django.po index 43e602113ee..8703908e466 100644 --- a/readthedocs/locale/es/LC_MESSAGES/django.po +++ b/readthedocs/locale/es/LC_MESSAGES/django.po @@ -26,12 +26,12 @@ # Raul Galvez, 2024 # Rodrigo Vegas Sánchez-Ferrero, 2017-2018 # Sergio, 2023 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Manuel Kaufmann , 2024\n" "Language-Team: Spanish (http://app.transifex.com/readthedocs/readthedocs/" @@ -225,7 +225,7 @@ msgid "Log out" msgstr "Cerrar sesión" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "Invitación enviada" @@ -1010,7 +1010,7 @@ msgstr "Prohibido" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" @@ -1020,11 +1020,11 @@ msgstr "" "\n" "Command killed due to timeout or excessive memory consumption\n" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "El comando terminó de forma irregular" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" "Un entorno de compilación está actualmente ejecutándose para esta versión" @@ -1367,123 +1367,129 @@ msgstr "Rechazar" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Empezar a compilar tu documentación" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "Compilación omitida." -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "Compilación terminada por tiempo de espera excedido." -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "Compilación terminada por consumo excesivo de memoria" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2509,27 +2515,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "Solo un dominio puede ser canónico a la vez." -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "El nombre de la variable no puede empezar con __ (doble subrayado)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "El nombre de la variable no puede comenzar con READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "El nombre de la variable no puede tener espacios" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Sólo están permitidos los números, letras y subrayado" @@ -3194,33 +3200,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Configuración del proyecto actualizada" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Proyecto borrado" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3229,116 +3235,116 @@ msgstr "" "Hay un problema con tu cuenta de {service}, intenta volver a conectar tu " "cuenta en tu página de servicios conectados." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, 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:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "El proyecto ha sido excluido del soporte publicitario" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/eu/LC_MESSAGES/django.po b/readthedocs/locale/eu/LC_MESSAGES/django.po index c337dd0315c..1fc8efb4a5e 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -983,18 +983,18 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1312,123 +1312,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2393,27 +2397,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3047,149 +3051,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/fr/LC_MESSAGES/django.po b/readthedocs/locale/fr/LC_MESSAGES/django.po index d17706be45d..29ea1aefef5 100644 --- a/readthedocs/locale/fr/LC_MESSAGES/django.po +++ b/readthedocs/locale/fr/LC_MESSAGES/django.po @@ -37,12 +37,12 @@ # Seb35 , 2017 # Seb35 , 2017 # Yann Domingo, 2016-2017 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+0000\n" "PO-Revision-Date: 2012-10-03 11:28+0000\n" "Last-Translator: Christian Wiat, 2024\n" "Language-Team: French (http://app.transifex.com/readthedocs/readthedocs/" @@ -244,7 +244,7 @@ msgid "Log out" msgstr "Se déconnecter" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "L'invitation est envoyée" @@ -1037,7 +1037,7 @@ msgstr "Banni" msgid "Email address not verified" msgstr "Adresse courriel non vérifiée" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" @@ -1048,11 +1048,11 @@ msgstr "" "Commande tuée à cause de l'expiration du délai ou d'une consommation de " "mémoire excessive\n" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "La commande s'est terminée de manière incorrect" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" "Un environnement de compilation est en cours d'exécution pour cette version" @@ -1398,123 +1398,129 @@ msgstr "Refuser" msgid "Undefined error" msgstr "Erreur non définie" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "Problème inconnu" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Compilons votre documentation" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "Compilation arrêtée manuellement." -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "Compilation ignorée." -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "Compilation arrêtée dûe au dépassement du temps maximum d'exécution." -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "Compilation arrêtée dûe à la consommation excessive de mémoire." -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "Compilation terminée suite à une erreur inconnue." -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "Pas de contenu HTML trouvé" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "Fichier index non trouvé dans le répertoire de sortie " -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2531,27 +2537,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "Un seul domaine peut être canonique à la fois." -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Un nom de variable ne peut pas commencer par __ (double underscore)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Un nom de variable ne peut pas commancer par READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Un nom de variable ne peut pas contenir d'espace" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Seuls les lettres, les chiffres et le blanc souligné sont autorisés" @@ -3227,33 +3233,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Paramètres du projet mis à jour" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projet supprimé" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3262,116 +3268,116 @@ msgstr "" "Il y a eu un problème avec votre compte {service}, merci de le reconnecter " "sur la page de vos services liés." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, 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:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "Le projet à été retiré du programme de support publicitaire" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/gl/LC_MESSAGES/django.po b/readthedocs/locale/gl/LC_MESSAGES/django.po index 6d0efa02937..21e5bbc3fb9 100644 --- a/readthedocs/locale/gl/LC_MESSAGES/django.po +++ b/readthedocs/locale/gl/LC_MESSAGES/django.po @@ -7,12 +7,12 @@ # Leandro Regueiro , 2013 # Manuel Kaufmann , 2023 # Miguel Anxo Bouzada , 2023 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -205,7 +205,7 @@ msgid "Log out" msgstr "Saír" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "Convite enviado" @@ -999,7 +999,7 @@ msgstr "Expulsado" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" @@ -1009,11 +1009,11 @@ msgstr "" "\n" "Orde matada por mor do tempo de espera ou polo consumo excesivo de memoria\n" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "A orde saíu de xeito anómalo" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Agora está a executarse un contorno de construción para esta versión" @@ -1354,123 +1354,129 @@ msgstr "Declinar" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Comezar a construción da documentación" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2499,27 +2505,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "Só un dominio pode ser canónico á vez." -#: projects/forms.py:1200 +#: projects/forms.py:1207 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:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "O nome da variaábel non pode comezar por READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "O nome da variábel non pode conter espazos" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Só se permiten letras, números e trazo baixo" @@ -3207,33 +3213,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Actualizáronse os axustes do proxecto" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Proxecto eliminado" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "Actualizáronse os engadidos do proxecto" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3242,116 +3248,116 @@ msgstr "" "Houbo un problema coa súa conta de {service}, tente volver conectar a súa " "conta na súa páxina de servizos conectados." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, 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:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "O proxecto foi excluído do apoio publicitario" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/he/LC_MESSAGES/django.mo b/readthedocs/locale/he/LC_MESSAGES/django.mo index 311c7251b70c14294462742069f5ff2b9e9f6c24..a7f6ebcc3b5efd90e2ca909b561385263e2f1845 100755 GIT binary patch delta 26312 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 Lqgh?o*}MM_5;%w& delta 26107 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 diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index eef1c30b6fb..ecb12ca3a66 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -207,7 +207,7 @@ msgid "Log out" msgstr "יציאה" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "נשלחה הזמנה" @@ -991,7 +991,7 @@ msgstr "נחסם" msgid "Email address not verified" msgstr "כתובת הדוא״ל לא אומתה" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" @@ -1001,11 +1001,11 @@ msgstr "" "\n" "הפקודה חוסלה עקב חריגה ממגבלות הזמן או צריכת זיכרון מוגזמת\n" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "הפקודה יצאה באופן חריג" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "יש כרגע סביבת בנייה רצה לגרסה זו" @@ -1345,123 +1345,129 @@ msgstr "דחייה" msgid "Undefined error" msgstr "שגיאה לא מוגדרת" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "תקלה לא ידועה" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "התחלת בניית התיעוד שלך" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "הבנייה חוסלה עקב חוסר פעילות" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "הגעת לגבול המקביליות העליון." -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "הבנייה בוטלה ידנית." -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "בנייה דולגה." -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "הבנייה הושמדה כי עבר יותר מדי זמן." -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "הבנייה הושמדה כי השתמשה ביותר מדי זיכרון." -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "בנייה שהשתמשה במערכת ניהול גרסאות מיושנת לא נתמכת: {{vcs}}." -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "הבנייה הושמדה עקב שגיאה לא ידועה." -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "בניות מושבתות זמנית למיזם הזה." -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "לא נמצא תוכן HTML" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "תיקיית פלט הבנייה אינה תיקייה" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "תיקיית פלט הבנייה לא מכילה קבצים כלל" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "תיקיית פלט הבנייה מכילה מגוון קבצים" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "קובץ המפתח (index) לא קיים בתיקיית פלט ה־HTML" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "המיזם שלך מוציא קבצים לתיקייה ישנה" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "למיזם שלך אין קובץ ‎.readthedocs.yaml." -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "מפתח ההגדרה build.image לא בשימוש עוד" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "מפתח ההגדרה build.os נחוץ" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "יש לפחות קובץ אחד שחורג ממגבלת הגודל" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "אין קובץ PDF בתיקיית הפלט" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "מפתח ההגדרה build.commands בשלבי ניסוי" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "לא נמצאו קובצי טך (TeX)" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "אפשרות ההגדרה docs_dir של MkDocs שגויה" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "נתיב ה־docs_dir של MkDocs לא נמצא" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "אפשרות ההגדרה {{extra_config}} של MkDocs שגויה" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "קובץ ההגדרות של MkDocs ריק" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "קובץ ההגדרות של MkDocs לא נמצא" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "שגיאה לא ידועה בעת טעינת קובץ ההגדרות שלך ב־MkDocs" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "שגיאת תחביר ב־mkdocs.yml" @@ -2482,27 +2488,27 @@ msgstr "" msgid "The domain is not valid." msgstr "שם התחום שגוי." -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "רק שם תחום אחד יכול להיות ייצוגי בכל פעם." -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "שם משתנה לא יכול להתחיל ב־__ (פעמיים קו תחתון)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "שם משתנה לא יכול להתחיל ב־READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "כבר יש משתנה עם השם הזה במיזם הזה" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "שם משתנה לא יכול להכיל רווחים" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "מותר אותיות באנגלית, ספרות וקווים תחתיים בלבד" @@ -2520,7 +2526,7 @@ msgstr "כינוי" #: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" -msgstr "" +msgstr "גרסת בסיס להשוות אליה (למשל: הבדל בין מסמכים, הבדל בעץ תיקיות)" #: projects/models.py:201 msgid "Sorting of versions" @@ -3176,33 +3182,33 @@ msgid "" "KB." msgstr "גודל משתני הסביבה הכולל במיזם לא יכול לחרוג מ־256 ק״ב." -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "הגדרות המיזם עודכנו" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "המיזם נמחק" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "תוספי המיזם עודכנו" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "גרסה נוצרה" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "גרסה עודכנה" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "גילינו קובץ הגדרות במאגר שלך והתחלנו את הבנייה של המיזם הראשון שלך." -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3211,116 +3217,116 @@ msgstr "" "קרתה תקלה עם החשבון שלך אצל {service}, כדאי לנסות לחבר את החשבון שלך מחדש " "בעמוד השירותים המחוברים שלך." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "תת־מיזם נוצר" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "תת־מיזם עודכן" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "תת־מיזם נמחק" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "משתמש נמחק" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "{username} הוא הבעלים האחרונים, לא ניתן להסיר" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "התראה נוצרה" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "התראה נמחקה" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "התלייה נוצרה" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "התלייה עודכנה" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "התלייה נמחקה" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "תרגום נוצר" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "תרגום נמחק" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "הפניה נוצרה" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "הפניה עודכנה" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "הפניה נמחקה" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "שם תחום נוצר" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "שם תחום עודכן" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "שם תחום נמחק" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "שילוב נוצר" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "שילוב נמחק" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "המיזם ביטל תמיכה עם פרסומות" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "משתנה סביבה נוצר" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "משתנה סביבה נמחק" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "כלל אוטומטציה הועבר" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "כלל אוטומציה נמחק" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "כלל אוטומציה נוצר" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "כלל אוטומציה עודכן" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "הגדרות בקשות הדחיפה עודכנו" @@ -6102,6 +6108,3 @@ msgstr "" "מספיקה ועליך גם לבקר בהגדרות אצל ספק ה־Git שלך כדי למחוק את חיבור ה־OAuth של " "Read the Docs. ב־GitHub, הוא ממוקם תחת Settings > Applications > " "Authorized OAuth Apps." - -#~ msgid "Build: Generate a file manifest for file tree diff." -#~ msgstr "בנייה: יצירת קובץ הצהרה (manifest) להבדל בעץ הקבצים." diff --git a/readthedocs/locale/hu/LC_MESSAGES/django.po b/readthedocs/locale/hu/LC_MESSAGES/django.po index 82feeb99954..8ee333e3190 100644 --- a/readthedocs/locale/hu/LC_MESSAGES/django.po +++ b/readthedocs/locale/hu/LC_MESSAGES/django.po @@ -4,12 +4,12 @@ # # Translators: # Laszlo Matusek , 2021 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -202,7 +202,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -982,18 +982,18 @@ msgstr "Kitiltott" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "A parancs rendellenesen fejeződött be" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Az építési környezet jelenleg ezen a verzión fut" @@ -1314,123 +1314,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2395,27 +2399,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 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:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Változónév nem kezdődhet a READTHEDOCS karaktersorozattal" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "A változónév nem tartalmazhat üres karaktert" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Csak betűk, számok és aláhúzás használható" @@ -3060,33 +3064,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Projekt beállításai frissítve" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projekt törölve" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3095,116 +3099,116 @@ msgstr "" "Probléma merült fel a {service} fiókjával, próbáljon újra csatlakozni a kapcsolt szolgáltatások oldalon." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "A projektet kivonták a reklámtámogatásból" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/id_ID/LC_MESSAGES/django.po b/readthedocs/locale/id_ID/LC_MESSAGES/django.po index 4e16a312637..14bdef8d468 100644 --- a/readthedocs/locale/id_ID/LC_MESSAGES/django.po +++ b/readthedocs/locale/id_ID/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # Rifqi Imaduddin Irfan, 2021 # begini , 2017 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -983,18 +983,18 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1313,123 +1313,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Mulai membangun dokumentasi anda" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2394,27 +2400,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Nama variable tidak dapat dimulai dengan __ (garis bawah ganda)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Nama variabel tidak bisa dimulai dengan READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Nama variabel tidak boleh mengandung spasi" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Hanya huruf, angka, dan garis bawah yang diperbolehkan" @@ -3050,149 +3056,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Pengaturan proyek telah diperbarui" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Proyek dihapus" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/it/LC_MESSAGES/django.po b/readthedocs/locale/it/LC_MESSAGES/django.po index 5dbaea05b8e..79900a8daa9 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -214,7 +214,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -995,18 +995,18 @@ msgstr "Proibito" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "Il comando è terminato anormalmente" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Un ambiente di build sta compilando questa versione" @@ -1327,123 +1327,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Inizia a compilare la tua documentazione" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2410,27 +2416,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Il nome di variabile non può iniziare con __ (doppio underscore)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Il nome di variabile non può iniziare con READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Il nome di variabile non può contenere spazi" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Sono ammessi sono lettere, numeri e underscore" @@ -3078,33 +3084,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Impostazioni di progetto aggiornate" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Progetto eliminato" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3113,116 +3119,116 @@ msgstr "" "C'è un problema con il tuo {service} account, prova a riconnettere il tuo " "account alla pagina dei servizi collegati." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "Il progetto ha rinunciato al piano di annunci" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/ja/LC_MESSAGES/django.po b/readthedocs/locale/ja/LC_MESSAGES/django.po index b0e5f56c62e..3d8cc88ef25 100644 --- a/readthedocs/locale/ja/LC_MESSAGES/django.po +++ b/readthedocs/locale/ja/LC_MESSAGES/django.po @@ -16,12 +16,12 @@ # Shuuji TAKAHASHI (shuuji3) , 2017 # Shuuji TAKAHASHI (shuuji3) , 2023 # shirou - しろう , 2014-2015 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -214,7 +214,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -994,18 +994,18 @@ msgstr "BANされた" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "コマンドが不正に終了しました" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "このバージョンで現在動作しているビルド環境" @@ -1323,123 +1323,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2404,27 +2408,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "__ (2つのアンダースコア) で始まる変数名は使用できません" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "READTHEDOCS で始まる変数名は使用できません" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "この名前の変数はすでにこのプロジェクトに存在します" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "変数名に空白を含むことはできません" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "英数字とアンダースコアのみが許容されます" @@ -3064,33 +3068,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "プロジェクト設定を更新しました" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "プロジェクトを削除しました" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3099,116 +3103,116 @@ msgstr "" "あなたの {service} アカウントに問題が起きました。接続中の" "サービスページでアカウントの再接続をしてください。" -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/ko_KR/LC_MESSAGES/django.po b/readthedocs/locale/ko_KR/LC_MESSAGES/django.po index b39f2d21bd4..cfbe4162f04 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -202,7 +202,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -982,18 +982,18 @@ msgstr "금지됨" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "명령어가 비정상적으로 종료됨" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1311,123 +1311,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2392,27 +2396,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3049,149 +3053,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "프로젝트 삭제됨" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/lt/LC_MESSAGES/django.po b/readthedocs/locale/lt/LC_MESSAGES/django.po index 268d80aa19f..6e94ac9264e 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -204,7 +204,7 @@ msgid "Log out" msgstr "Atsijungti" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "Pakvietimas išsiųstas" @@ -990,7 +990,7 @@ msgstr "Uždraustas" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" @@ -1000,11 +1000,11 @@ msgstr "" "\n" "Komanda nutraukta dėl per didelio atminties naudojimo\n" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "Komanda nenormaliai baigta" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Šiai versijai šiuo metu veikia kūrimo aplinka" @@ -1343,123 +1343,129 @@ msgstr "Atmesti" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Pradėkite kurti savo dokumentaciją" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2460,27 +2466,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Kintamojo pavadinimas negali prasidėti __ (dvigubu pabraukimu)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Kintamojo pavadinimas negali prasidėti READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "Šiame projekte jau yra kintamasis tokiu pavadinimu" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Kintamojo pavadinime negali būti tarpų" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Leidžiamos tik raidės, skaitmenys ir pabraukimai" @@ -3122,33 +3128,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Projekto nustatymai pakeisti" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projektas ištrintas" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3157,116 +3163,116 @@ msgstr "" "Yra problemų su jūsų {service} paskyra, bandykite prijungti iš naujo jūsų prijungtų paslaugų puslapyje." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "Projektas buvo išimtas iš reklamos palaikymo" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/nb/LC_MESSAGES/django.po b/readthedocs/locale/nb/LC_MESSAGES/django.po index 37165ea580f..44d6ee38d81 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -983,18 +983,18 @@ msgstr "Utestengt" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1312,123 +1312,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2393,27 +2397,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3053,149 +3057,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/nl/LC_MESSAGES/django.po b/readthedocs/locale/nl/LC_MESSAGES/django.po index d5ae17a86e3..ade478c06a4 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -209,7 +209,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -990,18 +990,18 @@ msgstr "Verbannen" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "Commando abnormaal gestopt" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Een bouw omgeving is momenteel actief voor deze versie" @@ -1323,123 +1323,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Start met het maken van je documentatie" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2404,27 +2410,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3059,149 +3065,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Projectinstellingen bijgewerkt" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Project verwijderd" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/nl_NL/LC_MESSAGES/django.po b/readthedocs/locale/nl_NL/LC_MESSAGES/django.po index 7e4b24a8b57..e40ea3d0020 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -205,7 +205,7 @@ msgid "Log out" msgstr "Uitloggen" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "Uitnodiging verstuurd" @@ -986,18 +986,18 @@ msgstr "Verbannen" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "Commando abnormaal gestopt" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Er draait momenteel een bouwomgeving voor deze versie" @@ -1318,123 +1318,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Start met het bouwen van je documentatie" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2401,27 +2407,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Variabele namen mogen niet beginnen met __ (dubbele underscore)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Variabel-namen mogen niet beginnen met READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Variabel-namen mogen geen spaties bevatten" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Alleen letters, cijfers en underscores zijn toegestaan" @@ -3055,149 +3061,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/pl/LC_MESSAGES/django.po b/readthedocs/locale/pl/LC_MESSAGES/django.po index dda9b2a2a42..9c231d04bc2 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -210,7 +210,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -990,18 +990,18 @@ msgstr "Zbanowany" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "Komenda zakończyła się nieprawidłowo" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Środowisko buildu jest już uruchomione dla tej wersji" @@ -1319,123 +1319,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Zacznij budować swoją dokumentację" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2402,27 +2408,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3056,149 +3062,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Zaktualizowano ustawienia projektu" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projekt usunięty" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo index 67807aec464bd713ad1e2e6e032b43863108aee8..1f526b1148afb09391015f14d7a1e99fac8c32a0 100755 GIT binary patch delta 26250 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 diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index 3f91b9d6c4a..f7baf1588e8 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -224,7 +224,7 @@ msgid "Log out" msgstr "Sair" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "Convite enviado" @@ -1014,7 +1014,7 @@ msgstr "Banido" msgid "Email address not verified" msgstr "Endereço de e-mail não verificado" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" @@ -1025,11 +1025,11 @@ msgstr "" "Comando encerrado em ter excedido o tempo limite ou consumo excessivo de " "memória\n" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "O comando encerrado de forma anormal" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Um ambiente de construção está atualmente em execução para esta versão" @@ -1374,124 +1374,130 @@ msgstr "Recusar" msgid "Undefined error" msgstr "Erro indefinido" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "Problema desconhecido" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Começar a construir sua documentação" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "Construção encerrada devido a inatividade" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "Limite máximo de simultaneidade atingido." -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "Construção cancelada manualmente." -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "Construção ignorada." -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "Construção encerrada devido ao tempo limite ter sido alcançado." -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "Construção encerrada devido ao consumo excessivo de memória." -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "A construção usada em um VCS descontinuado não é suportada: {{vcs}}." -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "A construção foi encerrada devido a um erro desconhecido." -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "As construções estão temporariamente desativadas para este projeto." -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "Nenhum conteúdo HTML encontrado" -#: notifications/messages.py:245 +#: notifications/messages.py:258 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:258 +#: notifications/messages.py:271 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:271 +#: notifications/messages.py:284 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:285 +#: notifications/messages.py:298 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:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "Seu projeto está gerando arquivos em um diretório antigo" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "Seu projeto não possui um arquivo .readthedocs.yaml" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "A chave de configuração build.image foi descontinuada" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "A chave de configuração build.os é necessária" -#: notifications/messages.py:354 +#: notifications/messages.py:367 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:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "Não há arquivo PDF no diretório de saída" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "A chave de configuração build.commands está em beta" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "Nenhum arquivo TeX foi encontrado" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "A opção de configuração de MkDocs docs_dir é inválida" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "Caminho de MkDocs docs_dir não encontrado" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" "A opção de configuração de MkDocs {{extra_config}} é inválida" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "O arquivo de configuração de MkDocs está vazio" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "Arquivo de configuração de MkDocs não encontrado" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "Erro desconhecido ao carregar seu arquivo de configuração de MkDocs" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "Erro de sintaxe em mkdocs.yml" @@ -2537,27 +2543,27 @@ msgstr "" msgid "The domain is not valid." msgstr "O domínio não é válido." -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "Apenas um domínio pode ser canônico por vez." -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Nome de variável não pode iniciar com __ (sublinhado duplo)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Nome de variável não pode começar com READTHEDOCS" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Nome de variável não pode conter espaços" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Apenas letras, números e sublinhados são permitidos" @@ -2575,7 +2581,7 @@ msgstr "Apelido" #: projects/models.py:176 msgid "Base version to compare against (eg. DocDiff, File Tree Diff)" -msgstr "" +msgstr "Versão base para comparar (por exemplo, DocDiff, File Tree Diff)" #: projects/models.py:201 msgid "Sorting of versions" @@ -3254,27 +3260,27 @@ msgstr "" "O tamanho total de todas as variáveis ​​de ambiente no projeto não pode " "exceder 256 KB." -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Configurações do projeto atualizadas" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Projeto excluído" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "Addons do projeto atualizados" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "Versão criada" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "Versão atualizada" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." @@ -3282,7 +3288,7 @@ msgstr "" "Detectamos um arquivo de configuração em seu repositório e iniciamos a " "primeira construção do seu projeto." -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3291,116 +3297,116 @@ msgstr "" "Há um problema com sua conta do {service}, tente reconectar sua conta na sua " "página de serviços conectados." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "Subprojeto criado" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "Subprojeto atualizado" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "Subprojeto excluído" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "Usuário excluído" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, 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:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "Notificação criada" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "Notificação excluída" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "Webhook criado" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "Webhook atualizado" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "Webhook excluído" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "Tradução criada" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "Tradução excluída" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "Redirecionamento criado" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "Redirecionamento atualizado" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "Redirecionamento excluído" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "Domínio criado" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "Domínio atualizado" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "Domínio excluído" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "Integração criada" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "Integração excluída" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "O projeto optou por desativar apoio por anúncios" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "Variável ambiente criada" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "Variável ambiente excluída" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "Regra de automação movida" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "Regra de automação excluída" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "Regra de automação criada" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "Regra de automação atualizada" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "As configurações de pull request foram atualizadas" @@ -6264,8 +6270,3 @@ 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 "Build: Generate a file manifest for file tree diff." -#~ msgstr "" -#~ "Construção: Gera um manifesto de arquivo para a comparação de árvore de " -#~ "arquivos." diff --git a/readthedocs/locale/ru/LC_MESSAGES/django.po b/readthedocs/locale/ru/LC_MESSAGES/django.po index b78fb7adb0a..ec5bf5056b0 100644 --- a/readthedocs/locale/ru/LC_MESSAGES/django.po +++ b/readthedocs/locale/ru/LC_MESSAGES/django.po @@ -20,12 +20,12 @@ # vlad , 2014 # Алексей Бобылёв , 2019 # Victor, 2023 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -220,7 +220,7 @@ msgid "Log out" msgstr "Выйти" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "Приглашение отправлено" @@ -1002,7 +1002,7 @@ msgstr "Заблокировано" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" @@ -1012,11 +1012,11 @@ msgstr "" "\n" "Команда завершена из-за тайм-аута или чрезмерного потребления памяти\n" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "Команда завершилась со сбоем" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Среда сборки в настоящее время запущена для этой версии" @@ -1342,123 +1342,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Начните сборку вашей документации" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2425,27 +2431,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Имя переменной не должно начинаться с __ (двойное подчёркивание)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Имя переменной не должно начинаться с READTHEDOCS." -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "В этом проекте уже имеется переменная с таким именем" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Имя переменной не должно содержать пробелы" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Разрешены только буквы, цифры и подчеркивание" @@ -3094,33 +3100,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Обновлены настройки проекта" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Проект удалён" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3129,116 +3135,116 @@ msgstr "" "Возникла проблема с вашей учётной записью {service}, попробуйте повторно " "подключить её на странице подключённых служб." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "Проект был исключён из рекламной поддержки" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/sk/LC_MESSAGES/django.po b/readthedocs/locale/sk/LC_MESSAGES/django.po index 50572145763..05393f7d898 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -204,7 +204,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -984,18 +984,18 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1313,123 +1313,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2394,27 +2398,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3048,149 +3052,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/tr/LC_MESSAGES/django.po b/readthedocs/locale/tr/LC_MESSAGES/django.po index 842db4e288e..559dfbd2356 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -983,18 +983,18 @@ msgstr "Yasaklandı" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "Komuttan anormal olarak çıkıldı" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "Bu sürüm için şu anda bir oluşturma ortamı çalışıyor" @@ -1317,123 +1317,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "Belgelendirmenizi oluşturmaya başlayın" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2400,27 +2406,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "Değişken adı __ (çift alt çizgi) ile başlayamaz" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "Değişken adı READTHEDOCS ile başlayamaz" -#: projects/forms.py:1209 +#: projects/forms.py:1216 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:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "Değişken adı boşluklar içeremez" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "Sadece harflere, sayılara ve alt çizgiye izin verilir" @@ -3063,33 +3069,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "Proje ayarları güncellendi" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "Proje silindi" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3098,116 +3104,116 @@ msgstr "" "{service} hesabınızla ilgili bir sorun var, bağlı " "hizmetler sayfanızda hesabınızı yeniden bağlamayı deneyin." -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "Proje reklam desteğinden çekildi" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/uk/LC_MESSAGES/django.po b/readthedocs/locale/uk/LC_MESSAGES/django.po index 816c3225b3a..1ffd99bb6c3 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -211,7 +211,7 @@ msgid "Log out" msgstr "Вийти" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "Запрошення надіслане" @@ -998,18 +998,18 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1327,123 +1327,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2408,27 +2412,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3066,149 +3070,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po index 6eedc340938..a0126bf1407 100644 --- a/readthedocs/locale/vi_VN/LC_MESSAGES/django.po +++ b/readthedocs/locale/vi_VN/LC_MESSAGES/django.po @@ -5,12 +5,12 @@ # Translators: # Trung Ngô , 2013 # Xuân Sâm Đinh , 2016 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -203,7 +203,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -983,18 +983,18 @@ msgstr "" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "" @@ -1312,123 +1312,127 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +msgid "There was a problem while updating your documentation" +msgstr "" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2393,27 +2397,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3047,149 +3051,149 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, 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:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/zh_CN/LC_MESSAGES/django.po b/readthedocs/locale/zh_CN/LC_MESSAGES/django.po index df9e340e94e..fe2f9b6e769 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:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -226,7 +226,7 @@ msgid "Log out" msgstr "退出登录" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "" @@ -1006,18 +1006,18 @@ msgstr "禁用的" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "程序终止异常" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "当前版本的创建环境正在运行" @@ -1335,123 +1335,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "开始构建您的文档" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2417,27 +2423,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "变量名不能以__开头(双下划线)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "变量名不能以 READTHEDOCS 开头" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "该项目已经有一个具有此名称的变量" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "" @@ -3075,33 +3081,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "项目设置已更新" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "项目已删除" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3110,116 +3116,116 @@ msgstr "" "您的 {service} 账号出现了问题,尝试重新连接 已连接服务页面" "上的账号。" -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "项目已从广告支持中退出" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po index 0cd23679a66..f4d84050ff2 100644 --- a/readthedocs/locale/zh_TW/LC_MESSAGES/django.po +++ b/readthedocs/locale/zh_TW/LC_MESSAGES/django.po @@ -14,12 +14,12 @@ # 78493665edbb04e7a16a0d1f4e497eb4_0c7904c , 2017 # wlbksy , 2014 # Xaver Y.R. Chen , 2014 -#: notifications/messages.py:408 +#: notifications/messages.py:421 msgid "" msgstr "" "Project-Id-Version: readthedocs\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-03 10:46+0000\n" +"POT-Creation-Date: 2024-12-10 15:33+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/" @@ -212,7 +212,7 @@ msgid "Log out" msgstr "" #: audit/models.py:91 organizations/views/private.py:148 -#: organizations/views/private.py:209 projects/views/private.py:587 +#: organizations/views/private.py:209 projects/views/private.py:607 msgid "Invitation sent" msgstr "邀請已送出" @@ -992,18 +992,18 @@ msgstr "已封鎖" msgid "Email address not verified" msgstr "" -#: doc_builder/environments.py:349 +#: doc_builder/environments.py:352 msgid "" "\n" "\n" "Command killed due to timeout or excessive memory consumption\n" msgstr "" -#: doc_builder/environments.py:355 +#: doc_builder/environments.py:358 msgid "Command exited abnormally" msgstr "指令異常退出" -#: doc_builder/environments.py:620 +#: doc_builder/environments.py:627 msgid "A build environment is currently running for this version" msgstr "用於該版本的建置環境正在執行" @@ -1323,123 +1323,129 @@ msgstr "" msgid "Undefined error" msgstr "" -#: notifications/messages.py:84 notifications/messages.py:115 +#: notifications/messages.py:84 notifications/messages.py:128 msgid "Unknown problem" msgstr "" #: notifications/messages.py:101 +#, fuzzy +#| msgid "Start building your documentation" +msgid "There was a problem while updating your documentation" +msgstr "開始建置您的文件" + +#: notifications/messages.py:114 msgid "Build terminated due to inactivity" msgstr "" -#: notifications/messages.py:129 +#: notifications/messages.py:142 msgid "Maximum concurrency limit reached." msgstr "" -#: notifications/messages.py:142 +#: notifications/messages.py:155 msgid "Build cancelled manually." msgstr "" -#: notifications/messages.py:154 +#: notifications/messages.py:167 msgid "Build skipped." msgstr "" -#: notifications/messages.py:167 +#: notifications/messages.py:180 msgid "Build terminated due to time out." msgstr "" -#: notifications/messages.py:180 +#: notifications/messages.py:193 msgid "Build terminated due to excessive memory consumption." msgstr "" -#: notifications/messages.py:193 +#: notifications/messages.py:206 msgid "Build used a deprecated VCS is not supported: {{vcs}}." msgstr "" -#: notifications/messages.py:206 +#: notifications/messages.py:219 msgid "Build terminated due to unknown error." msgstr "" -#: notifications/messages.py:218 +#: notifications/messages.py:231 msgid "Builds are temporary disabled for this project." msgstr "" -#: notifications/messages.py:232 +#: notifications/messages.py:245 msgid "No HTML content found" msgstr "" -#: notifications/messages.py:245 +#: notifications/messages.py:258 msgid "Build output directory is not a directory" msgstr "" -#: notifications/messages.py:258 +#: notifications/messages.py:271 msgid "Build output directory doesn't contain any file" msgstr "" -#: notifications/messages.py:271 +#: notifications/messages.py:284 msgid "Build output directory contains multiple files" msgstr "" -#: notifications/messages.py:285 +#: notifications/messages.py:298 msgid "Index file is not present in HTML output directory" msgstr "" -#: notifications/messages.py:298 +#: notifications/messages.py:311 msgid "Your project is outputing files in an old directory" msgstr "" -#: notifications/messages.py:312 +#: notifications/messages.py:325 msgid "Your project doesn't have a .readthedocs.yaml file" msgstr "" -#: notifications/messages.py:326 +#: notifications/messages.py:339 msgid "Configuration key build.image is deprecated" msgstr "" -#: notifications/messages.py:340 +#: notifications/messages.py:353 msgid "Configuration key build.os is required" msgstr "" -#: notifications/messages.py:354 +#: notifications/messages.py:367 msgid "There is at least one file that exceeds the size limit" msgstr "" -#: notifications/messages.py:367 +#: notifications/messages.py:380 msgid "There is no PDF file in output directory" msgstr "" -#: notifications/messages.py:380 +#: notifications/messages.py:393 msgid "Config key build.commands is in beta" msgstr "" -#: notifications/messages.py:393 +#: notifications/messages.py:406 msgid "No TeX files were found" msgstr "" -#: notifications/messages.py:420 +#: notifications/messages.py:433 msgid "MkDocs docs_dir configuration option is invalid" msgstr "" -#: notifications/messages.py:433 +#: notifications/messages.py:446 msgid "MkDocs docs_dir path not found" msgstr "" -#: notifications/messages.py:447 +#: notifications/messages.py:460 msgid "MkDocs {{extra_config}} configuration option is invalid" msgstr "" -#: notifications/messages.py:461 +#: notifications/messages.py:474 msgid "MkDocs configuration file is empty" msgstr "" -#: notifications/messages.py:473 +#: notifications/messages.py:486 msgid "MkDocs configuration file not found" msgstr "" -#: notifications/messages.py:487 +#: notifications/messages.py:500 msgid "Unknown error when loading your MkDocs configuration file" msgstr "" -#: notifications/messages.py:501 +#: notifications/messages.py:514 msgid "Syntax error in mkdocs.yml" msgstr "" @@ -2404,27 +2410,27 @@ msgstr "" msgid "The domain is not valid." msgstr "" -#: projects/forms.py:1097 +#: projects/forms.py:1104 msgid "Only one domain can be canonical at a time." msgstr "" -#: projects/forms.py:1200 +#: projects/forms.py:1207 msgid "Variable name can't start with __ (double underscore)" msgstr "變數名稱不可以 __ 開頭(雙底線)" -#: projects/forms.py:1204 +#: projects/forms.py:1211 msgid "Variable name can't start with READTHEDOCS" msgstr "變數名稱不可以 READTHEDOCS 開頭" -#: projects/forms.py:1209 +#: projects/forms.py:1216 msgid "There is already a variable with this name for this project" msgstr "該專案中已有相同名稱的變數" -#: projects/forms.py:1214 +#: projects/forms.py:1221 msgid "Variable name can't contain spaces" msgstr "變數名稱不可包含空白字元" -#: projects/forms.py:1218 +#: projects/forms.py:1225 msgid "Only letters, numbers and underscore are allowed" msgstr "僅可使用字母、數字與底線" @@ -3062,33 +3068,33 @@ msgid "" "KB." msgstr "" -#: projects/views/private.py:211 +#: projects/views/private.py:212 msgid "Project settings updated" msgstr "已更新專案設定" -#: projects/views/private.py:223 +#: projects/views/private.py:224 msgid "Project deleted" msgstr "已刪除專案" -#: projects/views/private.py:237 +#: projects/views/private.py:238 msgid "Project addons updated" msgstr "" -#: projects/views/private.py:288 +#: projects/views/private.py:289 msgid "Version created" msgstr "" -#: projects/views/private.py:293 +#: projects/views/private.py:294 msgid "Version updated" msgstr "" -#: projects/views/private.py:409 +#: projects/views/private.py:377 msgid "" "We detected a configuration file in your repository and started your " "project's first build." msgstr "" -#: projects/views/private.py:482 +#: projects/views/private.py:502 #, python-brace-format msgid "" "There is a problem with your {service} account, try reconnecting your " @@ -3097,116 +3103,116 @@ msgstr "" "您的 {service} 帳號有問題,請嘗試在已串聯的服務頁面上重" "新串聯帳號。" -#: projects/views/private.py:540 +#: projects/views/private.py:560 msgid "Subproject created" msgstr "" -#: projects/views/private.py:544 +#: projects/views/private.py:564 msgid "Subproject updated" msgstr "" -#: projects/views/private.py:549 +#: projects/views/private.py:569 msgid "Subproject deleted" msgstr "" -#: projects/views/private.py:592 +#: projects/views/private.py:612 msgid "User deleted" msgstr "" -#: projects/views/private.py:603 +#: projects/views/private.py:623 #, python-brace-format msgid "{username} is the last owner, can't be removed" msgstr "" -#: projects/views/private.py:668 +#: projects/views/private.py:688 msgid "Notification created" msgstr "" -#: projects/views/private.py:673 +#: projects/views/private.py:693 msgid "Notification deleted" msgstr "" -#: projects/views/private.py:708 +#: projects/views/private.py:728 msgid "Webhook created" msgstr "" -#: projects/views/private.py:718 +#: projects/views/private.py:738 msgid "Webhook updated" msgstr "" -#: projects/views/private.py:728 +#: projects/views/private.py:748 msgid "Webhook deleted" msgstr "" -#: projects/views/private.py:783 +#: projects/views/private.py:803 msgid "Translation created" msgstr "" -#: projects/views/private.py:788 +#: projects/views/private.py:808 msgid "Translation deleted" msgstr "" -#: projects/views/private.py:831 +#: projects/views/private.py:851 msgid "Redirect created" msgstr "" -#: projects/views/private.py:835 +#: projects/views/private.py:855 msgid "Redirect updated" msgstr "" -#: projects/views/private.py:865 +#: projects/views/private.py:885 msgid "Redirect deleted" msgstr "" -#: projects/views/private.py:898 +#: projects/views/private.py:918 msgid "Domain created" msgstr "" -#: projects/views/private.py:918 +#: projects/views/private.py:938 msgid "Domain updated" msgstr "" -#: projects/views/private.py:933 +#: projects/views/private.py:953 msgid "Domain deleted" msgstr "" -#: projects/views/private.py:978 +#: projects/views/private.py:998 msgid "Integration created" msgstr "" -#: projects/views/private.py:1005 +#: projects/views/private.py:1025 msgid "Integration deleted" msgstr "" -#: projects/views/private.py:1053 +#: projects/views/private.py:1073 msgid "Project has been opted out from advertisement support" msgstr "專案已選擇退出廣告支援" -#: projects/views/private.py:1085 +#: projects/views/private.py:1105 msgid "Environment variable created" msgstr "" -#: projects/views/private.py:1089 +#: projects/views/private.py:1109 msgid "Environment variable deleted" msgstr "" -#: projects/views/private.py:1114 +#: projects/views/private.py:1134 msgid "Automation rule moved" msgstr "" -#: projects/views/private.py:1130 +#: projects/views/private.py:1150 msgid "Automation rule deleted" msgstr "" -#: projects/views/private.py:1140 +#: projects/views/private.py:1160 msgid "Automation rule created" msgstr "" -#: projects/views/private.py:1144 +#: projects/views/private.py:1164 msgid "Automation rule updated" msgstr "" -#: projects/views/private.py:1332 +#: projects/views/private.py:1352 msgid "Pull request settings have been updated" msgstr "" diff --git a/setup.cfg b/setup.cfg index 1e1b608a18f..3ccd183b647 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = readthedocs -version = 11.16.0 +version = 11.17.0 license = MIT description = Read the Docs builds and hosts documentation author = Read the Docs, Inc @@ -29,7 +29,7 @@ github_owner = readthedocs github_repo = readthedocs.org [bumpver] -current_version = "11.16.0" +current_version = "11.17.0" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = False