mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Before the changes, there wasn't any mechanism to detect that environment was already created (for example, .venv exists in the project). In these situations, during SDK creation we could've created another environment which was not expected by users. With these changes, it's now possible to detect in the configurator that environment already exists, and use it when creating SDK. Merge-request: IJ-MR-177317 Merged-by: Alexey Katsman <alexey.katsman@jetbrains.com> GitOrigin-RevId: dd0cf0c02b18e90022e9ec828b7f9ad2282cd5b3
87 lines
5.3 KiB
Properties
87 lines
5.3 KiB
Properties
action.PromoDataFrameAction.text=DataFrames
|
|
action.PromoDockerAction.text=Run in Docker
|
|
action.PromoEndpointsAction.text=Endpoints
|
|
action.PromoNewJupyterNotebook.text=Jupyter Notebook
|
|
action.PromoNewJavaScriptFile.text=JavaScript File
|
|
action.PromoNewTypeScriptFile.text=TypeScript File
|
|
action.PromoNewSqlFile.text=SQL File
|
|
action.PromoPlotsAction.text=Plots
|
|
action.PromoPreviewJupyterNotebook.text=Jupyter Notebook
|
|
|
|
promo.configurable.django=Django
|
|
promo.configurable.remoteSsh=Remote SSH
|
|
promo.configurable.jupyter=Jupyter
|
|
|
|
feature.ai.assistant.description.html=<a href="{0}">AI Assistant</a> provides AI-powered features for software development.<br/>It can help with the following:
|
|
feature.ai.assistant.open.toolwindow=Open AI Assistant
|
|
feature.ai.assistant.title=Introducing AI Assistant
|
|
|
|
feature.django.description.html= Get specialized <a href="{0}">Django</a> support with advanced debugging capabilities, live templates, and more:
|
|
feature.django.code=Code insight and completion for models, views, strings, and more
|
|
feature.django.djangoTemplates=Django templates support: Get syntax and error highlighting, code completion, navigation, and more for your Django templates
|
|
feature.django.endpoints=Endpoints: Get an overview of all declared URLs and endpoints when working with APIs
|
|
|
|
feature.jupyter.description.html=Enhance the capabilities of your <a href="{0}">Jupyter notebooks</a> by seamlessly integrating them with the full array of features available in PyCharm.
|
|
feature.jupyter.code=PyCharm-grade coding assistance for Jupyter
|
|
feature.jupyter.debugger=Advanced debugging and real-time variable monitoring in your notebooks with our built-in debugger
|
|
feature.jupyter.tables=Interactive tables that enable you to browse, sort, view, and export your data
|
|
feature.jupyter.vcs=Enhanced integrations, including version control support, problem analysis, a file viewer pane, and much more
|
|
|
|
feature.remoteSsh.description.html=Seamlessly develop, run, and debug your Python projects on <a href="{0}">remote servers</a>, making collaboration and deployment a breeze.
|
|
feature.remoteSsh.run=Run and set breakpoints, inspect variables, and step through local code in remote/container environments
|
|
feature.remoteSsh.deploy=Easily deploy your applications to remote servers, ensuring that your code runs smoothly in the intended environment
|
|
feature.remoteSsh.sync=Synchronize code, data, and other project files, keeping your development environment up to date on both ends
|
|
|
|
temporarily.ignored.file.provider.description=Temporarily ignored files
|
|
|
|
|
|
sdk.use.existing.venv=Use existing virtual environment {0}
|
|
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.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.set.up.poetry.environment=Set up Poetry environment
|
|
sdk.progress.text.setting.up.poetry.environment=Setting up Poetry environment
|
|
notification.group.pro.advertiser=PyCharm recommended
|
|
|
|
sdk.could.not.find.valid.hatch.environment=Could not find a valid Hatch environment
|
|
|
|
sdk.set.up.hatch.environment=Set up Hatch 'default' environment
|
|
sdk.set.up.hatch.project.analysis=Hatch project analysis
|
|
sdk.set.up.uv.environment=Set up a uv {0} environment
|
|
|
|
sdk.cannot.use.existing.conda.environment=Cannot use existing Conda environment
|
|
sdk.remote.target.are.not.supported.for.conda.environment=Remote target are not supported for Conda environment
|
|
|
|
new.project.python.group.name=Python
|
|
new.project.other.group.name=Other
|
|
|
|
misc.script.text=New Script
|
|
|
|
misc.project.generating.env=Preparing environment
|
|
misc.project.filling.file=Filling the template file
|
|
|
|
misc.project.error.create.dir=Could not create {0} because of {1}. Please create it manually and try again.
|
|
|
|
misc.no.python.found=No Python Interpreter Found on Your System.
|
|
misc.install.python.question=Do you want to install the latest Python?
|
|
|
|
promotion.update.to.unified.banner.header.title=Update to the unified PyCharm
|
|
promotion.update.to.unified.info.text=Starting with version 2025.3, all updates will be released exclusively for the unified PyCharm.<br>Update the IDE to keep receiving new features \u2013 all core functionalities will remain free.
|
|
promotion.update.to.unified.update.now.button.label=Update Now
|
|
promotion.update.to.unified.learn.more.hyper.link=Learn More
|
|
promotion.update.to.unified.closed.banner.go.to.settings.info=You can find and install the new update in the Settings section
|
|
promotion.update.to.unified.skip.button.label=Skip
|
|
action.ShowPyCommunityToUnifiedTooltipAction.text=Community To Unified Tooltip
|
|
action.ShowPyCommunityToUnifiedTooltipAction.description=For testing purposes
|
|
action.ShowPyCommunityToUnifiedPromoDialogAction.text=Community To Unified Modal Promo
|
|
action.ShowPyCommunityToUnifiedPromoDialogAction.description=For testing purposes
|
|
action.ResetCommunityToUnifiedPromoStateAction.text=Reset Community To Unified Promo State
|
|
action.ResetCommunityToUnifiedPromoStateAction.description=For testing purposes |