a35523b6d0
For 193: it will be a simple notification at the bottom of the IDEA window For 201: a floating notification in the editor is implemented near "Load Gradle Changes" icon ^KT-34443 Fixed
58 lines
5.9 KiB
Properties
58 lines
5.9 KiB
Properties
action.label.text.load.script.configuration=Load script configuration
|
|
action.text.install=Install
|
|
action.text.show.kotlin.gradle.dsl.logs.in=Show Kotlin Gradle DSL Logs in {0}
|
|
build.0.project=Build {0}
|
|
change.build.gradle.configuration=Change build.gradle configuration
|
|
description.text.a.single.platform.kotlin.library.or.application.targeting.javascript=A single-platform Kotlin library or application targeting JavaScript
|
|
description.text.a.single.platform.kotlin.library.or.application.targeting.js.for.browser=A single-platform Kotlin library or application targeting JavaScript for browser
|
|
description.text.a.single.platform.kotlin.library.or.application.targeting.js.for.node.js=A single-platform Kotlin library or application targeting JavaScript for Node.js
|
|
description.text.a.single.platform.kotlin.library.or.application.targeting.the.jvm=A single-platform Kotlin library or application targeting the JVM
|
|
description.text.adds.support.for.building.kotlin.projects=Adds support for building Kotlin projects
|
|
description.text.multi.targeted.jvm.js.ios.etc.project.with.shared.code.in.common.modules=Multi-targeted (JVM, JS, iOS, etc.) project with shared code in common modules. The targets can be configured in the project''s build script.
|
|
description.text.multiplatform.gradle.project.allowing.reuse.of.the.same.kotlin.code.between.android.and.ios.mobile.platforms=Multiplatform Gradle project allowing reuse of the same Kotlin code between Android and iOS mobile platforms
|
|
description.text.multiplatform.gradle.project.allowing.reuse.of.the.same.kotlin.code.between.js.client.and.jvm.server=Multiplatform Gradle project allowing reuse of the same Kotlin code between JS Client and JVM Server
|
|
description.text.multiplatform.gradle.project.allowing.reuse.of.the.same.kotlin.code.between.two.mobile.platforms.jvm.android.and.native=Multiplatform Gradle project allowing reuse of the same Kotlin code between two mobile platforms (JVM/Android and Native)
|
|
description.text.multiplatform.jvm.js.native=Multiplatform Gradle project allowing reuse of the same Kotlin code between all three main platforms (JVM, JS, and Native)
|
|
error.text.cannot.find.build.gradle.file.for.module=Cannot find build.gradle file for module {0}
|
|
error.text.coroutines.support.requires.version.1.1.or.later.of.the.kotlin.runtime.library=Coroutines support requires version 1.1 or later of the Kotlin runtime library. Please update the version in your build script.
|
|
error.text.different.kotlin.gradle.version=Kotlin version that is used for building with Gradle ({0}) differs from the one bundled into the IDE plugin ({1})
|
|
error.text.different.kotlin.library.version=Plugin version ({0}) is not the same as library version ({1})
|
|
error.text.failed.to.load.script.definitions.by=Failed to load script definitions by {0}
|
|
error.text.highlighting.is.impossible.during.gradle.import=Highlighting is impossible during Gradle Import
|
|
error.text.invalid.gradle.libraries.directory=Invalid Gradle libraries directory {0}
|
|
error.text.missing.jars.in.gradle.directory=Missing jars in gradle directory
|
|
error.text.project.isn.t.linked.with.gradle=Project ''{0}'' isn''t linked with Gradle
|
|
error.text.support.requires.version={0} support requires version {1} or later of the Kotlin runtime library. Please update the version in your build script.
|
|
error.text.this.language.feature.requires.version=This language feature requires version {0} or later of the Kotlin runtime library. Please update the version in your build script.
|
|
error.text.unable.to.get.gradle.home.directory=Unable to get Gradle home directory
|
|
title.plugin.suggestion=Plugins Suggestion
|
|
notification.text.native.debug.provides.debugger.for.kotlin.native=Native Debug provides debugger for Kotlin/Native
|
|
presentable.text.java.with.gradle=Java with Gradle
|
|
presentable.text.javascript.with.gradle=JavaScript with Gradle
|
|
presentable.text.js.client.and.jvm.server.gradle=JS Client and JVM Server | Gradle
|
|
presentable.text.mobile.android.ios.gradle=Mobile Android/iOS | Gradle
|
|
presentable.text.mobile.shared.library.gradle=Mobile Shared Library | Gradle
|
|
presentable.text.multiplatform.library.gradle=Multiplatform Library | Gradle
|
|
text.couldn.t.configure.kotlin.gradle.plugin.automatically=Couldn't configure kotlin-gradle plugin automatically.
|
|
text.default.kotlin.gradle.script=Default Kotlin Gradle Script
|
|
text.gradle.dsl.logs.cannot.be.found.automatically.see.how.to.find.logs=Gradle DSL Logs cannot be found automatically.<br/>See how to find logs <a href="{0}">here</a>.
|
|
text.see.manual.installation.instructions=See manual installation instructions <a href="https://kotlinlang.org/docs/reference/using-gradle.html">here</a>.
|
|
text.the.associated.gradle.project.isn.t.imported=The associated Gradle Project isn't imported.
|
|
text.was.modified={0} was modified
|
|
title.configure.kotlin.gradle.plugin=Configure Kotlin-Gradle Plugin
|
|
title.kotlin.build.script=Gradle Kotlin DSL Scripts errors
|
|
title.update.language.version=Update Language Version
|
|
tool.tip.text.the.external.gradle.project.needs.to.be.imported.to.get.this.script.analyzed=The external Gradle project needs to be imported to get this script analyzed. <br/>You can import the related Gradle project or click "{0}" to get code insight without importing.
|
|
display.name.kotlin.multiplatform=Kotlin/Multiplatform
|
|
display.name.kotlin.jvm=Kotlin/JVM
|
|
display.name.kotlin.js.for.node.js=Kotlin/JS for Node.js
|
|
display.name.kotlin.js.for.browser=Kotlin/JS for browser
|
|
comman.name.configure.kotlin=Configure Kotlin
|
|
command.name.configure.0=Configure {0}
|
|
notification.title.script.configuration.has.been.changed=Script configurations has been changed.
|
|
notification.text.script.configuration.has.been.changed=Gradle Project needs to be imported to load changes.
|
|
action.label.import.project=Import Project
|
|
action.label.enable.auto.import=Enable Auto-Import
|
|
action.text.load.script.configurations=Load Script Configurations
|
|
action.description.load.script.configurations=Gradle Kotlin DSL script configuration has been changed. Load changes to get script code insight without loading the external Gradle project.
|