GradleScriptNotifications: extract and fix i18n strings
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
action.text.standalone=Add as standalone script
|
||||
action.label.text.load.script.configuration=Load related Gradle project
|
||||
notification.outsideAnything.text=Code insight unavailable (related Gradle project not linked)
|
||||
notification.outsideAnything.linkAction=Link Gradle project
|
||||
notification.wasNotImportedAfterCreation.text=Code insight unavailable (Gradle project not imported)
|
||||
action.label.import.project=Import Project
|
||||
action.text.load.script.configurations=Load Script Configurations
|
||||
action.description.load.script.configurations=Gradle Kotlin DSL script configuration has been changed. Load changes to get script code insight without loading the external Gradle project.
|
||||
action.label.enable.auto.import=Enable Auto-Import
|
||||
notification.notEvaluatedInLastImport.text=Code insight unavailable (configuration for this script wasn't received during last import)
|
||||
notification.notEvaluatedInLastImport.addAsStandaloneAction=Add as standalone script
|
||||
notification.notEvaluatedInLastImport.info=<div width=400>\
|
||||
<p>The Gradle project that evaluates this script needs to be imported to get it analyzed by the IDE.\
|
||||
Try reimport linked Gradle project or link a new Gradle project that evaluates this script.</p>\
|
||||
<br/>\
|
||||
<p>Alternatively, you can mark this script as standalone and its configuration will be loaded separately.</p>\
|
||||
<br/> \
|
||||
<p><b>NOTE:</b> Each standalone script requires separate Gradle configuration phase to be executed on update. \
|
||||
This can be expensive for large Gradle projects.</p>\
|
||||
</div>
|
||||
notification.standalone.text=Standalone script
|
||||
notification.standalone.disableScriptAction=Disable script
|
||||
notification.standalone.info=<div width=400>\
|
||||
<p>Configuration for this script will be loaded separately from Gradle project Sync. \
|
||||
<br/>\
|
||||
<p>This can be expensive for large Gradle projects.</p>\
|
||||
</div>
|
||||
action.text.install=Install
|
||||
action.text.show.kotlin.gradle.dsl.logs.in=Show Kotlin Gradle DSL Logs in {0}
|
||||
build.0.project=Build {0}
|
||||
@@ -38,12 +61,10 @@ text.couldn.t.configure.kotlin.gradle.plugin.automatically=Couldn't configure ko
|
||||
text.default.kotlin.gradle.script=Default Kotlin Gradle Script
|
||||
text.gradle.dsl.logs.cannot.be.found.automatically.see.how.to.find.logs=Gradle DSL Logs cannot be found automatically.<br/>See how to find logs <a href="{0}">here</a>.
|
||||
text.see.manual.installation.instructions=See manual installation instructions <a href="https://kotlinlang.org/docs/reference/using-gradle.html">here</a>.
|
||||
text.the.associated.gradle.project.isn.t.imported=Cannot find related Gradle project. Kotlin DSL Code insight unavailable.
|
||||
text.was.modified={0} was modified
|
||||
title.configure.kotlin.gradle.plugin=Configure Kotlin-Gradle Plugin
|
||||
title.kotlin.build.script=Gradle Kotlin DSL Scripts errors
|
||||
title.update.language.version=Update Language Version
|
||||
tool.tip.text.the.external.gradle.project.needs.to.be.imported.to.get.this.script.analyzed=The external Gradle project needs to be imported to get this script analyzed. <br/>Load related Gradle project to add it to the list of imported Gradle Projects.
|
||||
display.name.kotlin.multiplatform=Kotlin/Multiplatform
|
||||
display.name.kotlin.jvm=Kotlin/JVM
|
||||
display.name.kotlin.js.for.node.js=Kotlin/JS for Node.js
|
||||
@@ -52,9 +73,3 @@ comman.name.configure.kotlin=Configure Kotlin
|
||||
command.name.configure.0=Configure {0}
|
||||
notification.title.script.configuration.has.been.changed=Script configurations has been changed.
|
||||
notification.text.script.configuration.has.been.changed=Gradle Project needs to be imported to load changes.
|
||||
script.configurations.will.be.available.after.import=Gradle Kotlin DSL script configuration is missing. Import project to get script code insight.
|
||||
script.configurations.will.be.available.after.load.changes=Gradle Kotlin DSL script configuration is missing. Load Script Configurations to get script code insight.
|
||||
action.label.import.project=Import Project
|
||||
action.label.enable.auto.import=Enable Auto-Import
|
||||
action.text.load.script.configurations=Load Script Configurations
|
||||
action.description.load.script.configurations=Gradle Kotlin DSL script configuration has been changed. Load changes to get script code insight without loading the external Gradle project.
|
||||
|
||||
Reference in New Issue
Block a user