Files
openide/plugins/kotlin/features-trainer/resources/messages/KotlinLessonsBundle.properties
2025-04-30 13:24:23 +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 first item: {0}. In this case, the <strong>for-each</strong> loop will make code easier to understand.
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.