mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[java] IJPL-158521 Actions: fix ellipsis in messages for Java actions
GitOrigin-RevId: bfce0d6efa8747660c4b9af3d8defbfa47e4509a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b7baeb409a
commit
47f1c44a90
@@ -97,7 +97,7 @@ delete.repeated.0=Delete repeated ''{0}''
|
||||
delete.repeated.interface=Delete repeated interface
|
||||
exception.handler.will.become.unreachable=Catch section will become unreachable
|
||||
|
||||
find.searching.for.references.to.class.progress=Searching for references to class {0}...
|
||||
find.searching.for.references.to.class.progress=Searching for references to class {0}\u2026
|
||||
find.usages.panel.title.derived.classes.cap=Derived classes
|
||||
find.usages.panel.title.derived.classes=derived classes
|
||||
find.usages.panel.title.derived.interfaces.cap=Derived interfaces
|
||||
@@ -115,15 +115,15 @@ find.usages.panel.title.base.methods=usages of base method
|
||||
message.class.inaccessible.from.module=Class ''{0}'' is not accessible from module ''{1}''
|
||||
message.class.inaccessible=Class ''{0}'' is not accessible here
|
||||
|
||||
inspection.i18n.quickfix.annotate=Annotate...
|
||||
inspection.i18n.quickfix.annotate=Annotate\u2026
|
||||
inspection.i18n.quickfix.annotate.as=Annotate as ''@{0}''
|
||||
inspection.i18n.quickfix.annotate.element=Annotate {0} ''{1}''...
|
||||
inspection.i18n.quickfix.annotate.element=Annotate {0} ''{1}''\u2026
|
||||
inspection.i18n.quickfix.annotate.element.as=Annotate {0} ''{1}'' as ''@{2}''
|
||||
inspection.reference.default.package=<default>
|
||||
error.message.invalid.java.type=Invalid Java type
|
||||
move.0.to.the.beginning=Move ''{0}'' to the beginning
|
||||
move.to.front=Move to front
|
||||
processing.method.usages=Processing Method Usages...
|
||||
processing.method.usages=Processing Method Usages\u2026
|
||||
qualify.0=Qualify {0}
|
||||
qualify.with.0.this=Qualify with {0}.this
|
||||
remove.annotation=Remove annotation
|
||||
@@ -416,7 +416,7 @@ inspection.anonymous.has.lambda.alternative.display.name=Anonymous type has shor
|
||||
inspection.java.8.list.sort.display.name='Collections.sort()' can be replaced with 'List.sort()'
|
||||
inspection.class.has.no.to.string.method.display.name=Class does not override 'toString()' method
|
||||
inspection.field.not.used.in.to.string.display.name=Field not used in 'toString()' method
|
||||
inspection.contract.checker.clause.syntax=A contract clause must be in form arg1, ..., argN -> return-value
|
||||
inspection.contract.checker.clause.syntax=A contract clause must be in form arg1, \u2026, argN -> return-value
|
||||
inspection.contract.checker.unknown.return.value=Return value should be one of: {0}. Found: {1}
|
||||
inspection.contract.checker.unknown.constraint=Constraint should be one of: {0}. Found: {1}
|
||||
inspection.contract.checker.empty.constraint=Constraint should not be empty
|
||||
@@ -586,7 +586,7 @@ inspection.message.code.generation.different.nullability.annotation.will.be.used
|
||||
change.visibility.level=Make {0} {1}
|
||||
text.shebang.mechanism.in.java.files.not.permitted=Shebang mechanism in .java files is not permitted
|
||||
inspection.redundant.tostring.option.notnull.qualifier=Report only when qualifier is known to be not-null
|
||||
highlighting.try.blocks=Highlighting try blocks...
|
||||
highlighting.try.blocks=Highlighting try blocks\u2026
|
||||
intention.family.name.remove.new.family.name=Remove 'new'
|
||||
inspection.unsatisfied.range.display.name=Return value is outside of declared range
|
||||
inspection.unsatisfied.range.message=Return value range ''{0}'' is outside of declared range ''{1}''
|
||||
|
||||
Reference in New Issue
Block a user