Files
openide/python/ide/impl/resources/messages/PyCharmCommunityCustomizationBundle.properties
Andrey Vlasovskikh babbb46807 Fixed i18n warnings for Poetry
GitOrigin-RevId: 1fa275516bcdb4312ec47eea73a712d196f14777
2022-03-03 11:31:40 +00:00

32 lines
1.9 KiB
INI

pro.advertiser.notification.title.cells.in.editor=You are using code cells in the editor
pro.advertiser.notification.title.django.framework=You are using the Django framework
pro.advertiser.notification.title.flask.framework=You are using the Flask framework
pro.advertiser.notification.title.jupyter.notebook=You are using Jupyter notebook
pro.advertiser.notification.title.pyramid.framework=You are using the Pyramid framework
pro.advertiser.notification.pycharm.pro.has.support.for.it=<a href="prof">PyCharm Professional Edition</a> has special support for it.
temporarily.ignored.file.provider.description=Temporarily ignored files
sdk.create.venv.suggestion=Create a virtual environment using {0}
sdk.create.venv.permission=File {0} contains project dependencies. Would you like to create a virtual environment using it?
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.detect.condaenv.exception.dialog.title=Failed To Get Conda Environments
sdk.create.pipenv.suggestion=Create a pipenv environment using {0}
sdk.create.pipenv.permission=File Pipfile contains project dependencies. Would you like to create a pipenv environment using it?
sdk.create.pipenv.exception.dialog.title=Failed To Create Pipenv Environment
sdk.create.poetry.environment=Create a poetry environment using {0}
sdk.progress.text.setting.up.poetry.environment=Setting up poetry environment
sdk.dialog.title.failed.to.create.poetry.environment=Failed To Create Poetry Environment
sdk.dialog.title.setting.up.poetry.environment=Setting Up Poetry Environment
sdk.notification.label.create.poetry.environment.from.pyproject.toml.dependencies=File pyproject.toml contains project dependencies. Would you like to create a poetry environment using it?