i18n: update bundle in idea-gradle-native
#KT-37483
This commit is contained in:
@@ -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}
|
||||
+1
-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) {
|
||||
|
||||
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user