mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
269 lines
13 KiB
Properties
269 lines
13 KiB
Properties
# Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
|
|
file.type.description=File containing settings for editor
|
|
|
|
# Groups
|
|
editorconfig.inspection.group=EditorConfig
|
|
# Annotator errors:
|
|
annotator.error.key.dangling-dot=Dangling dot
|
|
annotator.error.multiple-dots=Successive dots
|
|
annotator.error.illegal.char.escape=Illegal char escape
|
|
annotator.error.option.suspicious.line.break=Line break is not allowed inside option
|
|
|
|
# Section inspections
|
|
inspection.section.uniqueness.name=EditorConfig section is not unique
|
|
# suppress inspection "UnusedProperty": EditorConfigHeaderUniquenessInspection
|
|
inspection.section.uniqueness.message=''{0}'' is declared more than once in the current file
|
|
# suppress inspection "UnusedProperty": EditorConfigHeaderUniquenessInspection
|
|
inspection.section.uniqueness.complex.message=The section defines the same file pattern as ''{0}''
|
|
|
|
# General inspections
|
|
inspection.element.deprecated.name=Deprecated property
|
|
inspection.verify.by.core.name=Invalid .editorconfig file
|
|
|
|
# Option inspections
|
|
inspection.option.shadowed.name=Overridden property
|
|
inspection.option.shadowed.message=The property is redefined in another section and that is why it has no effect
|
|
inspection.option.shadowing.name=Overriding property
|
|
inspection.option.shadowing.message=The property overrides the same property in another section
|
|
inspection.option.redundant.name=Redundant property
|
|
inspection.option.redundant.message=The {0} property with the same value is already defined in another section
|
|
|
|
# Key inspections
|
|
inspection.key.correctness.name=Unknown property
|
|
inspection.key.correctness.message=The property is not supported
|
|
|
|
# Value identifier inspections
|
|
inspection.value.correctness.name=Invalid property value
|
|
inspection.value.correctness.message=''{0}'' is not allowed here
|
|
inspection.value.uniqueness.name=Non-unique list value
|
|
inspection.value.uniqueness.message=The value is not unique
|
|
|
|
# Reference inspections
|
|
inspection.reference.correctness.name=Invalid reference
|
|
inspection.reference.unresolved.message=Unknown identifier
|
|
inspection.reference.type.mismatch.message=Type mismatch. Expected: {0}, got {1}
|
|
|
|
# Declaration inspections
|
|
inspection.declaration.unused.name=Unused declaration
|
|
inspection.declaration.unused.message=The declaration is not used
|
|
inspection.declaration.missing.name=Required declarations are missing
|
|
inspection.declaration.missing.plural.message={0} requires {1} more declarations
|
|
inspection.declaration.missing.singular.message={0} requires one more declaration
|
|
|
|
# Value list inspections
|
|
inspection.value.list.acceptability.name=Unexpected value list
|
|
inspection.value.list.acceptability.message=A list of values is not allowed for this property
|
|
inspection.value.list.comma.unexpected.name=Unexpected comma
|
|
inspection.value.list.comma.unexpected.message=The comma is not allowed here
|
|
inspection.value.pair.acceptability.name=Unexpected key-value pair
|
|
inspection.value.pair.acceptability.message=The key-value pair is not allowed here
|
|
|
|
# Root declaration inspections
|
|
inspection.root-declaration.uniqueness.name=Extra top-level declaration
|
|
inspection.root-declaration.uniqueness.message=Only one top-level declaration is allowed
|
|
inspection.root-declaration.correctness.name=Unexpected top-level declaration
|
|
inspection.root-declaration.correctness.message=Only 'root=true' is allowed as a top-level declaration
|
|
|
|
# Header inspections
|
|
inspection.pattern-enumeration.redundant.name=Unnecessary braces
|
|
inspection.pattern-enumeration.redundant.message=The braces are processed as a part of the name if the pattern list is empty or contains a single pattern
|
|
inspection.space.in.header.name=Space in file pattern
|
|
inspection.space.in.header.message=Spaces are allowed in the file pattern but it may be a typo
|
|
inspection.no-matching-files.name=No matching files
|
|
inspection.no-matching-files.message=No files under ''{0}'' folder match this pattern
|
|
inspection.header.empty.name=Empty header
|
|
inspection.header.empty.message=The header is empty
|
|
inspection.header.many.wildcards.name=Too many wildcards
|
|
inspection.header.many.wildcards.message=Too many wildcards
|
|
inspection.header.partially.overridden.name=Overlapping sections
|
|
inspection.header.partially.overridden.message=The section overlaps another section
|
|
|
|
# Pattern inspections
|
|
inspection.pattern.redundant.name=Duplicate or redundant pattern
|
|
inspection.pattern.redundant.message=The pattern has no effect as another pattern {0} defines the same scope or a broader one
|
|
inspection.pattern.redundant.to.union.message=The pattern has no effect as other patterns define a broader scope
|
|
inspection.pattern.duplicate.message=Duplicate pattern
|
|
inspection.pattern.double-asterisk-sibling.name=Redundant wildcard
|
|
inspection.pattern.double-asterisk-sibling.message=The wildcard has no effect since there is already the ''**'' wildcard
|
|
|
|
# Charclass inspections
|
|
inspection.charclass.duplicate.name=Duplicate character class letter
|
|
inspection.charclass.duplicate.message=Duplicate letter in the character class
|
|
inspection.charclass.redundant.name=Unnecessary character class
|
|
inspection.charclass.redundant.message=The character class can be converted to a character
|
|
|
|
# Section inspections
|
|
inspection.section.emptiness.name=Empty section
|
|
inspection.section.emptiness.message=The section is empty
|
|
|
|
inspection.file.encoding.mismatch.name=File encoding doesn't match EditorConfig charset
|
|
inspection.file.encoding.mismatch.descriptor=Current file encoding doesn''t match {0} from .editorconfig
|
|
inspection.file.encoding.apply=Apply .editorconfig encoding
|
|
inspection.file.encoding.ignore=Ignore
|
|
inspection.file.encoding.save.error=Unable to save file
|
|
|
|
# Quickfixes
|
|
quickfix.section.remove.description=Remove section
|
|
quickfix.section.merge-duplicate.description=Merge duplicate sections
|
|
quickfix.option.remove.description=Remove entry
|
|
quickfix.value.remove.description=Remove value
|
|
quickfix.value.list.remove.others=Remove other values
|
|
quickfix.root-declaration.remove.description=Remove declaration
|
|
quickfix.root-declaration.replace-with-valid.description=Replace with correct declaration
|
|
quickfix.pattern-enumeration.redundant.remove-braces.description=Remove braces
|
|
quickfix.charclass.sanitize.description=Simplify char class
|
|
quickfix.charclass.convert.to.plain.pattern.description=Convert to plain pattern
|
|
quickfix.header-element.remove.description=Remove redundant element
|
|
quickfix.header.remove.spaces.description=Remove spaces
|
|
quickfix.declaration.add-required.description=Add required declarations
|
|
quickfix.values.list.cleanup.description=Clean up list
|
|
quickfix.header.insert.star.description=Insert star
|
|
quickfix.deprecated.element.remove=Remove element
|
|
|
|
# Intention actions
|
|
intention.invert-option-value=Invert option value
|
|
intention.add-declaration-part=Add declaration part
|
|
|
|
# Guttermark messages
|
|
message.overriding.title=Select option
|
|
message.overriding.find-usages-title=Options overridden by {0}
|
|
message.overriding.element=Overrides {0}
|
|
message.overriding.multiple=Overrides several options
|
|
message.overridden.title=Select override
|
|
message.overridden.find-usages-title=Overrides of {0} in {1}
|
|
message.overridden.element=Overridden in {0}
|
|
message.overridden.multiple=Overridden in several places
|
|
|
|
message.header.override.title=Select header
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.partially-overriding.find-usages-title=Header partially overridden by {0}
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.partially-overriding.element=Partially overrides {0}
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.partially-overriding.multiple=Partially overrides several headers
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.overriding.find-usages-title=Headers overridden by {0}
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.overriding.element=Overrides {0}
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.overriding.multiple=Overrides several headers
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.partially-overridden.find-usages-title=Headers partially overriding {0}
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.partially-overridden.element=Partially overridden by {0}
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.partially-overridden.multiple=Partially overridden in several places
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.overridden.find-usages-title=Headers overriding {0}
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.overridden.element=Overridden by {0}
|
|
# suppress inspection "UnusedProperty"
|
|
message.header.overridden.multiple=Overridden in several places
|
|
|
|
# Color settings page
|
|
color.settings.property.key=Property key
|
|
color.settings.property.key.description=Qualified key part
|
|
color.settings.property.value=Property value
|
|
color.settings.pattern=Pattern
|
|
color.settings.special.symbol=Special symbol
|
|
color.settings.valid.char.escape=Valid char escape
|
|
color.settings.invalid.char.escape=Invalid char escape
|
|
color.settings.separator=Separator
|
|
color.settings.brace=Brace
|
|
color.settings.bracket=Bracket
|
|
color.settings.comma=Comma
|
|
color.settings.identifier=Identifier
|
|
color.settings.comment=Comment
|
|
|
|
# Find usages
|
|
usage.type.option.key=Key {0} in {1}
|
|
usage.type.identifier=Identifier {0} in {1}
|
|
usage.type.constant=Constant {0} in {1}
|
|
usage.type.unknown=<unknown type>
|
|
usage.descriptive.name.site={0} in {1}
|
|
usage.descriptive.name.unknown=<unknown name>
|
|
usage.node.text={0} {1}
|
|
usage.node.unknown=<unknown node>
|
|
|
|
# Create file
|
|
create.file.title=.editorconfig file
|
|
create.file.description=Create .editorconfig file
|
|
|
|
# Descriptors
|
|
descriptor.unset.documentation=Ignore all the above declarations and use editor defaults
|
|
|
|
# Notifications
|
|
notification.rename.message=Editorconfig standard requires file to be called '.editorconfig'
|
|
notification.action.rename=Rename
|
|
notification.action.hide.once=Hide notification
|
|
notification.action.hide.forever=Don't show again
|
|
notification.error.file.already.exists=Could not rename: file already exists
|
|
notification.error.ioexception=Could not rename: IOException {0}
|
|
notification.encoding.message=Standard requires .editorconfig file to be encoded in UTF-8
|
|
notification.action.convert=Convert to UTF-8
|
|
|
|
# Completion
|
|
completion.all.required.declarations={0}, all required
|
|
|
|
config.enable=Enable EditorConfig support
|
|
config.warning=EditorConfig may override the IDE code style settings
|
|
config.export=Export
|
|
|
|
action.group.title=EditorConfig
|
|
action.disable=Disable for Project
|
|
action.open.file=Open .editorconfig
|
|
disabled.notification=EditorConfig disabled
|
|
config.code.style.overridden=One or more code style options are overridden by EditorConfig
|
|
editor.preview.not.saved.warning=Preview changes will not be saved to the actual source file.
|
|
editor.preview.open=Open File to Preview Code Style\u2026
|
|
export.topmost.file=Add "root=true" to the beginning of the file
|
|
export.properties.title=Property Sets
|
|
export.properties.standard=EditorConfig standard
|
|
export.properties.intellij=<html>{0}-specific (<code>ij_</code>)</html>
|
|
export.languages.title=Add properties for:
|
|
export.comment.out.properties=Add properties as comments
|
|
export.editor.config.about=What is EditorConfig?
|
|
export.editor.config.root.help=Searching for EditorConfig files is stopped when the topmost file (root=true) is detected.
|
|
editor.config.files.show=Show Files Related to Project\u2026
|
|
line.marker.name.code.preview=Code preview
|
|
command.name.reformat=reformat
|
|
dialog.title.new.editorconfig.file=New EditorConfig File
|
|
editorconfig=EditorConfig
|
|
dialog.title.editorconfig.exists=.editorconfig exists
|
|
notification.title.editorconfig.creation.failed=EditorConfig Creation Failed
|
|
notification.message.another.editorconfig.file.already.exists.in.0=Another EditorConfig file already exists in {0}
|
|
dialog.message.editorconfig.already.present.in.overwrite=.editorconfig already present in {0}\nOverwrite?
|
|
editor.notification.disabled=EditorConfig support is disabled for the project
|
|
editor.notification.enable=Enable
|
|
editor.notification.open.settings=Open settings
|
|
scheme.exporter.target.name=EditorConfig File
|
|
action.CreateEditorConfigFile.text=EditorConfig File
|
|
# suppress inspection "UnusedProperty" // Action text
|
|
description.CreateEditorConfigFile.description=Create new EditorConfig file
|
|
goto.super.select.header=Select supercase header
|
|
goto.super.select.option=Select overridden option
|
|
goto.super.select.parent=Select parent
|
|
goto.super.header.not.found=No supercase header found
|
|
goto.super.option.not.found=No overridden option found
|
|
goto.super.parent.not.found=No parent found
|
|
code.style.space.around.separator=Around separator
|
|
preview.file.editor.name=Preview
|
|
|
|
suppress.inspection.option=Suppress for option
|
|
suppress.inspection.section=Suppress for section
|
|
|
|
invalid.config.value="{0}" is not a valid value for {1} for file {2}
|
|
read.failure=Failed to read .editorconfig file
|
|
action.org.editorconfig.configmanagement.generate.EditorConfigGenerateLanguagePropertiesAction.text=Language Properties
|
|
action.org.editorconfig.configmanagement.generate.EditorConfigGenerateLanguagePropertiesAction.description=Add language properties
|
|
popup.title.choose.language=Choose Language
|
|
|
|
error.timeout=Timeout when searching .editorconfig for source file
|
|
notification.group.error=EditorConfig operation failed
|
|
notification.group.disabled=EditorConfig disabled
|