i18n: fix bundle messages/testData messages where necessary

This commit is contained in:
Roman Golyshev
2020-02-27 14:43:41 +03:00
committed by Dmitry Gridin
parent e1cb561398
commit 1dded486f1
115 changed files with 163 additions and 163 deletions
@@ -29,7 +29,7 @@ inspection.javascript.in.java.module=JavaScript goal configured for module with
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
inspection.same.execution.compile.test=It is not recommended to have both 'compile' and 'test' goals in the same execution
fix.create.execution.name="Create {0} execution
fix.create.execution.family="Create Kotlin execution
@@ -47,7 +47,7 @@ fix.create.execution.compiler.family=Create Kotlin execution
fix.add.maven.dependency.name=Add Maven dependency…
fix.kotlin.test.junit.is.recommended=''kotlin-test-junit'' is recommended
fix.kotlin.test.junit.is.recommended='kotlin-test-junit' is recommended
fix.kotlin.test.junit.replace=Replace with ''kotlin-test-junit''
fix.move.to.compile.execution=Move to ''compile'' execution
@@ -89,7 +89,7 @@ class MavenUpdateConfigurationQuickFixTest : MavenImportingTestCase() {
@Test
fun testAddKotlinReflect() {
doTest("Add kotlin-reflect.jar to the classpath")
doTest("Add 'kotlin-reflect.jar' to the classpath")
}
private fun doTest(intentionName: String) {
@@ -40,4 +40,4 @@
</build>
</project>
<!-- problem: on <goals><goal>compile</goal><goal>test-compile</goal></goals>, title It is not recommended to have both test and compile goals in the same execution -->
<!-- problem: on <goals><goal>compile</goal><goal>test-compile</goal></goals>, title It is not recommended to have both 'compile' and 'test' goals in the same execution -->
@@ -54,4 +54,4 @@
</project>
<!-- inspection: org.jetbrains.kotlin.idea.maven.inspections.KotlinTestJUnitInspection -->
<!-- problem: on kotlin-test, title kotlin-test-junit is better with junit -->
<!-- problem: on kotlin-test, title 'kotlin-test-junit' is recommended -->
@@ -54,4 +54,4 @@
</project>
<!-- inspection: org.jetbrains.kotlin.idea.maven.inspections.KotlinTestJUnitInspection -->
<!-- problem: on kotlin-test, title kotlin-test-junit is better with junit -->
<!-- problem: on kotlin-test, title 'kotlin-test-junit' is recommended -->
@@ -40,5 +40,5 @@
</build>
</project>
<!-- problem: on kotlin-maven-plugin, title Kotlin JVM compiler configured but no kotlin-stdlib dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin JavaScript compiler configured but no kotlin-stdlib-js dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin/JVM compiler configured but no 'kotlin-stdlib' dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin/JavaScript compiler configured but no 'kotlin-stdlib-js' dependency -->
@@ -40,5 +40,5 @@
</build>
</project>
<!-- problem: on kotlin-maven-plugin, title Kotlin JVM compiler configured but no kotlin-stdlib dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin JavaScript compiler configured but no kotlin-stdlib-js dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin/JVM compiler configured but no 'kotlin-stdlib' dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin/JavaScript compiler configured but no 'kotlin-stdlib-js' dependency -->
@@ -32,5 +32,5 @@
</build>
</project>
<!-- problem: on kotlin-maven-plugin, title Kotlin JVM compiler configured but no kotlin-stdlib dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin JavaScript compiler configured but no kotlin-stdlib-js dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin/JVM compiler configured but no 'kotlin-stdlib' dependency -->
<!-- problem: on kotlin-maven-plugin, title Kotlin/JavaScript compiler configured but no 'kotlin-stdlib-js' dependency -->