mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[IDEA-270680] Use an ellipsis character in the Inspections bundle
GitOrigin-RevId: b1e042d28c73eb5eb55149044714e1e4761c0b5e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1e51309dad
commit
da0f9ddc46
@@ -56,9 +56,9 @@ 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...
|
||||
inspection.generating.xml.progress.title=Dumping XML...
|
||||
inspection.generating.sarif.progress.title=Generating sarif...
|
||||
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
|
||||
@@ -83,7 +83,7 @@ inspection.javadoc.problem.add.tag.family=Add missing Javadoc tag
|
||||
|
||||
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 ...
|
||||
inspection.display.name=Analyzing code \u2026
|
||||
|
||||
inspection.action.group.by.severity=Group by Severity
|
||||
inspection.action.group.by.severity.description=Group Inspections By Severity
|
||||
@@ -97,18 +97,18 @@ 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...
|
||||
inspection.edit.severities.item=Edit severities...
|
||||
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} ...
|
||||
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...
|
||||
inspection.application.initializing.project=Initializing project...
|
||||
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.
|
||||
@@ -221,7 +221,7 @@ 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 ...
|
||||
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
|
||||
@@ -251,7 +251,7 @@ inspection.application.chosen.profile.log.message=Inspecting with the ''{0}'' pr
|
||||
nothing.found=Nothing found
|
||||
assignment.to.itself.quickfix.name=Remove self assignment
|
||||
|
||||
preparing.for.apply.fix=Preparing to Apply Fix...
|
||||
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
|
||||
@@ -276,7 +276,7 @@ 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...
|
||||
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
|
||||
@@ -288,7 +288,7 @@ 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}''...
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user