summaryrefslogtreecommitdiff
path: root/plugins/kotlin/frontend-independent/resources-en/messages/KotlinBundle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/kotlin/frontend-independent/resources-en/messages/KotlinBundle.properties')
-rw-r--r--plugins/kotlin/frontend-independent/resources-en/messages/KotlinBundle.properties20
1 files changed, 19 insertions, 1 deletions
diff --git a/plugins/kotlin/frontend-independent/resources-en/messages/KotlinBundle.properties b/plugins/kotlin/frontend-independent/resources-en/messages/KotlinBundle.properties
index e5cbfe7e1529..41a3c1095fcc 100644
--- a/plugins/kotlin/frontend-independent/resources-en/messages/KotlinBundle.properties
+++ b/plugins/kotlin/frontend-independent/resources-en/messages/KotlinBundle.properties
@@ -717,6 +717,9 @@ configuration.description.when.inlining.a.function.from.other.module.with.embedd
configuration.error.text.shouldn.t.add.null.urls.to.custom.repositories=Shouldn't add null urls to custom repositories
configuration.feature.text.new.experimental.project.wizard=New Experimental Project Wizard
configuration.feature.text.new.java.to.kotlin.converter=New Java to Kotlin Converter
+configuration.maven.group.name=Kotlin Maven project import
+configuration.maven.jvm.target.1.6.title=Unsupported JVM target 1.6
+configuration.maven.jvm.target.1.6.content=Maven project uses JVM target 1.6 for Kotlin compilation, which is no longer supported. It has been imported as JVM target 1.8. Consider migrating the project to JVM 1.8.
configuration.message.enter.fully.qualified.method.name=Enter fully-qualified method name:
configuration.message.text.a.new.version.is.available=A new version {0} is available
configuration.message.text.a.new.version.is.found=A new version {0} is found but it''s not verified by {1}.
@@ -730,6 +733,11 @@ configuration.migration.text.migrations.for.kotlin.code.are.available=Migrations
configuration.migration.text.run.migrations=Run migrations
configuration.migration.text.standard.library=Standard library: {0} -> {1}
configuration.migration.title.kotlin.migration=Kotlin migration
+kotlin.eap.survey.notification.group.name=Kotlin EAP Survey
+kotlin.eap.survey.notification.title=Kotlin Early Access Program
+kotlin.eap.survey.notification.text=We want to know more about you and how we can make the EAP experience more convenient!
+kotlin.eap.survey.notification.action=Take EAP survey
+kotlin.eap.survey.notification.link=https://surveys.jetbrains.com/s3/kotlin-eaps-survey
configuration.name.kotlin.compiler=Kotlin Compiler
configuration.name.kotlin=Kotlin
configuration.name.method=Method
@@ -2167,9 +2175,15 @@ inspection.obsolete.experimental.coroutines.display.name=Experimental coroutines
inspection.obsolete.kotlin.js.packages.display.name='kotlin.browser' and 'kotlin.dom' packages are deprecated since 1.4
inspection.warning.on.main.unused.parameter.migration.display.name=Unused `args` on `main` since 1.4
inspection.prohibit.repeated.use.site.target.annotations.migration.display.name=Repeated annotation which is not marked as '@Repeatable'
+inspection.do.not.propagate.method.deprecation.through.overrides=Do not propagate method deprecation through overrides since 1.9
+inspection.this.class.does.not.have.a.constructor=Forbidden constructor call
inspection.non.exhaustive.when.statement.migration.display.name=Non-exhaustive 'when' statements will be prohibited since 1.7
inspection.prohibit.use.site.target.annotations.on.super.types.migration.display.name=Meaningless annotations targets on superclass
inspection.redundant.label.migration.display.name=Redundant label
+inspection.ambiguous.expression.when.branch.migration.display.name=Ambiguous logical expressions in 'when' branches since 1.7
+inspection.add.conversion.call.display.name=Explicit conversion from `Int` needed since 1.9
+inspection.deprecated.inline.classes.migration.display.name=Inline classes are deprecated since 1.5
+inspection.deprecated.inline.class.text=Deprecated inline class
inspection.restrict.return.statement.target.migration.display.name=Target label does not denote a function since 1.4
inspection.prohibit.jvm.overloads.on.constructors.of.annotation.classes.migration.display.name='@JvmOverloads' annotation cannot be used on constructors of annotation classes since 1.4
inspection.prohibit.type.parameters.for.local.variables.migration.display.name=Local variable with type parameters
@@ -2352,6 +2366,8 @@ inspection.redundant.label.text=Redundant label
intention.convert.lambda.line=Convert to {0,choice,0#single|1#multi}-line lambda
intention.trailing.comma.custom.text={0,choice,0#Enable|1#Disable} a trailing comma by default in the formatter
intention.trailing.comma.text=Enable/disable a trailing comma in the formatter
+intention.name.specify.supertype=Specify supertype
+popup.title.choose.supertype=Choose Supertype
fix.remove.argument.text=Remove argument
fix.remove.redundant.star.text=Remove redundant *
refactoring.extract.to.separate.file.text=Extract to separate file
@@ -2586,4 +2602,6 @@ inspection.unnecessary.opt_in.annotation.display.name=Unnecessary '@OptIn' annot
inspection.unnecessary.opt_in.redundant.marker=The opt-in marker is redundant: no experimental API marked with ''{0}'' is used
inspection.unnecessary.opt_in.redundant.annotation=The opt-in annotation is redundant: no matching experimental API is used
inspection.unnecessary.opt_in.remove.marker.fix.family.name=Remove opt-in marker
-inspection.unnecessary.opt_in.remove.annotation.fix.family.name=Remove annotation \ No newline at end of file
+inspection.unnecessary.opt_in.remove.annotation.fix.family.name=Remove annotation
+
+wrap.expression.in.parentheses=Wrap expression in parentheses \ No newline at end of file