mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
32 lines
1.9 KiB
Properties
32 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.
|
|
dialog.top.title=Feedback
|
|
dialog.title=Kotlin Feedback
|
|
dialog.description=You have been using Kotlin recently, share your feedback with us.
|
|
notification.thanks.feedback.content=You are helping improve the Kotlin plugin!
|
|
|
|
notification.request.title=Share feedback about the Kotlin plugin
|
|
notification.request.content=Please answer a few questions. It will take about 2 minutes.
|
|
|
|
build.process.gradle.satisfaction.request.title=Gradle feedback
|
|
build.process.gradle.satisfaction.request.content=Please answer a few questions. It will take about 2 minutes.
|
|
|
|
dialog.build.process.gradle.satisfaction.top.title=Feedback
|
|
dialog.build.process.gradle.satisfaction.title=Gradle feedback
|
|
dialog.build.process.gradle.satisfaction.description=You have been using the Gradle build system recently, share your feedback with us.
|
|
|
|
dialog.build.process.gradle.satisfaction.rating.label=How would you rate your experience with the Gradle build system?
|
|
dialog.build.process.gradle.satisfaction.improve.label=How can your experience be improved?
|
|
|
|
dialog.build.process.gradle.satisfaction.feedback.content=You are helping improve the Kotlin Gradle experience!
|
|
|
|
build.process.info.gradle.version=Gradle version:
|
|
build.process.info.kotlin.version=Kotlin version:
|
|
build.process.info.groovy.build.file.count=Number of Gradle Groovy build files:
|
|
build.process.info.kts.build.file.count=Number of Gradle Kts build files:
|
|
build.process.info.months.of.kotlin.usage=Months of Kotlin usage:
|
|
build.process.info.months.of.idea.usage=Months of IDE usage:
|
|
|
|
action.org.jetbrains.kotlin.onboarding.gradle.ShowBuildProcessSatisfactionDialogAction.text=Show Kotlin Gradle Build Process Satisfaction Survey |