Files
openide/plugins/kotlin/features-trainer/resources/messages/KotlinLessonsBundle.properties
Nikita Iarychenko aa98668729 OPENIDE add missing copyrights
(cherry picked from commit ee436bd1a4e9f0357eccd25bb2f956f1c2a77079)
2025-04-30 13:27:35 +04:00

26 lines
1.9 KiB
Properties

# Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
#
# Modified by Nikita Iarychenko at 2025 as part of the OpenIDE project(https://openide.ru).
# Any modifications are available on the same license terms as the original source code.
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.