mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
369 lines
20 KiB
Properties
369 lines
20 KiB
Properties
inspection.diff.format.error=Required parameters: <old_file> <new_file> [<delta_file_name>]
|
|
inspection.command.line.explanation=Expected parameters: <project_file_path> <inspection_profile> <output_path> [<options>]\n\
|
|
<inspection_profile> -- a profile name configured in the project or locally or a path to a inspection profile; can be skipped when one of -e|-profileName|-profilePath is used\n\
|
|
Available options are:\n \
|
|
-d <directory_path> -- directory to inspect, default is the whole project\n\
|
|
-e -- use the inspection profile that is set for the project\n\
|
|
-v[0|1|2] -- verbose level. 0 - silent, 1 - verbose, 2 - most verbose\n\
|
|
-profileName -- name of a profile defined in the project\n\
|
|
-profilePath -- absolute path to a profile file\n\
|
|
-format -- report output format. One of xml|json|plain, default is xml\n\
|
|
-changes -- inspect uncommitted changes and report new problems
|
|
|
|
inspection.action.title=Inspection
|
|
inspection.action.noun=Inspection
|
|
inspection.action.profile.label=Inspection profile:
|
|
|
|
#severities
|
|
information.severity=information
|
|
information.severity.capitalized=Information
|
|
information.severity.count.message={0} information
|
|
|
|
text.attributes.severity=consideration
|
|
text.attributes.severity.capitalized=Consideration
|
|
text.attributes.severity.count.message={0} consideration
|
|
|
|
server.problem.severity=server problem
|
|
server.problem.severity.capitalized=Server Problem
|
|
server.problem.severity.count.message={0} {0, choice, 0#server problems|1#server problem|2#server problems}
|
|
|
|
info.severity=info
|
|
info.severity.capitalized=Info
|
|
info.severity.count.message={0} {0, choice, 0#infos|1#info|2#infos}
|
|
|
|
weak.warning.severity=weak warning
|
|
weak.warning.severity.capitalized=Weak Warning
|
|
weak.warning.severity.count.message={0} {0, choice, 0#weak warnings|1#weak warning|2#weak warnings}
|
|
|
|
warning.severity=warning
|
|
warning.severity.capitalized=Warning
|
|
warning.severity.count.message={0} {0, choice, 0#warnings|1#warning|2#warnings}
|
|
|
|
error.severity=error
|
|
error.severity.capitalized=Error
|
|
error.severity.count.message={0} {0, choice, 0#errors|1#error|2#errors}
|
|
|
|
custom.severity.count.message={0} {1}
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.equals.hashcode.only.one.defined.problem.descriptor=Class has {0} defined but does not define {1}
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.reference.default.package=<default>
|
|
inspection.export.save.button=Save
|
|
inspection.export.dialog.title=Export
|
|
inspection.export.open.option=Open generated HTML in &browser
|
|
inspection.export.generating.html.for=Generating HTML:{0}
|
|
inspection.export.error.writing.to=Error writing to {0}: {1}
|
|
|
|
inspection.export.results.title=Inspection Results Export
|
|
inspection.generating.html.progress.title=Generating HTML\u2026
|
|
inspection.generating.xml.progress.title=Dumping XML\u2026
|
|
inspection.generating.sarif.progress.title=Generating sarif\u2026
|
|
inspection.action.export.html=Export
|
|
inspection.action.export.html.description=Export inspection results to HTML
|
|
inspection.action.export.xml.description=Export inspection results to XML
|
|
inspection.action.export.sarif.description=Export inspection results to Sarif
|
|
inspection.action.export.popup.title=Export To
|
|
inspection.action.export.popup.error=Enter an output directory
|
|
inspection.tool.description.under.construction.text=Under construction
|
|
inspection.action.edit.settings=Edit Settings
|
|
inspection.action.edit.settings.new=Settings...
|
|
inspection.action.apply.quickfix=Apply a quickfix
|
|
inspection.action.apply.quickfix.new=Show Quick Fixes
|
|
inspection.action.apply.quickfix.description=Apply an inspection quickfix
|
|
inspection.tree.popup.title=Accept Resolution
|
|
inspection.action.rerun=&Rerun Inspection
|
|
inspection.action.rerun.new=Rerun
|
|
inspection.action.view.options=View Options
|
|
inspection.action.view.options.group.by=Group By
|
|
inspection.general.tools.group.name=General
|
|
inspection.problem.descriptor.count={0, choice, 0#|1#(1 item)|2#({0,number,integer} items)}
|
|
inspection.action.go.next=Go to Next Problem
|
|
inspection.action.go.next.new=Next Problem
|
|
inspection.action.go.prev=Go to Prev Problem
|
|
inspection.action.go.prev.new=Previous Problem
|
|
inspection.action.suppress=Suppressing inspection ''{0}''
|
|
inspection.action.group.by.directory=Group by Directory
|
|
inspection.action.group.by.directory.new=Directory
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.javadoc.problem.add.tag.family=Add missing Javadoc tag
|
|
|
|
inspection.results.toolwindow.title=Inspections on {0}
|
|
inspection.results.for.profile.toolwindow.title=''{0}'' Profile on {1}
|
|
inspection.results.for.inspection.toolwindow.title=''{0}'' Inspection on {1}
|
|
inspection.display.name=Analyzing code\u2026
|
|
|
|
inspection.action.group.by.severity=Group by Severity
|
|
inspection.action.group.by.severity.new=Severity
|
|
inspection.action.group.by.severity.description=Group Inspections By Severity
|
|
inspection.no.problems.message=Code inspection did not find anything to report. {0} {0, choice, 1#file|2#files} processed in ''{1}''.
|
|
inspection.no.problems.repeat.with.tests=Repeat the analysis with test sources
|
|
inspection.view.invalid.scope.message=Inspection scope is invalid.
|
|
inspection.error.loading.message=Error reading inspection profile {0, choice, 0#from {1}|1#}
|
|
inspection.errors.occurred.dialog.title=Errors Occurred
|
|
inspection.severity=Se&verity:
|
|
inspection.scope=Scope:
|
|
inspection.highlighting=Highlighting in editor:
|
|
inspection.profile.unnamed=Unnamed
|
|
inspection.tool.availability.in.tree.node1=(available for Code|Inspect Code)
|
|
inspection.edit.severities.action=Edit Severities\u2026
|
|
inspection.edit.severities.item=Edit severities\u2026
|
|
inspection.edit.highlighting.action=Edit Highlighting\u2026
|
|
inspection.no.highlighting=<No highlighting>
|
|
inspection.choose.highlighting=<Choose highlighting>
|
|
|
|
inspection.application.starting.up=Starting up {0}\u2026
|
|
inspection.done=done.
|
|
inspection.capitalized.done=Done.
|
|
inspection.application.file.cannot.be.found=File {0} cannot be found
|
|
inspection.application.opening.project=Opening project\u2026
|
|
inspection.application.initializing.project=Initializing project\u2026
|
|
inspection.application.unable.open.project=Unable to open project
|
|
inspection.application.directory.cannot.be.found=Directory {0} cannot be found
|
|
inspection.application.project.has.older.format.and.will.be.converted=Project has an older format and will be converted.
|
|
inspection.application.project.was.successfully.converted.old.project.files.were.saved.to.0=Project was converted successfully. Old project files were saved to {0}
|
|
inspection.application.cannot.convert.project.0=Cannot convert project: {0}
|
|
inspection.application.cannot.convert.the.project.the.following.files.are.read.only.0=Cannot convert the project. The following files are read only: {0}
|
|
inspection.application.cannot.initialize.vcs.mapping=Cannot initialize VCS mapping
|
|
inspection.application.cannot.configure.project.to.run.inspections=Cannot configure project to run inspections
|
|
inspection.application.profile.was.not.found.by.name.0.1=Profile with configured name ({0}) was not found in the project or in the config directory. Configured by: {1}
|
|
inspection.application.profile.failed.configure.by.path.0.1=Failed to load profile from ({0}). Configured by: {1}
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.comparing.references.use.quickfix=Use equals()
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.comparing.references.problem.descriptor=Suspicious comparison #ref #loc
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.duplicates.replace.family.quickfix=Replace
|
|
inspection.root.node.title=Inspections
|
|
|
|
# suppression stuff
|
|
# suppress inspection "UnusedProperty"
|
|
suppress.inspection.family=Suppress inspection
|
|
# suppress inspection "UnusedProperty"
|
|
suppress.inspection.statement=Suppress for statement
|
|
suppress.inspection.class=Suppress for class
|
|
# suppress inspection "UnusedProperty"
|
|
suppress.inspection.member=Suppress for member
|
|
error.analysis.is.in.progress=Error analysis is in progress
|
|
no.errors.found.in.this.file=No errors found in this file
|
|
edit.options.of.reporter.inspection.family=Edit options of reporter inspection
|
|
edit.options.of.reporter.inspection.text=Edit inspection profile setting
|
|
|
|
#Inspection group names
|
|
group.names.user.defined=User defined
|
|
group.names.abstraction.issues=Abstraction issues
|
|
group.names.assignment.issues=Assignment issues
|
|
group.names.probable.bugs=Probable bugs
|
|
group.path.names.probable.bugs=Java,Probable bugs
|
|
group.names.nullability.problems=Nullability problems
|
|
group.names.bitwise.operation.issues=Bitwise operation issues
|
|
group.names.class.structure=Class structure
|
|
group.names.class.metrics=Class metrics
|
|
group.names.compiler.issues=Compiler issues
|
|
group.names.data.flow.analysis.experimental=Data flow analysis (experimental)
|
|
group.names.potentially.confusing.code.constructs=Potentially confusing code constructs
|
|
group.names.encapsulation.issues=Encapsulation
|
|
group.names.error.handling=Error handling
|
|
group.names.try.statement=Try statement issues
|
|
group.names.logging.issues=Logging
|
|
group.names.finalization.issues=Finalization
|
|
group.names.imports=Imports
|
|
group.names.initialization.issues=Initialization
|
|
group.names.internationalization.issues=Internationalization
|
|
group.names.junit.issues=JUnit
|
|
group.names.test.frameworks.issues=Test frameworks
|
|
group.names.code.maturity.issues=Code maturity
|
|
group.names.method.metrics=Method metrics
|
|
group.names.naming.conventions=Naming conventions
|
|
group.names.naming.conventions.class=Class
|
|
group.names.naming.conventions.method=Method
|
|
group.path.naming.conventions=Java,Naming conventions
|
|
group.names.performance.issues=Performance
|
|
group.path.names.performance=Java,Performance
|
|
group.names.memory.issues=Memory
|
|
group.names.java.language.level.issues=Java language level issues
|
|
group.names.portability.issues=Portability
|
|
group.names.security.issues=Security
|
|
group.names.serialization.issues=Serialization issues
|
|
group.names.code.style.issues=Code style issues
|
|
group.names.threading.issues=Threading issues
|
|
group.names.verbose.or.redundant.code.constructs=Verbose or redundant code constructs
|
|
group.names.visibility.issues=Visibility
|
|
group.names.cloning.issues=Cloning issues
|
|
group.names.resource.management.issues=Resource management
|
|
group.names.j2me.issues=Embedded
|
|
group.names.control.flow.issues=Control flow issues
|
|
group.names.numeric.issues=Numeric issues
|
|
group.path.names.numeric=Java,Numeric issues
|
|
group.names.numeric.cast=Cast
|
|
group.names.language.level.specific.issues.and.migration.aids=Java language level migration aids
|
|
group.path.names.java.language.level.specific.issues.and.migration.aids=Java,Java language level migration aids
|
|
group.names.language.level.specific.issues.and.migration.aids7=Java 7
|
|
group.names.language.level.specific.issues.and.migration.aids8=Java 8
|
|
group.names.language.level.specific.issues.and.migration.aids9=Java 9
|
|
group.names.language.level.specific.issues.and.migration.aids5=Java 5
|
|
group.names.language.level.specific.issues.and.migration.aids10=Java 10
|
|
group.names.language.level.specific.issues.and.migration.aids11=Java 11
|
|
group.names.language.level.specific.issues.and.migration.aids14=Java 14
|
|
group.names.language.level.specific.issues.and.migration.aids15=Java 15
|
|
group.names.language.level.specific.issues.and.migration.aids16=Java 16
|
|
group.names.language.level.specific.issues.and.migration.aids19=Java 19
|
|
group.names.language.level.specific.issues.and.migration.aids20=Java 20
|
|
group.names.language.level.specific.issues.and.migration.aids21=Java 21
|
|
group.names.javabeans.issues=JavaBeans issues
|
|
group.names.inheritance.issues=Inheritance issues
|
|
group.names.data.flow.issues=Data flow
|
|
group.names.declaration.redundancy=Declaration redundancy
|
|
group.names.javadoc.issues=Javadoc
|
|
group.names.concurrency.annotation.issues=Concurrency annotation issues
|
|
group.names.properties.files=Properties files
|
|
group.names.xml=XML
|
|
group.names.toString.issues=toString() issues
|
|
group.names.reflective.access.issues=Reflective access
|
|
|
|
duplicate.property.display.name=Duplicate property
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
default.file.template.description=Default File template
|
|
#profile stuff
|
|
inspection.redundant.suppression.name=Redundant suppression
|
|
inspection.redundant.suppression.description=Redundant suppression
|
|
inspection.redundant.suppression.option=Ignore ''{0}''
|
|
disable.inspection.action.name=Disable inspection
|
|
group.names.packaging.issues=Packaging issues
|
|
group.names.dependency.issues=Dependency issues
|
|
group.names.modularization.issues=Modularization issues
|
|
run.inspection.on.file.intention.text=Run inspection on\u2026
|
|
severities.editor.dialog.title=Severities Editor
|
|
highlight.severity.create.dialog.title=Edit Severity Name
|
|
highlight.severity.create.dialog.name.label=Name
|
|
inspection.filter.resolved.action.text=Filter resolved items
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.annotate.quickfix.overridden.method.messages=Method {0} {1} method {2}.\nAnnotate the base method as well?
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.annotate.quickfix.overridden.method.warning=Overridden Method Warning
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.annotate.quickfix.implements=implements
|
|
# suppress inspection "UnusedProperty"
|
|
inspection.annotate.quickfix.overrides=overrides
|
|
offline.inspections.module.jdk.not.found=Please, specify sdk ''{0}'' for module ''{1}''
|
|
edit.inspection.options=Edit ''{0}'' options
|
|
edit.inspection.options.preview=Opens a dialog to configure inspection options for ''{0}''.
|
|
offline.view.title=Offline View
|
|
# suppress inspection "UnusedProperty"
|
|
offline.view.editor.settings.title=Editor Settings
|
|
offline.view.parse.exception.title=An Error Occurred While Parsing XML
|
|
parsing.inspections.dump.progress.title=Parsing Inspections XML Dump
|
|
progress.title.load.offline.inspection.results=Load offline inspection results
|
|
|
|
suppress.inspection.problem=Suppress
|
|
fix.all.inspection.problems.in.file=Fix all ''{0}'' problems in file
|
|
severities.default.settings.message=Edit Settings|Colors \\& Fonts
|
|
unsupported.character.for.the.charset=Unsupported characters for the charset ''{0}''
|
|
inspection.application.chosen.profile.log.message=Inspecting with the ''{0}'' profile
|
|
nothing.found=Nothing found
|
|
assignment.to.itself.quickfix.name=Remove self assignment
|
|
|
|
preparing.for.apply.fix=Preparing to Apply Fix\u2026
|
|
inspection.tool.window.dialog.no.options=Inspection ''{0}'' has no configurable options
|
|
inspection.tool.window.inspection.dialog.title=Inspection ''{0}'' options
|
|
naming.convention.problem.descriptor.short={0} name <code>#ref</code> is too short ({1} \\< {2}) #loc
|
|
naming.convention.problem.descriptor.long={0} name <code>#ref</code> is too long ({1} \\> {2}) #loc
|
|
naming.convention.problem.descriptor.regex.mismatch={0} name <code>#ref</code> doesn''t match regex ''{1}'' #loc
|
|
inspection.naming.conventions.option=Use custom settings
|
|
inspection.naming.conventions.option.description=When unchecked, settings for regular class name will be used
|
|
|
|
action.DumbAware.SingleInspectionProfilePanel.text.reset.to.empty=Reset to Empty
|
|
action.DumbAware.SingleInspectionProfilePanel.description.reset.to.empty=Reset to Empty
|
|
|
|
action.presentation.ScopesChooser.text=In All Scopes
|
|
replace.with.0=Replace with {0}
|
|
quickfix.family.replace.with.diamond=Replace with <>
|
|
label.max.length=Max length:
|
|
label.min.length=Min length:
|
|
label.pattern=Pattern:
|
|
change.encoding.fix.family.name=Change file encoding
|
|
reload.in.another.encoding.text=Reload in another encoding
|
|
set.project.encoding.family.name=Set project encoding to ''{0}''
|
|
reload.file.encoding.family.name=Reload in ''{0}''
|
|
|
|
##inspections view
|
|
view.offline.inspections.select.path.description=Select directory which contains exported inspection results
|
|
view.offline.inspections.select.path.title=Select Path
|
|
quick.fix.action.checking.problem.progress=Checking problem descriptors\u2026
|
|
processing.progress.text=Processing {0}
|
|
scanning.files.to.inspect.progress.text=Scanning files to inspect
|
|
rerun.inspection.family.name=Rerun ''{0}'' inspection
|
|
enable.inspection.btn.text=Enable inspection
|
|
disable.inspection.btn.text=Disable inspection
|
|
inspection.node.text={0} inspection
|
|
inspection.node.disabled.state=Disabled
|
|
apply.quick.fixes.action.text=Apply quick-fixes
|
|
apply.quick.fixes.to.all.action.text=Apply quick-fixes to all the problems
|
|
nothing.found.to.fix.title=Nothing Found to Fix
|
|
there.are.no.applicable.quick.fixes.message=There are no applicable quick-fixes
|
|
inspections.view.applying.quick.label=Applying quick-fix for ''{0}''\u2026
|
|
inspections.view.no.preview.label=Can''t open preview for ''{0}''
|
|
inspections.view.invalid.label=''{0}'' is no longer valid.
|
|
inspections.view.nothing.message=Select inspection to see problems.
|
|
inspections.view.select.inspection.label=Select inspection to see problems:
|
|
action.ExportHTMLAction.text=Export
|
|
|
|
inspection.adjust.code.style.settings.save.button=Save
|
|
inspection.adjust.code.style.settings.save.and.reformat.file=Save and Reformat File
|
|
xml.goto.group=XML
|
|
dialog.title.code.cleanup=Code Cleanup
|
|
dialog.noun.code.cleanup=Code Cleanup
|
|
configurable.name.code.cleanup.inspections=Code Cleanup Inspections
|
|
code.analysis.is.disabled.in.power.save.mode=Code analysis is disabled in power save mode
|
|
action.description.code.cleanup.options=Code Cleanup Options
|
|
#Please keep $action_inspect_code$ and $action_inspection_by_name$ non-translated
|
|
power.save.mode.widget.display.name=Power Save Mode
|
|
power.save.mode.widget.tooltip.enabled=Power save mode: enabled
|
|
power.save.mode.widget.tooltip.disabled=Power save mode: disabled
|
|
|
|
dialog.message.suppress.id.must.match.regex=Suppress ID must match regex [a-zA-Z_0-9.-]+
|
|
dialog.message.name.must.not.be.empty=Name must not be empty
|
|
dialog.title.user.defined.inspection=User Defined Inspection in ''{0}''
|
|
checkbox.cleanup.inspection=&Cleanup inspection
|
|
label.inspection.name=Inspection name:
|
|
label.description=&Description:
|
|
label.problem.tool.tip=Problem &tool tip (use macro #ref to insert highlighted code):
|
|
label.suppress.id=&Suppress ID:
|
|
unnamed.inspection=Unnamed inspection
|
|
add.inspection.button=Add Custom Inspection
|
|
remove.inspection.button=Remove Custom Inspection
|
|
|
|
long.range.set.presentation.empty=unknown
|
|
long.range.set.presentation.any=any value
|
|
long.range.set.presentation.two.values={0} or {1}
|
|
long.range.set.presentation.range=in {0}
|
|
long.range.set.presentation.even=even
|
|
long.range.set.presentation.odd=odd
|
|
long.range.set.presentation.divisible.by=divisible by {0}
|
|
long.range.set.presentation.range.with.mod={0}; {1}
|
|
inspection.results=Inspection Results
|
|
inspection.results.profile=''{0}'' profile
|
|
notification.group.inspection.results=Code inspection completed
|
|
|
|
reassigned.to.plain.text.inspection.name=Reassigned to plain text
|
|
reassigned.to.plain.text.inspection.message=This file was explicitly re-assigned to plain text
|
|
reassigned.to.plain.text.inspection.fix.remove.name=Remove association
|
|
reassigned.to.plain.text.inspection.fix.edit.name=Edit File Types
|
|
inspection.mismatched.javadoc.and.code=Mismatch between Javadoc and code
|
|
inspection.mismatch.javadoc.reason.null.primitive=Method is specified to return 'null' but its return type is primitive
|
|
inspection.mismatch.javadoc.reason.null.annotated=Method is specified to return ''null'' but it''s annotated as @{0}
|
|
inspection.mismatch.javadoc.reason.enum=Method is specified to return ''{0}'' but there''s no such enum constant in {1}
|
|
inspection.mismatch.javadoc.reason.boolean=Method is specified to return ''{0}'' but its return type is not boolean
|
|
inspection.mismatch.javadoc.reason.different.type=Method is specified to return {0} but the return type is {1}
|
|
inspection.mismatch.javadoc.reason.single.collection=Method is specified to return a single {0} but the return type is a collection
|
|
|
|
js.inspection.group.path=JavaScript and TypeScript
|
|
|
|
inspection.annotator.display.name=Annotator
|
|
inspection.annotator.option.highlight.syntax=Report syntax errors
|
|
inspection.annotator.option.run.annotators=Report issues from language-specific annotators
|
|
inspection.annotator.option.run.highlight.visitors=Report other highlighting problems |