📄 uitexts.properties
字号:
## Informative messages
infoTitle = Information
infoFixCode = Please correct the code.
infoUnavailable = This refactoring is currently not available.
infoEditorUnsupported = The current editor is not supported.
## Errors
errorTitle = Error
errorUnexpected = Unexpected error occured.
## General UI labels
wizardSelectAll = Select All
wizardDeselectAll = Deselect All
# access modifier
wizardAccessModifier = Access modifier
wizardAccessPublic = public
wizardAccessPseudo = pseudo-private
wizardAccessPrivate = private
## Images
imagePath = icons/
imgLogo = logo.png
imgClass = class_obj.gif
imgMethod = methpub_obj.gif
imgAttribute = attrpub_obj.gif
## Offset strategies
offsetStrategyInsertionPointMethod = Method insertion point:
offsetStrategyInsertionPointProperty = Property insertion point:
offsetStrategyAfterInit = After initialization
offsetStrategyBegin = After class definition
offsetStrategyEnd = At the end of the class
offsetStrategyBeginModule = At the begin of the Module
offsetStrategyEndModule = At the end of the Module
### Code generators
## Generate Properties
generatePropertiesUnavailable = No classes with attributes found.
generatePropertiesSelect = Please select properties to create (*: make sure class is new-style):
generatePropertiesGetter = Getter
generatePropertiesSetter = Setter
generatePropertiesDelete = Delete
generatePropertiesDocString = Docstring
generatePropertiesProperty = Property
## Generate Constructor using Fields
constructorFieldConstructor = Constructor
constructorFieldUnavailable = Please select a class providing attributes.
constructorFieldSelect = Select fields to initialize:
## Override/Implement Methods
overrideMethodsMethods = Methods
overrideMethodsSelect = Select Methods to override or implement:
overrideMethodsUnavailable = Please select a class.
### Refactorings
## Extract Method
extractMethodChangeName = Extract Method
extractMethodReplaceWithCall = Replace statements with call
extractMethodArgumentName = Name
extractMethodArgumentsTitle = &Arguments:
extractMethodFunctionTitle = &Function name:
extractMethodSelectionPreviewLabel = Please choose the code selection you want to extract:
extractMethodSelectionPreview = Selection preview (light grayed selection will be extracted):
extractMethodIncompleteSelection = Selection is incomplete.
extractMethodScopeInvalid = Please select code in a function or module
extractMethodFunctionPreview = Function signature preview:
extractMethodEditButton = &Edit
extractMethodUpButton = &Up
extractMethodDownButton = &Down
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -