[python] i18n of constants

GitOrigin-RevId: e88347583e21a47802c8b7e5e866e24acfa3d936
This commit is contained in:
Vitaly Legchilkin
2025-09-25 14:30:16 +02:00
committed by intellij-monorepo-bot
parent 959346d362
commit fe3004fa2b
7 changed files with 19 additions and 8 deletions

View File

@@ -1134,6 +1134,8 @@ python.run.configuration.fragments.plugin.specified.interpreter.hint=Select Pyth
# well-known pro-configurations to gracefully show
python.run.configuration.django.name=Django server
python.run.configuration.dbt.name=dbt
python.run.configuration.fastapi.name=FastAPI
python.run.configuration.is.not.editable.in.this.mode=This run configuration is unavailable in the free mode and cannot be edited.
python.run.configuration.is.not.runnable.in.this.mode=This run configuration is unavailable in the free mode and cannot be run.
@@ -1711,4 +1713,6 @@ tracecontext.packages.sdk.controller=Packages SDK Controller
tracecontext.add.local.python.sdk.dialog=Add Local Python SDK Dialog
tracecontext.new.project.wizard=New Project Wizard
tracecontext.loading.interpreter.list=Loading Interpreter List
tracecontext.detecting.conda.executable.and.environments=Detecting Conda Executable and environments
tracecontext.detecting.conda.executable.and.environments=Detecting Conda Executable and environments
evolution.uv.executable.is.not.found=uv executable is not found
evolution.pyproject.toml.file.is.required.for.poetry=pyproject.toml file is required for Poetry