|
@@ -8,7 +8,7 @@ msgid ""
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
|
"Report-Msgid-Bugs-To: \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"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
@@ -14216,12 +14216,13 @@ msgid "Missing required packages"
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: netbox/templates/exceptions/import_error.html:11
|
|
#: netbox/templates/exceptions/import_error.html:11
|
|
|
|
|
+#, python-format
|
|
|
msgid ""
|
|
msgid ""
|
|
|
"This installation of NetBox might be missing one or more required Python "
|
|
"This installation of NetBox might be missing one or more required Python "
|
|
|
-"packages. These packages are listed in <code>requirements.txt</code> and "
|
|
|
|
|
-"<code>local_requirements.txt</code>, and are normally installed as part of "
|
|
|
|
|
-"the installation or upgrade process. To verify installed packages, run "
|
|
|
|
|
-"<code>pip freeze</code> from the console and compare the output to the list "
|
|
|
|
|
|
|
+"packages. These packages are listed in <code>%(req_file)s</code> and "
|
|
|
|
|
+"<code>%(local_req_file)s</code>, and are normally installed as part of the "
|
|
|
|
|
+"installation or upgrade process. To verify installed packages, run "
|
|
|
|
|
+"<code>%(pip_cmd)s</code> from the console and compare the output to the list "
|
|
|
"of required packages."
|
|
"of required packages."
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
|
|
|
|
@@ -14265,10 +14266,11 @@ msgid "Database migrations missing"
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: netbox/templates/exceptions/programming_error.html:11
|
|
#: netbox/templates/exceptions/programming_error.html:11
|
|
|
|
|
+#, python-format
|
|
|
msgid ""
|
|
msgid ""
|
|
|
"When upgrading to a new NetBox release, the upgrade script must be run to "
|
|
"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 "
|
|
"apply any new database migrations. You can run migrations manually by "
|
|
|
-"executing <code>python3 manage.py migrate</code> from the command line."
|
|
|
|
|
|
|
+"executing <code>%(command)s</code> from the command line."
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: netbox/templates/exceptions/programming_error.html:18
|
|
#: netbox/templates/exceptions/programming_error.html:18
|
|
@@ -14276,10 +14278,11 @@ msgid "Unsupported PostgreSQL version"
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: netbox/templates/exceptions/programming_error.html:19
|
|
#: netbox/templates/exceptions/programming_error.html:19
|
|
|
|
|
+#, python-format
|
|
|
msgid ""
|
|
msgid ""
|
|
|
"Ensure that PostgreSQL version 14 or later is in use. You can check this by "
|
|
"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 "
|
|
"connecting to the database using NetBox's credentials and issuing a query "
|
|
|
-"for <code>SELECT VERSION()</code>."
|
|
|
|
|
|
|
+"for <code>%(sql_query)s</code>."
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: netbox/templates/extras/configcontextprofile.html:30
|
|
#: netbox/templates/extras/configcontextprofile.html:30
|
|
@@ -15216,10 +15219,11 @@ msgid "Check the following"
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: netbox/templates/media_failure.html:29
|
|
#: netbox/templates/media_failure.html:29
|
|
|
|
|
+#, python-format
|
|
|
msgid ""
|
|
msgid ""
|
|
|
-"<code>manage.py collectstatic</code> was run during the most recent upgrade. "
|
|
|
|
|
-"This installs the most recent iteration of each static file into the static "
|
|
|
|
|
-"root path."
|
|
|
|
|
|
|
+"<code>%(command)s</code> was run during the most recent upgrade. This "
|
|
|
|
|
+"installs the most recent iteration of each static file into the static root "
|
|
|
|
|
+"path."
|
|
|
msgstr ""
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: netbox/templates/media_failure.html:35
|
|
#: netbox/templates/media_failure.html:35
|