[java] IJPL-158521 Actions: fix ellipsis in messages for Java actions

GitOrigin-RevId: bfce0d6efa8747660c4b9af3d8defbfa47e4509a
This commit is contained in:
Yuriy Artamonov
2024-09-14 19:38:56 +02:00
committed by intellij-monorepo-bot
parent b7baeb409a
commit 47f1c44a90
16 changed files with 91 additions and 91 deletions

View File

@@ -3,9 +3,9 @@ message.category.warning=WARNING
message.category.information=INFORMATION
message.category.statistics=STATISTICS
error.javac.out.of.memory=Out of memory. Increase the maximum heap size in Project Properties|Compiler settings.
progress.loading.classes=Loading classes...
progress.compiling.class=Compiling {0}...
progress.parsing.file=Parsing {0}...
progress.loading.classes=Loading classes\u2026
progress.compiling.class=Compiling {0}\u2026
progress.parsing.file=Parsing {0}\u2026
action.compile.description.module=Module ''{0}''
action.compile.description.selected.files=Selected Files
rebuild.lvcs.label.no.errors=''{0}'' with no errors
@@ -24,7 +24,7 @@ status.all.up.to.date=All files are up-to-date
compiler.error.failed.to.delete=Failed to delete {0}
compiler.build.messages.classes.check.uptodate=Build results are up-to-date for requested compile scope.\nSubsequent incremental build wouldn't do anything.
compiler.build.messages.classes.check.outdated=Build results are outdated for requested compile scope.\nSubsequent incremental build will compile files for changed sources and remove obsolete results of the previous build.
progress.updating.caches=Updating caches...
progress.updating.caches=Updating caches\u2026
compiler.content.name.rebuild=Rebuild
compiler.content.name.recompile=Recompile
compiler.content.name.make=Build
@@ -124,11 +124,11 @@ label.option.display.notification.popup=Display notification on build completion
java.compiler.option.prefer.target.jdk.compiler=Use compiler from module target JDK when possible
configurable.CompilerUIConfigurable.display.name=General
configurable.AnnotationProcessorsConfigurable.display.name=Annotation Processors
settings.configure.annotations=&Configure annotations...
settings.configure.annotations=&Configure annotations\u2026
settings.build.project.automatically=Build project automatically
settings.actions.on.save.page.build.project.on.save.checkbox=Build project
settings.actions.on.save.page.build.project.on.save.checkbox.comment=Not triggered while running/debugging
settings.actions.on.save.page.compiler.settings.link=Compiler settings...
settings.actions.on.save.page.compiler.settings.link=Compiler settings\u2026
settings.compile.independent.modules.in.parallel=Compile independent modules in parallel:
settings.compile.independent.modules.in.parallel.enabled = Enabled
settings.compile.independent.modules.in.parallel.automatic = Automatic
@@ -217,7 +217,7 @@ dialog.title.packaging.choose.module=Choose Module
dialog.title.packaging.choose.library=Choose Library
node.excluded.flag.tooltip=Excluded
macro.output.path=Output path
button.add=&Add...
button.add=&Add\u2026
eclipse.compiler.path.label=Path to ECJ batch compiler tool:
eclipse.compiler.path.comment=Leave empty to use bundled
eclipse.compiler.proceed.on.errors.option=Proceed on errors
@@ -262,7 +262,7 @@ label.extracted.dir.presentation=Extracted ''{0}''
label.library.element.module=module ''{0}''
label.in.path.suffix=(in {0})
jar.text=JAR
jar.from.modules.presentable.name=From modules with dependencies...
jar.from.modules.presentable.name=From modules with dependencies\u2026
unknown.artifact.type.0=Unknown artifact type: {0}
unknown.element.0=Unknown element: {0}
unknown.artifact.properties.0=Unknown artifact properties: {0}
@@ -294,7 +294,7 @@ error.no.scratch.file.associated.with.configuration=No scratch file associated w
error.associated.scratch.file.not.found=Associated scratch file not found
java.scratch=Java Scratch
configuration.for.java.scratch.files=Configuration for Java scratch files
test.discovery.find.affected.tests=Find affected tests...
test.discovery.find.affected.tests=Find affected tests\u2026
test.discovery.show.affected.tests=Show affected tests
test.discovery.parametrized=Parametrized
test.discovery.unused.test.data.tab.title=Unused Test Data
@@ -314,7 +314,7 @@ artifacts.menu.item.all=All Artifacts
artifacts.menu.item.build=Build
artifacts.menu.item.clean=Clean
artifacts.menu.item.rebuild=Rebuild
artifacts.menu.item.edit=Edit...
artifacts.menu.item.edit=Edit\u2026
error.task.0.execution.failed=Task {0} failed, please see idea.log for details
dialog.title.choose.module=Choose Module
build.process.no.javac.found=No system java compiler is provided by the JRE. Make sure tools.jar is present in IntelliJ IDEA classpath.
@@ -333,17 +333,17 @@ jar.artifacts.dialog.radio.button.extract.to.the.target.jar=&extract to the targ
jar.artifacts.dialog.radio.button.copy.to.the.output.directory.and.link.via.manifest=copy &to the output directory and link via manifest
jar.artifacts.dialog.label.main.class=Main &Class:
element.with.manifest.button.create.manifest=&Create Manifest...
element.with.manifest.button.use.existing.manifest=&Use Existing Manifest...
element.with.manifest.button.create.manifest=&Create Manifest\u2026
element.with.manifest.button.use.existing.manifest=&Use Existing Manifest\u2026
element.with.manifest.label.meta.inf.manifest.mf.file.not.found=META-INF/MANIFEST.MF file not found
element.with.manifest.label.manifest.file=Manifest &File:
notification.group.title.jps.cannot.start.compiler=Build failed to start
notification.action.jps.open.configuration.dialog=Configure...
notification.action.jps.open.configuration.dialog=Configure\u2026
notification.title.jps.cannot.start.compiler=Cannot start compiler
notification.title.cpu.snapshot.build.has.been.captured=Build CPU snapshot has been captured
action.show.snapshot.location.text=Show Snapshot Location
progress.preparing.wsl.build.environment=Preparing WSL build environment...
progress.preparing.wsl.build.environment=Preparing WSL build environment\u2026
plugins.advertiser.feature.artifact=artifact
notification.group.compiler=Build finished