i18n: Packaging

GitOrigin-RevId: 73d936e525ed9216c44956ef6842274119dd539b
This commit is contained in:
Lada Gagina
2020-08-27 02:11:41 +03:00
committed by intellij-monorepo-bot
parent 646c4e2f7d
commit 23916d6193
7 changed files with 29 additions and 26 deletions

View File

@@ -17,3 +17,8 @@ python.sdk.conda.dialog.cannot.find.python.interpreter=Cannot find Python interp
python.sdk.conda.dialog.non.zero.exit.code=Non-zero exit code ({0})
python.sdk.conda.dialog.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.conda.dialog.invalid.output.format=Invalid output format
python.sdk.packaging.tools.not.found=Python packaging tools not found
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}