[IFT] Adapt IDEA and PyCharm onboarding lessons to new UI

GitOrigin-RevId: 3e1194fff5e155a3649cd3484d2338c92edf99be
This commit is contained in:
Konstantin Hudyakov
2023-01-26 18:38:29 +02:00
committed by intellij-monorepo-bot
parent 02dac8c264
commit 85bb873c52
5 changed files with 53 additions and 59 deletions

View File

@@ -24,10 +24,9 @@ python.onboarding.interpreter.description=PyCharm has already configured a Pytho
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.temporary.configuration.description=You have opened the demo sample. Now, let's run it! In the highlighted area of the toolbar, \
you can see popular running actions for the selected configuration.
python.onboarding.run.options.community=For example, you can run your code {0} or debug it {1}.
python.onboarding.run.options.professional=For example, you can run your code {0}, debug it {1}, profile {2}, and run with coverage {3}.
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}.
python.onboarding.run.sample=For now, let''s run the current file, click {0} or press {1}.
python.onboarding.run.sample.balloon=Let''s run the current file, click {0} or press {1}.
python.onboarding.balloon.click.here=Click here to set a breakpoint