diff --git a/java/openapi/resources/messages/JavaBundle.properties b/java/openapi/resources/messages/JavaBundle.properties index ca83714c70a3..0387980984b5 100644 --- a/java/openapi/resources/messages/JavaBundle.properties +++ b/java/openapi/resources/messages/JavaBundle.properties @@ -21,10 +21,10 @@ action.implement.methods=Implement Methods action.override.method=Override Method action.override.methods=Override Methods action.text.0.on.parameter.1={0} on parameter ''{1}'' -action.text.choose.class.in.0=choose class in {0}... +action.text.choose.class.in.0=choose class in {0}\u2026 action.text.copy.to.clipboard=Copy to Clipboard action.text.edit.template=Edit Template -action.text.enter.class.name=enter class name... +action.text.enter.class.name=enter class name\u2026 action.text.generated.root.0=Generated {0} action.text.merge.identical.stacktraces=Merge Identical Stacktraces action.text.show.methods.to.implement=Show methods to implement @@ -42,15 +42,15 @@ bean.property=Bean Property boolean.method.is.always.inverted.display.name=Boolean method is always inverted boolean.method.is.always.inverted.problem.descriptor=Boolean method '#ref' is always inverted button.add.blank=Add Blank -button.add.class=Add Class... -button.add=Add... -button.add.package=Add Package... -button.add.pattern=Add Pattern... -button.annotations=Annotations... +button.add.class=Add Class\u2026 +button.add=Add\u2026 +button.add.package=Add Package\u2026 +button.add.pattern=Add Pattern\u2026 +button.annotations=Annotations\u2026 button.base.method=&Base Method -button.code.patterns=Code patterns... +button.code.patterns=Code patterns\u2026 button.current.method=&Current Method -button.text.settings=Settings... +button.text.settings=Settings\u2026 cast.expression=Insert cast expression cast.to.0=Cast to ''{0}'' change.color.command.text=Change color @@ -170,12 +170,12 @@ cyclic.dependencies.usage.view.root.node.text=Usages of package ''{0}'' in packa dataflow.from.here=Dataflow from Here dataflow.to.here=Dataflow to Here deannotate.intention.action.text=Deannotate {0} -deannotate.intention.action.several.text=Deannotate... +deannotate.intention.action.several.text=Deannotate\u2026 deannotate.intention.action.family.name=Deannotate deannotate.intention.chooser.title=Choose Annotation to Delete default.file.template.description=Default File template default.file.template.display.name=Default File Template Usage -default.file.template.edit.template=Edit template... +default.file.template.edit.template=Edit template\u2026 default.file.template.replace.with.actual.file.template=Replace with actual file template default.package.presentable.name= dependencies.libraries.node.text=Libraries @@ -341,7 +341,7 @@ illegal.name.validation.info=Illegal name: {0} import.layout.static.imports.separately=Layout static imports separately import.statically=Import statically include.accessors=&Include Accessors -infer.nullity.progress=Post-processing results... +infer.nullity.progress=Post-processing results\u2026 insert.override.annotation=Insert @&Override annotation inspection.1.5.display.name=Usages of API which isn't available at the configured language level inspection.1.5.problem.descriptor=Usage of API documented as @since {0}+ @@ -816,7 +816,7 @@ intention.implement.abstract.method.command.name=Implement method intention.implement.abstract.method.error.no.classes.message=There are no classes found where this method can be implemented intention.implement.abstract.method.error.no.classes.title=No Classes Found intention.implement.abstract.method.family=Implement abstract method -intention.implement.abstract.method.searching.for.descendants.progress=Searching For Descendants... +intention.implement.abstract.method.searching.for.descendants.progress=Searching For Descendants\u2026 intention.implement.abstract.method.text=Implement method ''{0}'' intention.inline.map.family=Inline stream mapping method intention.inline.map.inline.text=Inline ''{0}'' body into the next ''{1}'' call @@ -1088,17 +1088,17 @@ project.problems.window.title=Problems Related to {0} project.problems.fix.text=Show related problems project.problems.fix.description=Found problems related to ''{0}'' project.problems.title=Related problems -project.problems.settings=Settings... +project.problems.settings=Settings\u2026 progress.creating.class=Creating class {0} -progress.title.check.applicability=Check applicability... +progress.title.check.applicability=Check applicability\u2026 progress.title.download.library.descriptor=Download Library Descriptor -progress.title.find.references.in.implement.extends.lists=Find References in Implement/Extends Lists... +progress.title.find.references.in.implement.extends.lists=Find References in Implement/Extends Lists\u2026 progress.title.finding.cause=Finding cause -progress.title.looking.for.jdk.locations=Looking for JDK locations... +progress.title.looking.for.jdk.locations=Looking for JDK locations\u2026 progress.title.looking.for.libraries=Looking for Libraries -progress.title.optimize.imports=Optimize Imports... +progress.title.optimize.imports=Optimize Imports\u2026 progress.title.preprocess.usages=Preprocess Usages -progress.title.search.for.overriding.methods=Search for overriding methods... +progress.title.search.for.overriding.methods=Search for overriding methods\u2026 progress.title.searching.for.sub.classes=Searching for Subclasses prompt.choose.base.class.of.the.hierarchy=Choose Base Class of the Hierarchy to Search In prompt.create.non.existing.package=Package {0} does not exist.\nDo you want to create it? @@ -1110,11 +1110,11 @@ prompt.delete.package={0,choice,1#package|2#packages} prompt.delete.type.parameter={0,choice,1#type parameter|2#type parameters} #{1} presents an action verb with preposition: "to refactor" is the default value, RefactorinBundle:to.refactor prompt.do.you.want.to.action_verb.the.method.from_class=Do you want {1} the base {0,choice,1#method|2#methods} instead? -psi.search.overriding.progress=Searching for Overriding Methods... +psi.search.overriding.progress=Searching for Overriding Methods\u2026 quickfix.add.variable.family.name=Initialize variable quickfix.add.variable.text=Initialize variable ''{0}'' quickfix.family.avoid.mutation.using.stream.api=Avoid mutation using Stream API -quickfix.family.change.javadoc.to=Change to ... +quickfix.family.change.javadoc.to=Change to \u2026 quickfix.family.find.cause=Find cause quickfix.family.remove.javadoc.tag=Remove tag quickfix.family.remove.redundant.parameter=Remove redundant parameter @@ -1532,8 +1532,8 @@ annotation.types.cannot.be.inlined=Annotation types cannot be inlined type.parameters.cannot.be.inlined=Type parameters cannot be inlined postfix.template.editor.choose.class.title=Choose Class null.check.surrounder.description=if (expr != null) {...} -push.method.down.command.name=Push method down... -replace.implements.with.static.import.field.usages.progress=Find Constant Field Usages... +push.method.down.command.name=Push method down\u2026 +replace.implements.with.static.import.field.usages.progress=Find Constant Field Usages\u2026 show.siblings.choose.super.class.title=Choose super class or interface show.siblings.find.usages.method.title=Super methods show.siblings.find.usages.class.title=Super classes/interfaces @@ -1616,7 +1616,7 @@ postfix.template.condition.array.name=array inspection.redundant.unmodifiable.call.display.name=Redundant usage of the ''{0}'' wrapper inspection.redundant.unmodifiable.call.description=Redundant usage of unmodifiable collection wrappers inspection.redundant.unmodifiable.call.unwrap.argument.quickfix=Unwrap argument -completion.override.implement.methods=Override/Implement methods... +completion.override.implement.methods=Override/Implement methods\u2026 lambda.tree.node.presentation=Lambda inspection.meaningless.record.annotation.description=Meaningless record annotation inspection.meaningless.record.annotation.message.method.and.parameter=Annotation has no effect: its targets are METHOD and PARAMETER but both accessor and canonical constructor are explicitly declared @@ -1634,12 +1634,12 @@ intention.name.iterate.over=Iterate over {0} advanced.settings.group.compiler=Compiler advanced.setting.compiler.automake.allow.when.app.running=Allow auto-make to start even if developed application is currently running advanced.setting.compiler.automake.allow.when.app.running.description=Automatically started make may eventually delete some classes that are required by the application -dialog.title.check.functional.interface.candidates=Check Functional Interface Candidates... +dialog.title.check.functional.interface.candidates=Check Functional Interface Candidates\u2026 popup.title.select.target.code.block=Select Target Code Block target.code.block.presentable.text=Containing block conflict.message.method.will.override.method.base.class=Renamed {0} will override method of the base {1} -progress.title.looking.for.jdk=Looking for JDK... -dialog.title.check.configuration=Check Configuration... +progress.title.looking.for.jdk=Looking for JDK\u2026 +dialog.title.check.configuration=Check Configuration\u2026 dialog.message.template.not.found=Template not found dialog.message.template.not.applicable=Template is not applicable dialog.message.class.not.found=Template class ''{0}'' not found @@ -1648,7 +1648,7 @@ notification.content.change.jdk=Change JDK button.to.another.directory=To Another &Directory button.to.another.source.root=To Another &Source Root where.do.you.want.to.move.directory.prompt=Where do you want to move\n''{0}''? -loading.additional.annotations=Loading additional annotations... +loading.additional.annotations=Loading additional annotations\u2026 tooltip.anonymous=Anonymous tooltip.has.several.functional.implementations=Has several functional implementations tooltip.implements.method=Implements method @@ -1666,7 +1666,7 @@ tooltip.is.subclassed.by=Is subclassed by tooltip.overrides.method=Overrides method tooltip.overrides.method.in=Overrides method in tooltip.via.subclass=via subclass -progress.title.calculate.applicable.types=Calculate applicable types... +progress.title.calculate.applicable.types=Calculate applicable types\u2026 completion.inner.scope.tail.text=\ (from {0} block) completion.inner.scope=inner javadoc.documentation.url.checked=The following documentation {0, choice, 1#URL was|2#URLs were} checked: