mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
85 lines
5.5 KiB
Properties
85 lines
5.5 KiB
Properties
python.sdk.run.wait=Wait\u2026
|
|
python.sdk.path=SDK Path
|
|
sdk.options.additional.data.tab.title=Packages
|
|
python.sdk.flavor.cannot.find.conda=Cannot find a conda executable
|
|
python.conda.permission.denied=Permission denied
|
|
python.conda.non.zero.exit.code=Non-zero exit code
|
|
python.sdk.conda.dialog.cannot.find.conda=Cannot find conda
|
|
python.sdk.conda.dialog.empty.conda.name=Empty conda name for {0}
|
|
python.sdk.conda.dialog.invalid.conda.output.format=Invalid conda output format
|
|
python.sdk.packaging.creating.virtual.environment.for.python.not.supported=Creating a virtual environment for Python {0} is not supported. Upgrade your project interpreter to Python {1} or newer
|
|
python.sdk.packaging.cannot.retrieve.version=Cannot retrieve the version of the detected SDK: {0}
|
|
python.sdk.packaging.cannot.find.external.tool=Cannot find an external tool: {0}
|
|
python.sdk.packaging.timed.out=Timed out
|
|
python.sdk.packaging.cannot.find.python.interpreter=Cannot find a Python interpreter for SDK {0}
|
|
python.sdk.packaging.non.zero.exit.code=Non-zero exit code ({0})
|
|
python.sdk.packaging.package.management.for.python.not.supported=Package management for Python {0} is not supported. Upgrade your project interpreter to Python {1} or newer
|
|
python.sdk.packaging.invalid.output.format=Invalid output format
|
|
python.sdk.packaging.tools.not.found=Python packaging tools not found
|
|
python.sdk.packaging.enter.your.password.to.make.changes=Please enter your password to make changes in system packages:
|
|
python.sdk.packaging.unknown.package.data=Unknown
|
|
python.sdk.packaging.installation.failure.troubleshooting.steps.if.command.crashes=If the command crashes in the terminal, the problem is out of IDE control.
|
|
python.sdk.packaging.installation.failure.troubleshooting.steps.try.in.terminal=Try installing this package by running the following commands in the terminal.
|
|
python.sdk.packaging.installation.failure.troubleshooting.steps.guide=<html><head></head><body><div>Try reading PyCharm guide on <a href="https://www.jetbrains.com/help/pycharm/package-installation-issues.html">troubleshooting package installation</a>.</div></body></html>
|
|
python.sdk.packaging.installation.failure.field.command.output=Command output:
|
|
python.sdk.packaging.installation.failure.field.package=Package:
|
|
python.sdk.packaging.installation.failure.field.interpreter.path=Interpreter path:
|
|
python.sdk.packaging.installation.failure.field.python.version=Python version:
|
|
python.sdk.packaging.installation.failure.field.troubleshooting.steps=Troubleshooting steps:
|
|
python.sdk.use.python.version.supported.by.this.package=Make sure that you use a version of Python supported by this package. Currently, you are using Python {0}.
|
|
python.sdk.check.python.development.packages.installed=Make sure that you have installed Python development packages for your operating system.
|
|
python.sdk.try.to.run.command.from.system.terminal=Try to run this command from the system terminal. Make sure that you use the correct version of ''pip'' installed for your Python interpreter located at ''{0}''.
|
|
python.sdk.failed.to.determine.sys.path=Failed to determine Python''s sys.path value:\nSTDOUT: {0}\nSTDERR: {1}
|
|
python.sdk.cannot.find.python.interpreter.for.sdk=Cannot find a Python interpreter for SDK {0}
|
|
python.sdk.please.reconfigure.interpreter=Please reconfigure Python interpreter
|
|
python.sdk.pipenv.creating.venv.not.supported=Creating a virtual environments based on Pipenv environments is not supported
|
|
python.sdk.invalid.remote.sdk=Invalid remote SDK
|
|
python.sdk.package.managing.not.supported.for.sdk=Package managing is not supported for SDK {0}
|
|
python.sdk.preparation.progress.text=Preparing for installation\u2026
|
|
python.sdk.downloading.progress.details=Downloading ({0}) {1}
|
|
python.sdk.running.progress.text=Running {0}\u2026
|
|
python.sdk.running.one.minute.progress.details=About 1 minute left
|
|
python.sdk.running.sudo.prompt=Enter your password to install {0}
|
|
|
|
# PLEASE add only the keys that are supposed to be re-used by plugins,
|
|
# PLEASE keep keys below grouped by the topic,
|
|
# one empty line is a separator inside a group,
|
|
# two empty lines separate groups.
|
|
|
|
# Create new virtual environment
|
|
python.venv.location.label=Location:
|
|
python.venv.location.chooser=Select Location for Virtual Environment
|
|
python.venv.location.field.empty=Environment location field is empty
|
|
python.venv.location.field.not.directory=Environment location field path is not a directory
|
|
python.venv.location.directory.not.empty=Environment location directory is not empty
|
|
|
|
python.venv.base.label=Base interpreter:
|
|
|
|
python.creating.venv.title=Creating Virtual Environment
|
|
python.creating.venv.sentence=Creating virtual environment
|
|
|
|
python.creating.venv.failed.title=Failed to Create Virtual Environment
|
|
python.creating.venv.failed.sentence=Failed to create a virtual environment
|
|
|
|
|
|
# Create general interpreter
|
|
python.sdk.field.is.empty=Interpreter field is empty
|
|
python.interpreter.label=Interpreter:
|
|
|
|
|
|
# Configure project interpreter
|
|
python.configure.interpreter.action=Configure a Python interpreter\u2026
|
|
python.configuring.interpreter.progress=Configuring a Python interpreter
|
|
|
|
# Skeletons generator
|
|
dialog.message.broken.home.path.for=Broken home path for {0}
|
|
|
|
path.validation.wait=Validating path, Please Wait\u2026
|
|
path.validation.wait.path=Validating {0}, Please Wait\u2026
|
|
path.validation.field.empty=Path field is empty
|
|
path.validation.cannot.execute=Cannot execute {0}
|
|
path.validation.must.be.absolute=Path must be absolute
|
|
path.validation.ends.with.whitespace=Path ends with a whitespace
|
|
path.validation.file.not.found=File {0} is not found
|
|
path.validation.invalid=Path is invalid: {0}
|
|
path.validation.inaccessible=Path is inaccessible |