c642ca45de
#KT-37483
54 lines
3.0 KiB
Properties
54 lines
3.0 KiB
Properties
configure.title=Configure Kotlin-Maven plugin
|
|
configure.java.with.maven=Java with Maven
|
|
configure.javascript.with.maven=JavaScript with Maven
|
|
|
|
version.different.maven.ide=Kotlin version that is used for building with Maven ({0}) differs from the one bundled into the IDE plugin ({1})
|
|
version.different.plugin.library=Plugin version ({0}) is not the same as library version ({1})
|
|
|
|
fix.set.version.family=Change version
|
|
fix.set.version.name=Change version to {0}
|
|
fix.set.version.name1=Change version to {0} ({1})
|
|
|
|
error.cant.find.pom.for.module=Cannot find pom.xml for module ''{0}''
|
|
|
|
file.was.modified={0} was modified
|
|
|
|
update.language.version.title=Update Language Version
|
|
update.language.version.feature=This language feature requires version ''{0}'' or later of the Kotlin runtime library. Please update the version in your build script.
|
|
update.language.version.feature.support={0} support requires version ''{1}'' or later of the Kotlin runtime library. Please update the version in your build script.
|
|
update.language.version.coroutines=Coroutines support requires version ''1.1'' or later of the Kotlin runtime library. Please update the version in your build script.
|
|
|
|
error.failed.update.pom=Failed to update pom.xml. Please update the file manually.
|
|
error.cant.configure.maven.automatically=Couldn't configure kotlin-maven plugin automatically.
|
|
error.see.installation.instructions=See manual installation instructions <a href="https://kotlinlang.org/docs/reference/using-maven.html#KotlinBuildTools-Maven">here</a>.
|
|
|
|
inspection.description=Reports kotlin-maven-plugin configuration issues
|
|
inspection.no.executions=Kotlin plugin has no compile executions
|
|
inspection.should.run.before.javac=Kotlin plugin should run before javac so kotlin classes could be visible from Java
|
|
inspection.javascript.in.java.module=JavaScript goal configured for module with Java files
|
|
inspection.jvm.no.stdlib.dependency=Kotlin/JVM compiler configured but no ''{0}'' dependency
|
|
inspection.javascript.no.stdlib.dependency=Kotlin/JavaScript compiler configured but no ''{0}'' dependency
|
|
inspection.configured.no.execution=You have {0} configured but no corresponding plugin execution
|
|
inspection.same.execution.compile.test=It is not recommended to have both 'compile' and 'test' goals in the same execution
|
|
|
|
fix.add.execution.name="Create {0} execution
|
|
fix.add.execution.family="Create Kotlin execution
|
|
|
|
fix.execution.phase.name=Change phase to {0}
|
|
fix.execution.phase.family=Change phase
|
|
|
|
fix.add.java.executions.name=Configure maven-compiler-plugin executions in the right order
|
|
|
|
fix.add.stdlib.name=Add ''{0}'' dependency
|
|
fix.add.stdlib.family=Add dependency
|
|
|
|
fix.configure.plugin.execution.name=Create ''{0}'' execution of kotlin-maven-compiler
|
|
fix.configure.plugin.execution.family=Create Kotlin execution
|
|
|
|
fix.add.maven.dependency.name=Add Maven dependency…
|
|
|
|
fix.kotlin.test.junit.is.recommended='kotlin-test-junit' is recommended
|
|
fix.replace.to.kotlin.test.name=Replace with 'kotlin-test-junit'
|
|
|
|
fix.move.to.execution.family=Move to 'compile' execution
|
|
fix.move.to.build.family=Move to 'build' > 'sourceDirectory' tag |