mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[python] i18n strings (remove hardcoded literals)
GitOrigin-RevId: 14ad16249d0b030f4d3b88fc6b86dc7146dc3c72
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2a745e2fec
commit
e255e8d0d0
@@ -357,7 +357,7 @@ python.sdk.next=Next
|
||||
python.sdk.previous=Previous
|
||||
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.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:
|
||||
@@ -385,41 +385,30 @@ python.sdk.dialog.title.setting.up.poetry.environment=Setting up poetry environm
|
||||
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.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 Environment
|
||||
python.sdk.poetry.supports.installing.only.packages.from.repositories=Poetry supports installing only packages from repositories
|
||||
python.sdk.provided.path.is.invalid=The provided path is invalid: {0}
|
||||
|
||||
# UV
|
||||
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}
|
||||
python.sdk.intention.family.name.install.requirements.from.uv.lock=Install requirements from uv.lock
|
||||
python.sdk.quickfix.use.uv.name=Use uv interpreter
|
||||
python.sdk.uv.associated.module=Associated module:
|
||||
python.sdk.uv.associated.project=Associated project:
|
||||
python.sdk.uv.environment.panel.title=uv environment
|
||||
python.sdk.uv.executable.not.found=uv executable is not found
|
||||
python.sdk.uv.executable=uv executable:
|
||||
python.sdk.uv.install.packages.from.toml.checkbox.text=Install packages from pyproject.toml
|
||||
python.sdk.uv.failed.to.initialize.uv.environment=Failed to initialize uv environment
|
||||
python.sdk.uv.failed.to.detect.uv.python.directory=Failed to detect uv python directory
|
||||
python.sdk.uv.working.dir.is.not.specified=working dir is not specified for uv environment setup
|
||||
|
||||
python.sdk.local=Local
|
||||
python.sdk.creating.python.module.structure=Creating Python Module Structure
|
||||
@@ -972,6 +961,7 @@ python.packaging.create.setup.license=License
|
||||
python.packaging.create.setup.author=Author
|
||||
python.packaging.create.setup.author.email=Author Email
|
||||
python.packaging.create.setup.description=Description
|
||||
python.packaging.conda.does.not.support.location.uri=Conda manager does not support installing from location uri
|
||||
|
||||
# Example of produced message:
|
||||
# You are attempting to uninstall MarkupSafe package which is required for Jinja2 package
|
||||
@@ -1193,6 +1183,7 @@ python.add.sdk.panel.name.new.project.interpreter=New project interpreter
|
||||
python.add.sdk.panel.name.pipenv.environment=Pipenv Environment
|
||||
python.add.sdk.panel.name.system.interpreter=System interpreter
|
||||
python.add.sdk.panel.name.virtualenv.environment=Virtualenv environment
|
||||
python.add.sdk.panel.name.poetry.environment=Poetry Environment
|
||||
|
||||
python.add.sdk.conda.executable.path.is.empty=Conda executable path is empty
|
||||
python.add.sdk.conda.executable.path.is.not.found=Conda executable is not found
|
||||
@@ -1689,5 +1680,6 @@ command.name.add.package.to.conda.environments.yml=Add a package to conda enviro
|
||||
command.name.add.package.to.requirements.txt=Add a package to requirements.txt
|
||||
command.name.add.package.to.setup.py=Add a package to setup.py
|
||||
python.sdk.conda.requirements.file.not.found=Conda Environment.yml file is not found
|
||||
cannot.find.executable=Cannot find executable "{0}" in {1}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user