From 0cb10f806a6b99ed49c973a082c20cbd777f52ff Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 05:02:09 +0000 Subject: [PATCH] Update source translation strings --- netbox/translations/en/LC_MESSAGES/django.po | 24 ++++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/netbox/translations/en/LC_MESSAGES/django.po b/netbox/translations/en/LC_MESSAGES/django.po index 4d8af7aba..38ba54c79 100644 --- a/netbox/translations/en/LC_MESSAGES/django.po +++ b/netbox/translations/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-11-18 05:01+0000\n" +"POT-Creation-Date: 2025-11-20 05:01+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -14216,12 +14216,13 @@ msgid "Missing required packages" msgstr "" #: netbox/templates/exceptions/import_error.html:11 +#, python-format msgid "" "This installation of NetBox might be missing one or more required Python " -"packages. These packages are listed in requirements.txt and " -"local_requirements.txt, and are normally installed as part of " -"the installation or upgrade process. To verify installed packages, run " -"pip freeze from the console and compare the output to the list " +"packages. These packages are listed in %(req_file)s and " +"%(local_req_file)s, and are normally installed as part of the " +"installation or upgrade process. To verify installed packages, run " +"%(pip_cmd)s from the console and compare the output to the list " "of required packages." msgstr "" @@ -14265,10 +14266,11 @@ msgid "Database migrations missing" msgstr "" #: netbox/templates/exceptions/programming_error.html:11 +#, python-format msgid "" "When upgrading to a new NetBox release, the upgrade script must be run to " "apply any new database migrations. You can run migrations manually by " -"executing python3 manage.py migrate from the command line." +"executing %(command)s from the command line." msgstr "" #: netbox/templates/exceptions/programming_error.html:18 @@ -14276,10 +14278,11 @@ msgid "Unsupported PostgreSQL version" msgstr "" #: netbox/templates/exceptions/programming_error.html:19 +#, python-format msgid "" "Ensure that PostgreSQL version 14 or later is in use. You can check this by " "connecting to the database using NetBox's credentials and issuing a query " -"for SELECT VERSION()." +"for %(sql_query)s." msgstr "" #: netbox/templates/extras/configcontextprofile.html:30 @@ -15216,10 +15219,11 @@ msgid "Check the following" msgstr "" #: netbox/templates/media_failure.html:29 +#, python-format msgid "" -"manage.py collectstatic was run during the most recent upgrade. " -"This installs the most recent iteration of each static file into the static " -"root path." +"%(command)s was run during the most recent upgrade. This " +"installs the most recent iteration of each static file into the static root " +"path." msgstr "" #: netbox/templates/media_failure.html:35