mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
16 branding defects fixed.
This commit is contained in:
@@ -1291,8 +1291,8 @@ inlay.parameters.java.new.expr=Calls to parametrized constructors.
|
||||
# suppress inspection "UnusedProperty"
|
||||
inlay.parameters.java.clear.expression.type=Method calls that use a complex expression as an argument, for example, the ternary operator or a Java 13 switch statement.
|
||||
inlay.MethodChainsInlayProvider.description=Method return types in call chains.
|
||||
inlay.annotation.hints.inferred.annotations=Annotations that IntelliJ IDEA generates by scanning libraries and project code. These annotations help you understand code contracts and improve the capabilities of static analysis. They include: <br> @Contract <br> @Nullable <br> @NotNull <br> @Unmodifiable <br>@UnmodifiableView <br><br><a href='https://www.jetbrains.com/help/idea/inferring-nullity.html#inferred-annotations'>Documentation</a>
|
||||
inlay.annotation.hints.external.annotations=Annotations that are stored outside your source code.<br>These annotations are useful when you need an annotation, but adding it to the source code is not an option (for example, when working with a library code).<br><br><a href='https://www.jetbrains.com/help/idea/external-annotations.html'>Documentation</a>
|
||||
inlay.annotation.hints.inferred.annotations=Annotations that IDE generates by scanning libraries and project code. These annotations help you understand code contracts and improve the capabilities of static analysis. They include: <br> @Contract <br> @Nullable <br> @NotNull <br> @Unmodifiable <br>@UnmodifiableView <br><br><a href='https://www.jetbrains.com/help/idea/inferring-nullity.html#inferred-annotations'>Documentation (TODO: change link to OpenIDE)</a>
|
||||
inlay.annotation.hints.external.annotations=Annotations that are stored outside your source code.<br>These annotations are useful when you need an annotation, but adding it to the source code is not an option (for example, when working with a library code).<br><br><a href='https://www.jetbrains.com/help/idea/external-annotations.html'>Documentation (TODO: change link to OpenIDE)</a>
|
||||
show.import.popup.for.classes=&Classes
|
||||
show.import.popup.for.static.methods.and.fields=&Static methods and fields
|
||||
exclude.import.wildcard.comment=Use the * wildcard to exclude all members of a specified class or package
|
||||
@@ -1331,7 +1331,7 @@ title.package.not.found=Package Not Found
|
||||
title.packages=Packages
|
||||
title.packages.to.use.import.with=Packages to Use Import with '*':
|
||||
to.import.a.method.statically.press.0=To import a method statically, press {0}
|
||||
unscramble.detect.analyze.threaddump.from.clipboard.item=Automatically detect and analyze thread dumps copied to the clipboard outside of IntelliJ IDEA
|
||||
unscramble.detect.analyze.threaddump.from.clipboard.item=Automatically detect and analyze thread dumps copied to the clipboard outside of IDE
|
||||
unscramble.log.path.label=&Log file:
|
||||
unscramble.no.unscrambler.item=<No unscrambler installed>
|
||||
unscramble.normalize.button=&Normalize
|
||||
@@ -1719,7 +1719,7 @@ dfa.constraint.not.null=not-null
|
||||
dfa.constraint.0.not.null={0} (not-null)
|
||||
dfa.constraint.null.or.0=null or {0}
|
||||
label.class.pattern.syntax.explanation=Leave the method blank to represent constructors\nAny * will match against one or more characters in the qualified name (including dots)
|
||||
dialog.message.modules.dont.refer.to.existing.annotations.library={0, choice, 0#Module|2#Modules} {1} {0, choice, 0#doesn''t|2#don''t} refer to the existing ''{2}'' library with IntelliJ IDEA nullity annotations. Would you like to add the {0, choice, 0#dependency|2#dependencies} now?
|
||||
dialog.message.modules.dont.refer.to.existing.annotations.library={0, choice, 0#Module|2#Modules} {1} {0, choice, 0#doesn''t|2#don''t} refer to the existing ''{2}'' library with IDE nullity annotations. Would you like to add the {0, choice, 0#dependency|2#dependencies} now?
|
||||
tab.title.slices.grouped.by.nullness=\ (Grouped by Nullness)
|
||||
exclude.0.from.auto.import=Exclude ''{0}'' from auto-import
|
||||
column.name.method.entry.point=Method
|
||||
|
||||
Reference in New Issue
Block a user