Files
openide/plugins/kotlin/features-trainer/resources/messages/KotlinLessonsBundle.properties
axiom 4fbe402dd4 16 branding defects fixed.
(cherry picked from commit 4ede66edf1dba37f984904252add615415421e2b)
(cherry picked from commit 7d8fabf648)
2025-06-19 11:53:01 +04:00

22 lines
1.6 KiB
Properties

configure.kotlin.progress.title=Configure Kotlin
welcome.promo.start.tour.java=Start Tour in Java
welcome.promo.start.tour.kotlin=Start Tour in Kotlin
kotlin.onboarding.invoke.intention.for.warning.1=You have just fixed a bug, but you can make this code look even better. \
IDE highlights and adds a yellow bulb to the code lines that can be improved.
kotlin.onboarding.invoke.intention.for.warning.2=Press {0} to preview the warnings and apply a quick-fix.
kotlin.onboarding.invoke.intention.for.warning.balloon=Press {0} to show available quick-fixes
kotlin.onboarding.select.fix=Apply the {0} quick-fix. It will remove the unused local variable.
kotlin.onboarding.invoke.intention.for.code=Intentions also save your time and make coding easier. Let''s use an intention to reformat string concatenation. \
Press {0} to show possible options.
kotlin.onboarding.invoke.intention.for.code.balloon=Press {0} to show available intentions
kotlin.onboarding.apply.intention=Select {0} and press {1}.
kotlin.basic.completion.choose.item=Choose the highlighted {0} item to complete the function call and place the caret inside the parenthesis.
# Next string does not require translation
kotlin.refactoring.menu.inline.property.eng=Now let''s replace single usage of the {0} variable with an expression that defines it. \
You can press {1} and filter the refactoring menu by <strong>ipr</strong> (<strong>i</strong>nline <strong>pr</strong>operty). \
Choose this item or press {2}.
kotlin.refactoring.menu.confirm.constant=Choose and type any new name you want to use for the constant. Then press {0} to confirm.