i18n inspection fixes

GitOrigin-RevId: b3f625e3073d233db654ed788d9dc41e22567ad7
This commit is contained in:
Eugene Zhuravlev
2020-09-14 19:12:54 +02:00
committed by intellij-monorepo-bot
parent 016e85c64c
commit 059a3b853a
17 changed files with 101 additions and 65 deletions

View File

@@ -158,7 +158,7 @@ settings.column.value=Value
settings.test.sources.directory=Test sources directory:
settings.processor.fq.name=Processor FQ Name
settings.validate.on.build=Validate on build
settings.exclude.from.validation=Exclude from validation:
settings.exclude.from.validation=Exclude From Validation:
settings.validators=Validators:
no.compilation.problems.found=No compilation problems found
cannot.package.file=Cannot package file
@@ -169,9 +169,9 @@ path.to.ecj.compiler.tool=Path to ecj compiler tool
choose.members=Choose Members
all.modules=<All Modules>
create.jar.from.modules=Create JAR from Modules
cannot.delete.0=cannot delete ''{0}''
cannot.delete.0=Cannot delete ''{0}''
cannot.clean.0.artifact=Cannot clean ''{0}'' artifact
cleaning.artifacts=Cleaning Artifacts
cleaning.artifacts=Cleaning artifacts
clean.artifacts=Clean Artifacts
0.errors.1.warnings={0} Errors, {1} Warnings
compilation.finished=Compilation Finished
@@ -202,6 +202,8 @@ eclipse.compiler.cross.platform.help.message=('/' recommended in paths for cross
eclipse.compiler.path.leave.empty.help.message=Path to ECJ batch compiler tool (leave empty to use bundled):
eclipse.compiler.proceed.on.errors.option=Proceed on errors
progress.title.cancelling.auto.make.builds=Cancelling Auto-Make Builds
abnormal.build.process.termination=Abnormal build process termination
unknown.build.process.error=unknown error
intention.name.make.implements=Make implements ''{0}''
intention.name.make.extends=Make extends ''{0}''
classes.up.to.date.check=Classes up-to-Date Check
@@ -281,3 +283,14 @@ ArtifactPropertiesEditor.tab.pre.processing=Pre-processing
reference.projectsettings.compiler.excludes=Excludes
reference.projectsettings.compiler.annotationProcessors=Annotation Processors
affected.tests.counts=\ / {0} {1, choice, 0#test|1#tests}
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...
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.
build.process.no.javac.path.found=Cannot determine path to ''tools.jar'' library for {0} ({1})
build.process.no.free.debug.port=Cannot find free port to debug build process
build.process.ecj.path.does.not.exist=Path to eclipse ecj compiler does not exist: {0}