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 311c7251b70..a7f6ebcc3b5 100755 Binary files a/readthedocs/locale/he/LC_MESSAGES/django.mo and b/readthedocs/locale/he/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/he/LC_MESSAGES/django.po b/readthedocs/locale/he/LC_MESSAGES/django.po index 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 67807aec464..1f526b1148a 100755 Binary files a/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo and b/readthedocs/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/readthedocs/locale/pt_BR/LC_MESSAGES/django.po b/readthedocs/locale/pt_BR/LC_MESSAGES/django.po index 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