[indexing] IJPL-197540 Reconsider Indexing wording in hints and feedback notifications ("indexing") (3)

(cherry picked from commit 650c42150db6d3c534ebf771a651448e70499d57)

IJ-CR-179022

GitOrigin-RevId: 233cf4b52c3d0aac79cef6585735039e33051140
This commit is contained in:
Liudmila Kornilova
2025-10-16 18:10:22 +02:00
committed by intellij-monorepo-bot
parent 220d774823
commit d88228722b
7 changed files with 9 additions and 9 deletions

View File

@@ -22,8 +22,8 @@ python.onboarding.interpreter.description=PyCharm has already configured a Pytho
You can modify it or create another one for your projects. \
The simplest way to do it is to use the Python interpreter selector in the Status bar.
python.onboarding.interpreter.tip=<strong>Tip:</strong> here you can discover your Python interpreter settings
python.onboarding.indexing.description=When you open a project for the first time, <ide/> scans the Python SDK and the project itself \
to collect details required for coding assistance. To continue, wait until indexing completes.
python.onboarding.indexing.description=When you open a project for the first time, <ide/> analyzes the Python SDK and the project \
to enable code assistance. Please wait until project analysis is complete.
python.onboarding.temporary.configuration.description=You have opened the demo sample. Now, let''s run it! In the highlighted {0}, \
you can see popular running actions for the selected configuration. For example, you can run your code {1} or debug it {2}.
python.onboarding.run.options.professional=Other actions like profile {0}, and run with coverage {1} can be showed by clicking on {2}.