i18n: update bundle in idea-gradle-native

#KT-37483
This commit is contained in:
Dmitry Gridin
2020-03-26 14:36:59 +07:00
parent 39f7855202
commit 0e82c66dac
3 changed files with 4 additions and 3 deletions
@@ -15,4 +15,5 @@ error.incompatible.3p.libraries.recipe=Please edit Gradle buildfile(s) and speci
error.incompatible.user.libraries.newer=There {0,choice,1#is a library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with a newer Kotlin/Native compiler and can't be read in IDE:
error.incompatible.user.libraries.older=There {0,choice,1#is a library|2#are {0} third-party libraries} attached to the project that {0,choice,1#was|2#were} compiled with an older Kotlin/Native compiler and can't be read in IDE:
error.incompatible.user.libraries.recipe=Please edit Gradle buildfile(s) to use Kotlin Gradle plugin version {0}. Then rebuild the project and re-import it in IDE.
error.incompatible.user.libraries.recipe=Please edit Gradle buildfile(s) to use Kotlin Gradle plugin version {0}. Then rebuild the project and re-import it in IDE.
library.name.0.at.1.relative.root="{0}" at {1}
@@ -162,7 +162,7 @@ class KotlinNativeABICompatibilityChecker(private val project: Project) : Projec
?.let { "${'$'}project/$it" }
} ?: libraryRoot
return "\"$libraryName\" at $relativeRoot"
return KotlinGradleNativeBundle.message("library.name.0.at.1.relative.root", libraryName, relativeRoot)
}
val text = when (isOldMetadata) {
@@ -163,7 +163,7 @@ class KotlinNativeABICompatibilityChecker(private val project: Project) : Projec
?.let { "${'$'}project/$it" }
} ?: libraryRoot
return "\"$libraryName\" at $relativeRoot"
return KotlinGradleNativeBundle.message("library.name.0.at.1.relative.root", libraryName, relativeRoot)
}
val text = when (isOldMetadata) {