[java-i18n] compiler

GitOrigin-RevId: 61a024f269d8f7fe5339748a5c2759cc882904e1
This commit is contained in:
Ilyas Selimov
2020-08-10 22:12:24 +07:00
committed by intellij-monorepo-bot
parent 2dc643d86f
commit c2511e3a9f
16 changed files with 60 additions and 31 deletions

View File

@@ -205,4 +205,27 @@ progress.title.cancelling.auto.make.builds=Cancelling Auto-Make Builds
intention.name.make.implements=Make implements ''{0}''
intention.name.make.extends=Make extends ''{0}''
classes.up.to.date.check=Classes up-to-Date Check
action.run.all.affected.tests.text=Run All Affected Tests
action.run.all.affected.tests.text=Run All Affected Tests
popup.title.chosen.artifact.action=Action{0,choice,0# For {0} Artifacts|1#|2# For {0} Artifacts}
dialog.message.output.dir.contains.source.roots=The output directory ''{0}'' of ''{1}'' artifact contains source roots of the project.\
Do you want to continue and clear it?
dialog.message.output.dir.artifact= ''{0}'' artifact (''{1}'')
dialog.message.output.dirs.contain.source.roots=The output directories of the following artifacts contains source roots:\n\
{0}Do you want to continue and clear these directories?
action.compiler.reference.find.usages.text=Compiler Reference Find Usages
action.compiler.reference.functional.expression.search.text=Compiler Reference Functional Expression Search
action.compiler.reference.direct.inheritor.search.text=Compiler Reference Direct Inheritor Search
progress.text.clearing.build.system.data=Clearing build system data...
separator.choose.members.to.delete=<html>Choose Members To Delete Since They Are Already Defined In <b>{0}</b>
text.empty.profile=Profile name shouldn't be empty
text.profile.exists=Profile {0} already exists
compiler.ui.pattern.legend.text=Use <b>;</b> to separate patterns and <b>!</b> to negate a pattern. \
Accepted wildcards: <b>?</b> \\&mdash; exactly one symbol; <b>*</b> \\&mdash; zero or more symbols; \
<b>/</b> \\&mdash; path separator; <b>/**/</b> \\&mdash; any number of directories; \
<i>\\&lt;dir_name\\&gt;</i>:<i>\\&lt;pattern\\&gt;</i> \\&mdash; restrict to source roots with the specified name
notification.compiler.auto.build.failure=Auto build failure: {0}
notification.compiler.auto.build.completed.with.errors=Auto build completed with errors
dialog.title.manifest.select.main.class=Select Main Class
label.unknown.value=<unknown>
label.extracted.dir.presentation=Extracted ''{0}''
label.library.element.module=module ''{0}''