[python] python-lsp-core

(cherry picked from commit e07d457d959a1b589861180c1be06b995218aa2c)

GitOrigin-RevId: 032d78e90ff3263c494ceeafb2411aaceb29c643
This commit is contained in:
Morgan Bartholomew
2025-10-21 06:20:05 +00:00
committed by intellij-monorepo-bot
parent ff5fc0c93c
commit 1514a1fc00
12 changed files with 182 additions and 46 deletions
@@ -225,6 +225,10 @@ settings.memory.indicator.row.comment=Displays current memory usage in the statu
settings.python.group.title=Python
settings.python.group.description=<html><body>Configure key Python development settings to customize your coding, debugging, data visualization, and documentation workflows.
# Python Tools Settings Group
settings.python.tools.group.title=Tools
settings.python.tools.group.description=<html><body>Configure external Python tool settings.
runcfg.autodetect.display_name=Autodetect
runcfg.autodetect.parameters.group.name=Python test
@@ -1517,7 +1521,7 @@ black.executable.not.found=Unable to auto-detect Black executable in {0, choice,
black.execution.mode.package=Package
black.execution.mode.binary=Binary
black.execution.mode.tooltip.text=Use either executable or package installed on the project interpreter
black.cli.args.text.field.label=Settings:
black.cli.args.text.field.label=Arguments:
black.cli.args.comment=List command line arguments separated by whitespace. <a href='https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#command-line-options'>Learn more</a><br>\
Settings from pyproject.toml are applied automatically for Black v21.4.0 and higher.
black.cli.args.validation.notification=No value passed for parameter {0}
@@ -1530,6 +1534,30 @@ black.format.fragments.supported.info=Fragment formatting is supported for Black
black.format.fragment.fallback.title=Format Fragment
black.getting.black.version=Getting Black version\u2026
# Python LSP Tools
configurable.name=Python Language Services
not.installed.error=Package is not installed on the current interpreter
remote.sdk.error=Package mode is not available for remote SDKs. Please use Binary mode.
install.button.label=Install
use.section.label=Use:
enable.checkbox.label=Enable
enable.on.save.label=On save
advanced.settings.panel.title=Advanced settings
execution.mode.label=Execution mode:
executable.label=Executable:
executable.auto.detected.path=Auto-detected: {0}
executable.not.found=Unable to auto-detect executable in {0, choice, 0#%PATH%|1#$PATH}
execution.mode.package=Interpreter
execution.mode.binary=Path
cli.args.text.field.label=Arguments:
cli.args.comment=List command line arguments separated by whitespace.
cli.args.validation.notification=No value passed for parameter {0}
sdk.not.configured.error=No project SDK configured for the project {0}
sdk.not.configured.error.title=SDK not configured
remote.sdk.exception.text=Invocation in Package mode is not allowed on remote SDKs
getting.version=Getting version\u2026
select.path.to.executable=Select Path to Executable
inlay.parameters.python.show.class.constructor.call.parameter.names=Class constructor calls
inlay.parameters.python.show.hints.for.non-literal.arguments=Non-literal arguments
inlay.parameters.python.hints.blacklist.explanation=\
@@ -1710,6 +1738,14 @@ pycharm.free.mode.upgrade.button=Purchase Subscription
python.packaging.sync.packages=Syncing project dependencies
python.sdk.read.only=Python SDK ''{0}'' is read only and operation cannot be performed.
read.only.python.sdk.system.wide.read.only.message=Modify packages of System Python is forbidden. To modify use another interpreter.
button.install=Install {0}
label.features=Features:
checkbox.inspections=Inspections
checkbox.completions=Completions
checkbox.inlay.hints=Inlay hints
label.features=Features:
label.package.not.installed.in.current.interpreter={0} package is not installed in the current interpreter
modal.progress.title.installing=Installing {0}\u2026
tracecontext.detecting.poetry.executable=Detecting Poetry Executable
tracecontext.detecting.pip.executable=Detecting Pip Executable
tracecontext.detecting.uv.executable=Detecting uv Executable