[python] (PY-84885) (PY-84869) add sdk dialog / fix tool autodetection

(cherry picked from commit 7bfefab68b17b6abfe9a46718f4933b12b80ca56)

GitOrigin-RevId: 81dfe55e4a4f0de03116a1da9cd753c02a527d7f
This commit is contained in:
Vitaly Legchilkin
2025-10-20 19:01:51 +00:00
committed by intellij-monorepo-bot
parent db0d10e846
commit 7e64eff197
6 changed files with 74 additions and 69 deletions
@@ -371,7 +371,6 @@ python.sdk.finish=Finish
python.sdk.setting.up.pipenv.sentence=Setting up pipenv environment
python.sdk.setting.up.pipenv.title=Setting up Pipenv Environment
python.sdk.install.requirements.from.pipenv.lock=Install requirements from Pipfile.lock
python.sdk.pipenv.executable.not.found=Pipenv executable is not found
python.sdk.pipenv.executable=Pipenv executable:
python.sdk.pipenv.select.executable.title=Select Path to Pipenv Executable
python.sdk.pipenv.associated.project=Associated project:
@@ -390,6 +389,7 @@ python.sdk.pipenv.pip.file.watcher=Pipfile Watcher
python.sdk.new.project.environment=Environment:
python.sdk.new.project.environment.type=Environment type:
python.sdk.new.error.no.absolute=Path must be absolute
python.sdk.executable.is.not.detected=Executable is not detected
# Poetry package manager and SDK
python.sdk.dialog.message.creating.virtual.environments.based.on.poetry.environments.not.supported=Creating virtual environments based on Poetry environments is not supported
@@ -400,8 +400,6 @@ python.sdk.inspection.message.version.outdated.latest=''{0}'' version {1} is out
python.sdk.poetry.associated.module=Associated module:
python.sdk.poetry.associated.project=Associated project:
python.sdk.poetry.dialog.add.new.environment.in.project.checkbox=Create an in-project environment
python.sdk.poetry.environment.panel.title=Poetry Environment
python.sdk.poetry.executable.not.found=Poetry executable is not found
python.sdk.poetry.executable=Poetry executable:
python.sdk.poetry.execution.exception.no.poetry.message=Cannot find Poetry
python.sdk.poetry.install.packages.from.toml.checkbox.text=Install packages from pyproject.toml