[python] added links to update packages to the latest version from Python Packages toolwindow (PY-48046)

GitOrigin-RevId: 2e09b8d9ba125014573f94a260de29e95b1bc497
This commit is contained in:
Aleksei Kniazev
2023-05-16 15:42:21 +02:00
committed by intellij-monorepo-bot
parent 56b01e89b1
commit 7340844d7e
13 changed files with 146 additions and 43 deletions

View File

@@ -1270,11 +1270,14 @@ notification.group.packaging=Python packaging
notification.group.packaging.toolwindow=Python Packages
python.packaging.install.progress=Installing package {0}
python.packaging.uninstall.progress=Uninstalling package {0}
python.packaging.update.progress=Updating package {0}
python.packaging.list.progress=Reading installed python packages
python.packaging.operation.failed.title=Packaging Operation Failed
python.packaging.could.not.parse.response=<html><head></head><body><p class="empty_description">Could not parse the response for the package {0} from repository {1}</p></body></html>
python.packaging.notification.installed=Package {0} installed
python.packaging.notification.deleted=Package {0} deleted
python.packaging.notification.update.failed=Failed to Update {0}
python.packaging.notification.updated=Package {0} updated to version {1}
python.packaging.button.install.package=Install package
python.packages.no.details.in.repo=<html><head></head><body><p class="empty_description">Could not read package description from {0}.</p></body></html>
python.packaging.toolwindow.advertisement=Try the redesigned packaging support in Python Packages tool window.
@@ -1284,6 +1287,7 @@ python.packaging.interpreter.widget.manage.packages=Manage Packages\u2026
# Conda
conda.packaging.install.progress=Installing conda package {0}
conda.packaging.uninstall.progress=Uninstalling conda package {0}
conda.packaging.update.progress=Updating conda package {0}
conda.packaging.list.progress=Reading installed conda packages
conda.packaging.cache.update.progress=Updating available conda packages list
conda.packaging.button.install.with.conda=Install with conda