mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
PY-57410 Use lowercase for conda
GitOrigin-RevId: c049199904a6d48c311a940df5d1f92f6d69586b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d1de79d3a2
commit
ab8a0d3508
@@ -15,10 +15,10 @@ sdk.create.venv.permission=File {0} contains project dependencies. Would you lik
|
||||
|
||||
sdk.create.condaenv.suggestion=Create a conda environment using environment.yml
|
||||
sdk.create.condaenv.permission=File environment.yml contains project dependencies. Would you like to create a conda environment using it?
|
||||
sdk.create.condaenv.exception.dialog.title=Failed To Create Conda Environment
|
||||
sdk.create.condaenv.exception.dialog.title=Failed To Create conda Environment
|
||||
|
||||
|
||||
sdk.detect.condaenv.exception.dialog.title=Failed To Get Conda Environments
|
||||
sdk.detect.condaenv.exception.dialog.title=Failed To Get conda Environments
|
||||
|
||||
|
||||
sdk.create.pipenv.suggestion=Create a pipenv environment using {0}
|
||||
|
||||
@@ -302,21 +302,21 @@ python.sdk.installing=Installing {0}
|
||||
python.sdk.downloading=Downloading {0}
|
||||
python.sdk.running=Running {0}
|
||||
python.sdk.installing.windows.warning=Windows may require your approval to install Python. Please check the taskbar.
|
||||
python.sdk.select.conda.path.title=Select Path to Conda Executable
|
||||
python.sdk.select.conda.path.title=Select Path to conda Executable
|
||||
python.sdk.conda.problem.running=Problem running conda
|
||||
python.sdk.conda.problem.env.empty.invalid=Environment name is empty or invalid
|
||||
python.sdk.conda.problem.env.name.used=This name is used already. Please, choose another one.
|
||||
python.sdk.conda.getting.list.envs=Getting list of Conda envs
|
||||
python.sdk.conda.getting.list.envs=Getting list of conda envs
|
||||
python.sdk.conda.no.exec=Conda executable is not found
|
||||
python.sdk.conda.cant.create.title=Conda can't create new environment
|
||||
python.sdk.conda.cant.create.body=The error is: ''{0}''
|
||||
python.sdk.conda.env=Environment
|
||||
python.sdk.conda.path=Conda executable:
|
||||
python.sdk.select.location.for.conda.title=Select Location for Conda Environment
|
||||
python.sdk.select.location.for.conda.title=Select Location for conda Environment
|
||||
python.sdk.environment.yml.chooser=Choose environment.yml
|
||||
python.sdk.environment.yml.label=environment.yml
|
||||
python.sdk.creating.conda.environment.sentence=Creating Conda environment
|
||||
python.sdk.creating.conda.environment.title=Creating Conda Environment
|
||||
python.sdk.creating.conda.environment.sentence=Creating conda environment
|
||||
python.sdk.creating.conda.environment.title=Creating conda Environment
|
||||
python.sdk.add.python.interpreter.title=Add Python Interpreter
|
||||
python.sdk.python.interpreter.title.0=Python Interpreter: {0}
|
||||
python.sdk.new.environment.kind=New {0} environment
|
||||
@@ -606,7 +606,7 @@ action.DumbAware.PydevConsoleRunnerImpl.text.stop.console=Stop Console
|
||||
action.DumbAware.PydevConsoleRunnerImpl.description.stop.python.console=Stop Python Console
|
||||
action.DumbAware.ConcurrencyToolWindowPanel.text.stop.process=Stop process
|
||||
action.DumbAware.ConcurrencyToolWindowPanel.description.stop.process=Stop process
|
||||
action.AnActionButton.text.use.conda.package.manager=Use Conda Package Manager
|
||||
action.AnActionButton.text.use.conda.package.manager=Use conda Package Manager
|
||||
action.AnActionButton.text.show.early.releases=Show Early Releases
|
||||
action.PyManagePackages.text=Manage Python Packages\u2026
|
||||
action.RunPythonToolwindowAction.text=Python Console
|
||||
@@ -897,8 +897,8 @@ python.packaging.no.tasks.found=No tasks found
|
||||
python.packaging.command.line=Command Line
|
||||
python.packaging.install=Install
|
||||
python.packaging.choose.packages.to.install=Choose Packages to Install
|
||||
python.packaging.removing.conda.channel=Removing Conda Channel
|
||||
python.packaging.adding.conda.channel=Adding Conda Channel
|
||||
python.packaging.removing.conda.channel=Removing conda Channel
|
||||
python.packaging.adding.conda.channel=Adding conda Channel
|
||||
python.packaging.failed.to.install.packaging.tools.title=Failed to Install Python Packaging Tools
|
||||
python.packaging.install.packaging.tools=Install packaging tools
|
||||
python.packaging.create.setup.package.name=Package name
|
||||
@@ -1075,7 +1075,7 @@ install.packages.from.pipfile=Install packages from Pipfile
|
||||
looking.for.default.interpreter=Looking for the default interpreter setting for a new project
|
||||
looking.for.previous.system.interpreter=Looking for the previously used system-wide interpreter
|
||||
looking.for.system.interpreter=Looking for a system-wide interpreter
|
||||
looking.for.shared.conda.environment=Looking for a shared Conda environment
|
||||
looking.for.shared.conda.environment=Looking for a shared conda environment
|
||||
current.interpreter=Current Interpreter: {0}
|
||||
switch.python.interpreter=Switch Python Interpreter
|
||||
python.facet.name=Python
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
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.cannot.find.python.executable=Cannot find a Python executable for Conda
|
||||
python.sdk.flavor.cannot.find.conda=Cannot find a conda executable
|
||||
python.conda.cannot.find.python.executable=Cannot find a Python executable for conda
|
||||
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.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}
|
||||
|
||||
Reference in New Issue
Block a user