mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
(cherry picked from commit 44f133462ae29d6865a3ed5918a556d7d0a2cac7) GitOrigin-RevId: d87fc8ae6076fb4fc3c20e8effaf5818c2f8ba20
79 lines
4.9 KiB
INI
79 lines
4.9 KiB
INI
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 Professional.
|
|
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.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.set.up.poetry.environment=Set up a poetry environment using {0}
|
|
sdk.progress.text.setting.up.poetry.environment=Setting up poetry environment
|
|
sdk.dialog.title.failed.to.set.up.poetry.environment=Failed To Set Up Poetry Environment
|
|
sdk.dialog.title.setting.up.poetry.environment=Setting Up Poetry Environment
|
|
sdk.notification.label.set.up.poetry.environment.from.pyproject.toml.dependencies=File pyproject.toml contains project dependencies. Would you like to set up a poetry environment?
|
|
notification.group.pro.advertiser=PyCharm Professional recommended
|
|
|
|
sdk.set.up.uv.environment=Set up an uv environment using {0}
|
|
|
|
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.title=Error Creating Scratch File
|
|
misc.project.error.install.python=Python could not be installed {0}. Try restarting PyCharm. If it does not help, install Python manually and try again.
|
|
misc.project.error.create.venv=Failed to create virtual environment: {0}. Please delete {1} if it exists, and try again. You can also create virtual environment in {1} and try again. Check logs for more info.
|
|
misc.project.error.create.dir=Could not create {0} because of {1}. Please create it manually, and try again.
|
|
|
|
misc.project.error.all.pythons.bad=No usable Python installations were found on your system. Please install Python manually. Check logs for more info.
|
|
|
|
misc.no.python.found=No Python Interpreter Found on Your System.
|
|
misc.install.python.question=Do you want to install the latest Python? |