mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[IFT] Improve onboarding i18n
GitOrigin-RevId: 483c6d40cc9f244b2eed65ac999d2a74b4135411
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4497c5fa0f
commit
f64cdc7b0b
@@ -1,3 +1,6 @@
|
||||
#Need to translate in pair with action.EditorToggleCase.text key!
|
||||
toggle.case.part=case
|
||||
|
||||
python.onboarding.module.name=Onboarding Tour
|
||||
python.onboarding.module.description=A brief overview of the main features in {0}.
|
||||
|
||||
@@ -32,7 +35,7 @@ python.onboarding.apply.intention=Select {0} and press {1}.
|
||||
python.onboarding.complete.template=Type {0} and then press {1}.
|
||||
python.onboarding.invoke.search.everywhere.1=While working in <ide/> you might want to search for files in your project, symbols, classes, or even IDE actions. In this lesson, let''s search for the {0} action to make the {1} string low-case.
|
||||
python.onboarding.invoke.search.everywhere.2=Press {0} two times to open the {1} dialog.
|
||||
python.onboarding.search.everywhere.description=As you can see, the selected text, {0}, has been automatically copied into the input string. Let''s type <strong>case</strong> instead of {0}.
|
||||
python.onboarding.search.everywhere.description=As you can see, the selected text, {0}, has been automatically copied into the input string. Let''s type {0} instead of {1}.
|
||||
python.onboarding.apply.action=Select the {0} action and press {1}.
|
||||
python.onboarding.case.changed=The case has changed.
|
||||
python.onboarding.epilog=Congratulations! You have completed the onboarding tour. At this point you can:\
|
||||
|
||||
Reference in New Issue
Block a user