mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixup python plugin sdk configuration silent errors; fixup quick fix path association getting stuck
GitOrigin-RevId: e709f2063464bfc4b90f3acdf0c6b82277f2dc65
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ad065be46a
commit
67a49445ef
@@ -380,37 +380,35 @@ python.sdk.new.project.environment.type=Environment type:
|
||||
python.sdk.new.error.no.absolute=Path must be absolute
|
||||
|
||||
# Poetry package manager and SDK
|
||||
python.sdk.poetry.executable.not.found=Poetry executable is not found
|
||||
python.sdk.poetry.executable=Poetry executable:
|
||||
python.sdk.poetry.select.executable.title=Select Path to Poetry Executable
|
||||
python.sdk.poetry.associated.project=Associated project:
|
||||
python.sdk.poetry.associated.module=Associated module:
|
||||
python.sdk.poetry.execution.exception.no.project.message=Cannot find the project associated with this Poetry environment
|
||||
python.sdk.poetry.execution.exception.no.poetry.message=Cannot find Poetry
|
||||
python.sdk.poetry.quickfix.fix.pipenv.name=Fix Poetry interpreter
|
||||
python.sdk.poetry.quickfix.use.pipenv.name=Use Poetry interpreter
|
||||
python.sdk.poetry.pip.file.lock.not.found=poetry.lock is not found
|
||||
python.sdk.poetry.pip.file.lock.out.of.date=poetry.lock is out of date
|
||||
python.sdk.poetry.pip.file.notification.content=Run <a href='#lock'>poetry lock</a> or <a href='#update'>poetry update</a>
|
||||
python.sdk.poetry.pip.file.notification.content.without.updating=Run <a href='#lock'>poetry lock</a>, <a href='#noupdate'>poetry lock --no-update</a> or <a href='#update'>poetry update</a>
|
||||
python.sdk.poetry.pip.file.watcher=pyproject.toml Watcher
|
||||
python.sdk.dialog.message.creating.virtual.environments.based.on.poetry.environments.not.supported=Creating virtual environments based on Poetry environments is not supported
|
||||
python.sdk.dialog.title.setting.up.poetry.environment=Setting up poetry environment
|
||||
python.sdk.intention.family.name.install.requirements.from.poetry.lock=Install requirements from poetry.lock
|
||||
python.sdk.inspection.message.version.outdated.latest=''{0}'' version {1} is outdated (latest: {2})
|
||||
python.sdk.dialog.message.cannot.find.script.file.please.run.poetry.install.before.executing.scripts=Cannot find a script file\nPlease run 'poetry install' before executing scripts
|
||||
python.sdk.dialog.title.poetry.scripts=Poetry Scripts
|
||||
python.sdk.poetry.action.run.script.text=Run ''{0}''
|
||||
python.sdk.inspection.message.poetry.interpreter.associated.with.another.project=Poetry interpreter is associated with another {0}: {1}
|
||||
python.sdk.inspection.message.poetry.interpreter.not.associated.with.any.project=Poetry interpreter is not associated with any {0}
|
||||
python.sdk.dialog.message.creating.virtual.environments.based.on.poetry.environments.not.supported=Creating virtual environments based on Poetry environments is not supported
|
||||
python.sdk.poetry.environment.panel.title=Poetry Environment
|
||||
python.sdk.poetry.install.packages.from.toml.checkbox.text=Install packages from pyproject.toml
|
||||
python.sdk.poetry.dialog.message.poetry.interpreter.has.been.already.added=Poetry interpreter has been already added, select ''{0}''
|
||||
python.sdk.inspection.message.version.outdated.latest=''{0}'' version {1} is outdated (latest: {2})
|
||||
python.sdk.intention.family.name.install.requirements.from.poetry.lock=Install requirements from poetry.lock
|
||||
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.detecting.environments=Detecting poetry environments
|
||||
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
|
||||
python.sdk.poetry.pip.file.lock.not.found=poetry.lock is not found
|
||||
python.sdk.poetry.pip.file.lock.out.of.date=poetry.lock is out of date
|
||||
python.sdk.poetry.pip.file.notification.content.without.updating=Run <a href='#lock'>poetry lock</a>, <a href='#noupdate'>poetry lock --no-update</a> or <a href='#update'>poetry update</a>
|
||||
python.sdk.poetry.pip.file.notification.content=Run <a href='#lock'>poetry lock</a> or <a href='#update'>poetry update</a>
|
||||
python.sdk.poetry.pip.file.notification.locking.without.updating=Locking poetry.lock without updating
|
||||
python.sdk.poetry.pip.file.notification.locking=Locking poetry.lock
|
||||
python.sdk.poetry.pip.file.notification.updating=Updating Poetry environment
|
||||
python.sdk.poetry.pip.file.watcher=pyproject.toml Watcher
|
||||
python.sdk.poetry.quickfix.use.pipenv.name=Use Poetry interpreter
|
||||
python.sdk.poetry.select.executable.title=Select Path to Poetry Executable
|
||||
python.sdk.progress.setting.up.environment=Setting up {0} environment
|
||||
|
||||
# UV
|
||||
python.sdk.dialog.message.creating.virtual.environments.based.on.uv.environments.not.supported=Creating virtual environments based on uv environments is not supported
|
||||
python.sdk.uv.setting.up.uv.environment=Setting up uv environment
|
||||
python.sdk.dialog.title.setting.up.uv.environment=Setting up uv environment
|
||||
python.sdk.inspection.message.uv.interpreter.associated.with.another.project=uv interpreter is associated with another {0}: {1}
|
||||
python.sdk.inspection.message.uv.interpreter.not.associated.with.any.project=uv interpreter is not associated with any {0}
|
||||
|
||||
Reference in New Issue
Block a user