[IFT] Fix messages for onboarding lesson

GitOrigin-RevId: 33e26d3392000b977176329754c2d347924353d6
This commit is contained in:
Alexey Merkulov
2021-02-01 20:12:24 +03:00
committed by intellij-monorepo-bot
parent 53d171112b
commit 409902fb48
2 changed files with 25 additions and 25 deletions

View File

@@ -1,36 +1,36 @@
python.onboarding.module.name=Onboarding Tour
python.onboarding.module.description=A brief overview of the main {0} features.
python.onboarding.module.description=A brief overview of the main features in {0}.
python.onboarding.lesson.name=Get acquainted with PyCharm
python.onboarding.balloon.project.view=Project view is one of the main tool windows. Click its stripe button to open it and look at a simple demo project. You can also open it by pressing {0}.
python.onboarding.balloon.project.directory=Project view contains the project directory, SDK-specific external libraries, and scratch files. Expand the project directory to proceed.
python.onboarding.balloon.open.file=Double-click to open {0}.
python.onboarding.balloon.open.learn.toolbar=Let's switch to the Learn tool window and continue this lesson.
python.onboarding.lesson.name=Get Acquainted with PyCharm
python.onboarding.balloon.project.view=The Project view is one of the main tool windows. Use the striped button to open it, and you will see a simple demo project. You can also open it by pressing {0}.
python.onboarding.balloon.project.directory=The Project view contains the project directory, SDK-specific external libraries, and scratch files. Expand the project directory to proceed.
python.onboarding.balloon.open.file=Double-click to open {0}
python.onboarding.balloon.open.learn.toolbar=Let's switch to the Learn tool window to continue this lesson
python.onboarding.context.menu=Right-click the editor to invoke the context menu and run the demo sample.
python.onboarding.balloon.run.sample=Choose {0} or try the {1} shortcut.
python.onboarding.temporary.configuration.description=<ide/> has just created a temporary run configuration.You can modify it later to specify the way <ide/> executes your code.
python.onboarding.run.sample=Choose {0} or try the {1} shortcut.
python.onboarding.temporary.configuration.description=<ide/> has just created a temporary run configuration. You can modify it later to specify the way <ide/> executes your code.
python.onboarding.press.got.it.to.proceed=Press {0} to proceed.
python.onboarding.run.panel.description=You can use this toolbar to modify a run configuration, rerun it, debug your code, collect code coverage, and profile your application. Try these workflows in other lessons.
python.onboarding.run.panel.description=You can use this toolbar to modify a run configuration, rerun it, debug your code, collect code coverage, and profile your application. You will have the opportunity to try these workflows in other lessons.
python.onboarding.balloon.click.here=Click here
python.onboarding.toggle.breakpoint=You may notice that the method {0} returns an incorrect value. To debug it, let''s stop at the return statement. Click the gutter in the highlighted area to set a breakpoint.
python.onboarding.toggle.breakpoint=You may notice that the method {0} returns an incorrect value. Let''s stop at the return statement to debug it. Click the gutter in the highlighted area to set a breakpoint.
python.onboarding.balloon.start.debugging=Let's start debugging
python.onboarding.start.debugging=Let''s start debugging. Click the {0} icon.
python.onboarding.start.debugging=Click the {0} icon to start the debugging process.
python.onboarding.balloon.about.debug.panel=This toolbar provides various debugging actions, such as step in, step over, run to the cursor, and so on. We suggest that you take the {0} lesson later to try them!
python.onboarding.balloon.stop.debugging=Let's stop debugging
python.onboarding.stop.debugging=Now stop debugging. Click the {0} icon.
python.onboarding.type.division=It seems that we need to divide the result sum by the values length. Type {0}
python.onboarding.choose.len.item=<ide/> shows completion variants automatically as you type. Select {0} (by keyboard arrows) item and press {1}.
python.onboarding.invoke.completion=The caret is inside parenthesis {0} now. Let''s invoke completion list explicitly by {1}
python.onboarding.choose.values.item=Select the {0} item. Type {1} to reduce the completion list.
python.onboarding.invoke.intention.for.warning=The caret is now on the line with some warnings indicated by the yellow bulb. To preview the warnings and apply a quick fix, press {0}.
python.onboarding.stop.debugging=Click the {0} icon to stop debugging.
python.onboarding.type.division=It seems that we need to divide the resulting sum by the length of the values. Type {0}.
python.onboarding.choose.len.item=<ide/> shows completion variants automatically as you type. Select the {0} item (using the keyboard arrows) and press {1}.
python.onboarding.invoke.completion=The caret is now inside parentheses {0}. Let''s invoke the completion list explicitly by {1}.
python.onboarding.choose.values.item=Select the {0} item and type {1} to reduce the completion list.
python.onboarding.invoke.intention.for.warning=The caret is now on a line with some warnings indicated by the yellow bulb. To preview the warnings and apply a quick fix, press {0}.
python.onboarding.select.fix=Let''s apply the first item: {0}.
python.onboarding.invoke.intention.for.code=<ide/> provides a lot of intentions that save your time and make coding easier. Press {0} again to see that can be applied to {1}.
python.onboarding.apply.intention=Let''s apply {0} intention.
python.onboarding.complete.template=Note that the caret has been moved to the place for return type. Type {0} now and then press {1}.
python.onboarding.invoke.search.everywhere=You may notice we selected {0}. Press {1} two times to open the {2} dialog.
python.onboarding.search.everywhere.description=Here you can find any entity in your project or any feature in <ide/> by its name! As you see, selected text automatically copied into input string. And the only item we found by now is the {0} function from the current file.
python.onboarding.set.input.in.search.everywhere=Now let''s replace {0} by {1} in the input field.
python.onboarding.apply.action=You can see the {0} action. Let''s apply the action: select highlighted item and press {1}. Or just click it.
python.onboarding.invoke.intention.for.code=<ide/> provides a lot of intentions that save time and make coding easier. Press {0} again to see what can be applied to {1}.
python.onboarding.apply.intention=Let''s apply the {0} intention.
python.onboarding.complete.template=Note that the caret has been moved to the place where the return type is specified. Type {0} and then press {1}.
python.onboarding.invoke.search.everywhere=You may notice that we''ve selected {0}. Press {1} two times to open the {2} dialog.
python.onboarding.search.everywhere.description=Here you can find any entity in your project or any feature in <ide/> by searching for its name! As you can see, the selected text has been automatically copied into the input string. And the only item we''ve found is the {0} function from the current file.
python.onboarding.set.input.in.search.everywhere=Now let''s replace {0} with {1} in the input field.
python.onboarding.apply.action=You can see the {0} action. Let''s apply the action: select the highlighted item and press {1}. Or just click it.
python.onboarding.epilog=Congratulations! You have completed the onboarding tour. At this point you can:\
\n - <callback id="{0}">Close</callback> the learning project\
\n - <callback id="{1}">Create</callback> your own new project\