mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
(cherry picked from commit a7e2f9c2fb0d72180d5cef6bdc76c1e11e09d6f3) IJ-CR-167252 GitOrigin-RevId: f83baee78defa3fff4a1a899760675305ed23303
2992 lines
178 KiB
Properties
2992 lines
178 KiB
Properties
# IDEA core action texts and descriptions go here.
|
|
# The key patterns are "action." + id + ".text" and "action." + id + ".description"
|
|
|
|
action.ContextHelp.text=Conte_xt Help
|
|
action.ContextHelp.description=Show context help
|
|
action.RunConfiguration.text=Select Run/Debug Configuration
|
|
action.SwitchCoverage.text=Show Code Co_verage Data
|
|
action.GenerateCoverageReport.text=_Generate Coverage Report
|
|
action.RunConfiguration.description=Select Run/Debug Configuration
|
|
action.ShowIntentionActions.text=Show Context Actions
|
|
action.ToggleReadOnlyAttribute.text=Toggle Read-Only Attribute
|
|
action.ToggleReadOnlyAttribute.synonym=Make File Writable
|
|
action.ToggleReadOnlyAttribute.synonym2=Make File Read-Only
|
|
action.ToggleReadOnlyAttribute.description=Toggle read-only attribute of the current file
|
|
# suppress inspection "UnusedMessageFormatParameter"
|
|
action.ToggleReadOnlyAttribute.files=Make {2,choice,1#file|2#files} {0,choice,0#read-only|1#writable}
|
|
# suppress inspection "UnusedMessageFormatParameter"
|
|
action.ToggleReadOnlyAttribute.dirs=Make {3,choice,1#Directory|2#Directories} {0,choice,0#Read-Only|1#Writable}
|
|
# suppress inspection "UnusedMessageFormatParameter"
|
|
action.ToggleReadOnlyAttribute.mixed=Make Files/Directories {0,choice,0#Read-Only|1#Writable}
|
|
action.TogglePopupHints.text=Toggle Popup Hints for Current File
|
|
action.ShowPopupMenu.text=Show Context Menu
|
|
action.Vcs.ShowMessageHistory.text=Commit Message History
|
|
action.Vcs.ShowMessageHistory.description=Show commit message history
|
|
action.Vcs.ShowHistoryForBlock.text=Show History _for Selection\u2026
|
|
action.Vcs.ShowHistoryForBlock.description=Show history for editor selection
|
|
action.synonym.Vcs.ShowHistoryForBlock.method.text=Show History for Method\u2026
|
|
action.synonym.Vcs.ShowHistoryForBlock.class.text=Show History for Class\u2026
|
|
action.Vcs.ShowHistoryForRevision.text=History Up to Here
|
|
action.Vcs.ShowHistoryForRevision.description=Show history for a file until the selected revision
|
|
action.Vcs.ShowTabbedFileHistory.text=Show _History
|
|
action.Vcs.ShowTabbedFileHistory.for.file.text=Show _History for {0}
|
|
action.Vcs.ShowTabbedFileHistory.description=Show history of a file
|
|
|
|
action.Vcs.CopyCurrentBranchName.text=Copy Branch Name
|
|
action.Vcs.CopyCurrentBranchName.description=Copy current branch name to clipboard
|
|
action.Vcs.Toolbar.ShowMoreActions.text=Version Control
|
|
action.Vcs.Toolbar.ShowMoreActions.description=VCS Operations
|
|
group.RightToolbarSideGroup.text=Right Side
|
|
group.LeftToolbarSideGroup.text=Left Side
|
|
action.SegmentedVcsControlAction.text=VCS Widget
|
|
group.CreateRunConfiguration.text=Create Run Configuration
|
|
group.CreateRunConfiguration.description=Create run configuration from context
|
|
group.RunContextPopupGroup.text=Run Configurations
|
|
group.EditorActions.text=Editor Actions
|
|
action.EditorChooseLookupItem.text=Choose Lookup Item
|
|
action.EditorChooseLookupItemReplace.text=Choose Lookup Item Replace
|
|
action.EditorChooseLookupItemCompleteStatement.text=Choose Lookup Item and Invoke Complete Statement
|
|
action.EditorChooseLookupItemDot.text=Choose Lookup Item and Insert Dot
|
|
action.NextTemplateVariable.text=Next Template Variable or Finish In-Place Refactoring
|
|
action.SelectVirtualTemplateElement.text=Show Options Popup for In-place Refactoring
|
|
action.PreviousTemplateVariable.text=Previous Template Variable
|
|
action.NextParameter.text=Next Parameter
|
|
action.PrevParameter.text=Prev Parameter
|
|
action.EditorPageUp.text=Page Up
|
|
action.EditorPageDown.text=Page Down
|
|
action.EditorPageUpWithSelection.text=Page Up with Selection
|
|
action.EditorPageDownWithSelection.text=Page Down with Selection
|
|
action.EditorCopy.text=Copy
|
|
action.EditorCut.text=Cut
|
|
action.EditorPaste.text=Paste
|
|
action.EditorPasteSimple.text=Paste as P_lain Text
|
|
action.EditorPasteSimple.description=Paste without formatting, auto-import, literal escaping, etc.
|
|
action.EditorPasteFromX11.text=Paste from X Clipboard
|
|
action.EditorDelete.text=Delete
|
|
action.EditorBackSpace.text=Backspace
|
|
action.EditorHungryBackSpace.text=Hungry Backspace
|
|
action.EditorHungryBackSpace.description=Acts as the Backspace except that removes all whitespace symbols before the caret (if any)
|
|
action.EditorMoveToPageTop.text=Move Caret to Page Top
|
|
action.EditorMoveToPageBottom.text=Move Caret to Page Bottom
|
|
action.EditorMoveToPageTopWithSelection.text=Move Caret to Page Top with Selection
|
|
action.EditorMoveToPageBottomWithSelection.text=Move Caret to Page Bottom with Selection
|
|
action.EditorEnter.text=Enter
|
|
action.EditorEscape.text=Escape
|
|
action.FocusEditor.text=Focus Editor
|
|
action.EditorUp.text=Up
|
|
action.EditorDown.text=Down
|
|
action.EditorLeft.text=Left
|
|
action.EditorRight.text=Right
|
|
action.EditorUpWithSelection.text=Up with Selection
|
|
action.EditorDownWithSelection.text=Down with Selection
|
|
action.EditorLeftWithSelection.text=Left with Selection
|
|
action.EditorRightWithSelection.text=Right with Selection
|
|
action.EditorLookupUp.text=Lookup Up
|
|
action.EditorLookupDown.text=Lookup Down
|
|
action.EditorLookupSelectionUp.text=Select Previous Completion Option
|
|
action.EditorLookupSelectionDown.text=Select Next Completion Option
|
|
action.EditorIndentSelection.text=Indent Selection
|
|
action.EditorUnindentSelection.text=Unindent Line or Selection
|
|
action.EditorIndentLineOrSelection.text=Indent Line or Selection
|
|
action.EditorTab.text=Tab
|
|
action.EditorResetFontSize.text=Reset Font Size
|
|
action.EditorResetFontSizeGlobal.text=Reset Font Size in All Editors
|
|
action.EmacsStyleIndent.text=Emacs Tab
|
|
action.EditorScrollUp.text=Scroll Up
|
|
action.EditorScrollDown.text=Scroll Down
|
|
action.EditorScrollUpAndMove.text=Scroll Up and Move If Necessary
|
|
action.EditorScrollDownAndMove.text=Scroll Down and Move If Necessary
|
|
action.EditorScrollLeft.text=Scroll Left
|
|
action.EditorScrollRight.text=Scroll Right
|
|
action.EditorScrollTop.text=Scroll to Top
|
|
action.EditorScrollBottom.text=Scroll to Bottom
|
|
action.EditorMoveUpAndScroll.text=Move Up and Scroll
|
|
action.EditorMoveDownAndScroll.text=Move Down and Scroll
|
|
action.EditorMoveUpAndScrollWithSelection.text=Move Up and Scroll with Selection
|
|
action.EditorMoveDownAndScrollWithSelection.text=Move Down and Scroll with Selection
|
|
action.EditorAddOrRemoveCaret.text=Add or Remove Caret
|
|
action.EditorAddOrRemoveCaret.description=Set multiple cursors in the current file to edit multiple lines of code simultaneously.
|
|
action.EditorCreateRectangularSelection.text=Create Rectangular Selection
|
|
action.EditorAddRectangularSelectionOnMouseDrag.text=Add Rectangular Selection on Mouse Drag
|
|
action.EditorCreateRectangularSelectionOnMouseDrag.text=Create Rectangular Selection on Mouse Drag
|
|
action.EditorCloneCaretBelow.text=Clone Caret Below
|
|
action.EditorCloneCaretBelow.description=Insert a secondary cursor in the line below to edit multiple lines of code simultaneously.
|
|
action.EditorCloneCaretAbove.text=Clone Caret Above
|
|
action.EditorCloneCaretAbove.description=Insert a secondary cursor in the line above to edit multiple lines of code simultaneously.
|
|
action.SelectNextOccurrence.text=Add Selection for Next Occurrence
|
|
action.SelectNextOccurrence.description=Set multiple cursors by adding the next occurrence of the current word to the selection.
|
|
action.SelectAllOccurrences.text=Select All Occurrences
|
|
action.SelectAllOccurrences.description=Set multiple cursors by adding all occurrences of the current word to the selection.
|
|
action.UnselectPreviousOccurrence.text=Unselect Occurrence
|
|
action.ToggleScrollToResultsDuringTypingAction.text=Scroll to Results During Typing
|
|
action.UnselectPreviousOccurrence.description=Remove the current occurrence of the word from the selection.
|
|
action.EditorAddCaretPerSelectedLine.text=Add Carets to Ends of Selected Lines
|
|
action.EditorToggleStickySelection.text=Toggle Sticky Selection
|
|
action.EditorSwapSelectionBoundaries.text=Swap Selection Boundaries
|
|
action.EditorLineStart.text=Move Caret to Line Start
|
|
action.EditorLineEnd.text=Move Caret to Line End
|
|
action.EditorDeleteToLineStart.text=Delete to Line Start
|
|
action.EditorDeleteToLineEnd.text=Delete to Line End
|
|
action.EditorCutLineBackward.text=Cut Line Backward
|
|
action.EditorCutLineEnd.text=Cut up to Line End
|
|
action.EditorTextStart.text=Move Caret to Text Start
|
|
action.EditorTextEnd.text=Move Caret to Text End
|
|
action.EditorForwardParagraph.text = Move Caret Forward a Paragraph
|
|
action.EditorBackwardParagraph.text = Move Caret Backward a Paragraph
|
|
action.EditorForwardParagraphWithSelection.text = Move Caret Forward a Paragraph with Selection
|
|
action.EditorBackwardParagraphWithSelection.text = Move Caret Backward a Paragraph with Selection
|
|
action.EditorLineStartWithSelection.text=Move Caret to Line Start with Selection
|
|
action.EditorLineEndWithSelection.text=Move Caret to Line End with Selection
|
|
action.EditorTextStartWithSelection.text=Move Caret to Text Start with Selection
|
|
action.EditorTextEndWithSelection.text=Move Caret to Text End with Selection
|
|
action.EditorNextWord.text=Move Caret to Next Word
|
|
action.EditorNextWordInDifferentHumpsMode.text=Move Caret to Next Word in Different "CamelHumps" Mode
|
|
action.EditorPreviousWord.text=Move Caret to Previous Word
|
|
action.EditorPreviousWordInDifferentHumpsMode.text=Move Caret to Previous Word in Different "CamelHumps" Mode
|
|
action.EditorNextWordWithSelection.text=Move Caret to Next Word with Selection
|
|
action.EditorNextWordInDifferentHumpsModeWithSelection.text=Move Caret to Next Word with Selection in Different "CamelHumps" Mode
|
|
action.EditorPreviousWordWithSelection.text=Move Caret to Previous Word with Selection
|
|
action.EditorPreviousWordInDifferentHumpsModeWithSelection.text=Move Caret to Previous Word with Selection in Different "CamelHumps" Mode
|
|
action.EditorCodeBlockStart.text=Move Caret to Code Block Start
|
|
action.EditorCodeBlockEnd.text=Move Caret to Code Block End
|
|
action.EditorCodeBlockStartWithSelection.text=Move Caret to Code Block Start with Selection
|
|
action.EditorCodeBlockEndWithSelection.text=Move Caret to Code Block End with Selection
|
|
action.EditorMatchBrace.text=Move Caret to Matching Brace
|
|
action.EditorDeleteToWordStart.text=Delete to Word Start
|
|
action.EditorDeleteToWordStartInDifferentHumpsMode.text=Delete to Word Start in Different "CamelHumps" Mode
|
|
action.EditorDeleteToWordEnd.text=Delete to Word End
|
|
action.EditorDeleteToWordEndInDifferentHumpsMode.text=Delete to Word End in Different "CamelHumps" Mode
|
|
action.EditorDeleteLine.text=Delete Line
|
|
action.EditorKillToWordStart.text=Kill to Word Start
|
|
action.EditorKillToWordEnd.text=Kill to Word End
|
|
action.EditorKillRegion.text=Kill Selected Region
|
|
action.EditorKillRingSave.text=Save to Kill Ring
|
|
action.EditorDuplicate.text=Duplicate Line or Selection
|
|
action.EditorDuplicateLines.text=Duplicate Entire Lines
|
|
action.EditorSortLines.text=Sort Lines
|
|
action.EditorReverseLines.text=Reverse Lines
|
|
action.EditorUniqueLines.text=Delete Duplicate Lines
|
|
action.EditorSelectWord.text=Extend Selection
|
|
action.EditorUnSelectWord.text=Shrink Selection
|
|
group.EditorBidiTextDirection.text=Bidi Text Base Direction
|
|
group.EditorBidiTextDirection.description=Primary direction for mixed LTR/RTL text
|
|
action.EditorSetContentBasedBidiTextDirection.text=Content-based
|
|
action.EditorSetContentBasedBidiTextDirection.description=Direction is determined by initial character(s)
|
|
action.EditorSetLtrBidiTextDirection.text=Left-to-Right
|
|
action.EditorSetRtlBidiTextDirection.text=Right-to-Left
|
|
action.EditorToggleInsertState.text=Toggle Insert/Overwrite
|
|
action.EditorToggleColumnMode.text=Column Selection _Mode
|
|
action.EditorToggleColumnMode.description=Toggle column selection mode in the current editor
|
|
action.EditorToggleShowWhitespaces.text=Sh_ow Whitespaces
|
|
action.EditorToggleShowWhitespaces.description=Toggle display whitespaces in the current editor
|
|
action.EditorToggleShowIndentLines.text=Sh_ow Indent Guides
|
|
action.EditorToggleShowIndentLines.description=Toggle display indent guides in current editor
|
|
action.EditorToggleShowBreadcrumbs.text=Show Breadcrumbs
|
|
action.EditorToggleShowBreadcrumbs.description=Toggle display the breadcrumbs bar in the current editor
|
|
action.EditorToggleShowLineNumbers.text=Show L_ine Numbers
|
|
action.EditorToggleShowLineNumbers.description=Toggle display line numbers in the current editor
|
|
action.EditorToggleShowGutterIcons.text=Show Gutter Ic_ons
|
|
action.EditorToggleShowGutterIcons.description=Toggle display gutter icons in current editor
|
|
action.EditorToggleUseSoftWraps.text=Soft-Wrap
|
|
action.EditorToggleUseSoftWraps.description=Toggle using soft wraps in the current editor
|
|
action.Vcs.Diff.ResolveConflictsInImports.text=Resolve Conflicts in Import Statements
|
|
action.EditorToggleUseSoftWrapsInPreview.text=Soft-Wrap Preview Editor
|
|
action.EditorToggleUseSoftWrapsInPreview.description=Toggle using soft wraps in preview editors
|
|
action.RestoreFontPreviewTextAction.text=Restore Preview Text
|
|
action.fontEditorPreview.ToggleBoldFont.text=Toggle Bold Font
|
|
action.EditorConsoleScrollToTheEnd.text=Scroll to End
|
|
action.EditorIncreaseFontSize.text=Increase Font Size
|
|
action.EditorDecreaseFontSize.text=Decrease Font Size
|
|
action.EditorIncreaseFontSizeGlobal.text=Increase Font Size in All Editors
|
|
action.EditorDecreaseFontSizeGlobal.text=Decrease Font Size in All Editors
|
|
action.TerminalIncreaseFontSize.text=Increase Font Size
|
|
action.TerminalIncreaseFontSize.GoToAction.text=Increase Font Size in Terminal
|
|
action.TerminalDecreaseFontSize.text=Decrease Font Size
|
|
action.TerminalDecreaseFontSize.GoToAction.text=Decrease Font Size in Terminal
|
|
action.TerminalResetFontSize.text=Reset Font Size
|
|
action.TerminalResetFontSize.GoToAction.text=Reset Font Size in Terminal
|
|
action.ViewImportPopups.text=Show Import Popups
|
|
action.ViewImportPopups.description=Toggle display import popups in the current file
|
|
action.EditorScrollToCenter.text=Scroll to Center
|
|
action.EditorToggleCase.text=Toggle Case
|
|
action.EditorToggleCase.synonym.upper=Upper Case
|
|
action.EditorToggleCase.synonym.lower=Lower Case
|
|
action.EditorJoinLines.text=Join Lines
|
|
action.EditorSelectLine.text=Extend Line Selection
|
|
action.EditorSelectSingleLineAtCaret.text=Select Single Line at Caret
|
|
action.EditorSplitLine.text=Split Line
|
|
action.EditorStartNewLine.text=Start New Line
|
|
action.EditorStartNewLineBefore.text=Start New Line Before Current
|
|
action.EditorCompleteStatement.text=Complete Current Statement
|
|
action.ExpandAll.text=Expand All
|
|
action.ProjectViewExpandAll.text=Expand All
|
|
action.ExpandRecursively.text=Expand Selected
|
|
action.ExpandRecursively.shortcutHint=Press {0} to expand all nodes
|
|
action.CollapseAll.text=Collapse All
|
|
action.ExportToTextFile.text=Export to Text File
|
|
action.ExpandTreeNode.text=Expand Tree Node
|
|
action.CollapseTreeNode.text=Collapse Tree Node
|
|
action.FullyExpandTreeNode.text=Fully Expand Tree Node
|
|
group.GenerateGroup.text=_Generate
|
|
action.GenerateTestMethod.text=Test Method
|
|
action.GenerateSetUpMethod.text=SetUp Method
|
|
action.GenerateBeforeClassMethod.text=BeforeClass Method
|
|
action.GenerateTearDownMethod.text=TearDown Method
|
|
action.GenerateAfterClassMethod.text=AfterClass Method
|
|
action.GenerateDataMethod.text=Parameters Method
|
|
action.GenerateTestDataPathMethods.text=@TestDataPath Methods
|
|
action.GenerateTestDataPathFiles.text=@TestDataPath Files
|
|
action.GenerateConstructor.text=Constructor
|
|
action.GenerateConstructor.description=Generate constructor
|
|
action.GenerateLogField.text=Logger
|
|
action.GenerateLogField.description=Generate logger
|
|
action.GenerateCreateUI.text=createUI(\u2026)
|
|
action.GenerateCreateUI.description=Generate createUI(\u2026)
|
|
action.GenerateGetter.text=Getter
|
|
action.GenerateGetter.description=Generate getter
|
|
action.GenerateSetter.text=Setter
|
|
action.GenerateSetter.description=Generate setter
|
|
action.GenerateProviderMethod.text=provider()
|
|
action.GenerateProviderMethod.description=Generate provider method
|
|
action.GenerateGetterAndSetter.text=Getter and Setter
|
|
action.GenerateGetterAndSetter.description=Generate getter and setter
|
|
action.GenerateEquals.text=equals() and hashCode()
|
|
action.GenerateEquals.description=Generate equals() and hashCode()
|
|
action.OverrideMethods.text=_Override Methods\u2026
|
|
action.OverrideMethods.description=Override base class methods in the current class
|
|
action.ImplementMethods.text=_Implement Methods\u2026
|
|
action.ImplementMethods.description=Implement base interface/class methods in the current class
|
|
action.DelegateMethods.text=_Delegate Methods\u2026
|
|
action.DelegateMethods.description=Generate delegate method to a field/getter
|
|
action.GenerateSuperMethodCall.text=Super Method Call
|
|
action.GenerateSuperMethodCall.description=Generate super method call
|
|
action.NextDiff.text=Next Difference
|
|
action.NextDiff.description=Move to the next difference
|
|
action.PreviousDiff.text=Previous Difference
|
|
action.PreviousDiff.description=Move to the previous difference
|
|
action.Diff.NextConflict.text=Next Conflict
|
|
action.Diff.NextConflict.description=Move to the next unresolved conflict
|
|
action.Diff.PreviousConflict.text=Previous Conflict
|
|
action.Diff.PreviousConflict.description=Move to the previous unresolved conflict
|
|
action.GotoChangedFile.text=Go To Changed File\u2026
|
|
action.GotoChangedFile.description=Quickly navigate to a changed file by name
|
|
action.Refresh.text=R_efresh
|
|
action.CheckinProject.text=Comm_it\u2026
|
|
action.ChangesView.ToggleCommitUi.text=Toggle Commit UI\u2026
|
|
action.CheckinFiles.text=Comm_it File
|
|
action.CheckinFiles.description=Commit selected files or directories
|
|
action.UpdateFiles.text=_Update
|
|
action.CheckStatusForFiles.text=Chec_k Status
|
|
action.Annotate.text=A_nnotate
|
|
action.Annotate.with.Blame.text=A_nnotate with Git Blame
|
|
action.Annotate.synonym1=Blame
|
|
action.Annotate.description=Show the latest modification date and author for each line (also known as "Blame")
|
|
action.Compare.SameVersion.text=Compare with Same Repositor_y Version
|
|
action.Compare.LastVersion.text=Compare with Latest Repository _Version
|
|
action.Compare.Selected.text=_Compare with Revision\u2026
|
|
group.NewGroup.text=_New
|
|
group.NewElement.text=_New
|
|
group.NewElementMenu.text=_New
|
|
group.NewElementInMenuGroup.text=_New
|
|
group.WeighingNewGroup.text=_New
|
|
group.WeighingNewGroup.text.popup=_New File\u2026
|
|
NewFile.popup.title=New
|
|
action.NewClass.text=Java Class
|
|
action.NewFile.text=File
|
|
action.NewFile.NewElementInProjectViewPopupEmptyTextLink.text=Create the file manually
|
|
action.NewFile.GoToAction.text=Create New File
|
|
action.NewFile.description=Create a new file
|
|
action.NewDir.text=Directory/Package
|
|
action.NewDir.GoToAction.text=Create New Directory or Package
|
|
group.NewFromTemplate.text=From Template
|
|
group.NewWebDevelopment.text=Web Development Templates
|
|
group.NewMicroservices.text=Microservices Templates
|
|
action.ImportModule.text=Module from Existing Sources\u2026
|
|
action.ProjectFromVersionControl.text=Project from Version Control\u2026
|
|
action.ProjectFromVersionControl.ProjectWidgetPopup.text=Clone Repository\u2026
|
|
action.ImportProject.text=Project from Existing Sources\u2026
|
|
action.SaveAsNewFormat.text=Save as Directory-Based Format\u2026
|
|
action.JShell.Console.text=JShell Console\u2026
|
|
action.JShell.Console.description=Launch JShell Console
|
|
action.ChangesView.GroupBy.Module.text=Module
|
|
action.Actions.ActionsPlugin.GenerateToString.text=to_String()
|
|
action.Actions.ActionsPlugin.GenerateToString.description=Generate toString() method
|
|
action.Debugger.ShowRelatedStack.text=Show related stack\u2026
|
|
action.Debugger.ShowTypes.text=Show types
|
|
action.Debugger.AddSteppingFilter.text=Add Stepping Filter\u2026
|
|
action.Debugger.StepOutOfBlock.text=Step Out of Code Block
|
|
action.Debugger.CreateRenderer.text=Create\u2026
|
|
action.Debugger.CreateRenderer.XDebuggerTreePopup.text=Create Renderer
|
|
action.Debugger.XDebuggerTextPopup.ShowAsObject.text=Show as Object
|
|
action.Debugger.MuteRenderers.text=Mute Renderers
|
|
action.Debugger.SwitchToTheNextContext.text=Switch to the Next Stopped Breakpoint
|
|
action.Debugger.CallTracer.text=Trace Calls
|
|
action.Debugger.ReloadFile.text=Compile And Reload File
|
|
action.MemoryView.ShowInstancesFromDebuggerTree.text=Show Instances
|
|
action.Memory.CalculateRetainedSize.text=Calculate Retained Size\u2026
|
|
action.MemoryView.ShowAllocationStackTrace.text=Jump To Allocation Position
|
|
action.MemoryView.ShowOnlyWithInstances.text=Show With Instances Only
|
|
action.MemoryView.ShowOnlyTracked.text=Show Tracked Classes Only
|
|
action.MemoryView.EnableTrackingWithClosedWindow.text=Enable Tracking With Hidden Memory View
|
|
action.MemoryView.ShowInstances.text=Show Instances
|
|
action.MemoryView.ShowNewInstances.text=Show New Instances
|
|
action.MemoryView.JumpToTypeSource.text=Jump To Type Source
|
|
action.MemoryView.TrackingAction.NewInstancesTracking.text=Track New Instances
|
|
action.Diff.ShowDiff.text=Show Diff
|
|
action.Frontend.ChangesView.ShowDiff.text=Show Diff
|
|
action.Diff.ShowDiff.description=Compare files or revisions
|
|
action.Diff.ShowDiffPreview.description=Replace diff contents when selection changes
|
|
action.Diff.ShowStandaloneDiff.text=Show Diff in a New Tab or Window
|
|
action.Diff.ShowStandaloneDiff.description=Open diff for each selection in a new tab or window
|
|
action.Diff.ShowStandaloneDiff.tab.text=Show Diff in a New Tab
|
|
action.Diff.ShowStandaloneDiff.tab.description=Open diff for each selection in a new tab
|
|
action.Diff.ShowStandaloneDiff.window.text=Show Diff in a New Window
|
|
action.Frontend.Vcs.ShowStandaloneDiff.window.text=Show Diff in a New Window
|
|
action.Frontend.ChangesView.Shelf.Restore.text=Restore
|
|
action.Diff.ShowStandaloneDiff.window.description=Open diff for each selection in a new window
|
|
action.CompareTwoFiles.text=Compare _Files
|
|
action.CompareTwoFiles.description=Compare two selected files or folders
|
|
action.CompareFileWithEditor.text=Co_mpare File with Editor
|
|
action.CompareFileWithEditor.description=Compare the selected file with the editor
|
|
action.JumpToColorsAndFonts.text=Jump to Colors and Fonts
|
|
action.JumpToColorsAndFonts.description=Jump to color options for the highlighters under caret
|
|
group.ViewAppearanceGroup.text=_Appearance
|
|
|
|
group.VcsGroups.text=_Git
|
|
group.VcsGlobalGroup.text=VCS Group
|
|
action.Vcs.UpdateProject.text=_Update Project
|
|
group.VcsGroup.text=Version Control
|
|
group.VcsFileGroupPopup.text=Version Control Group
|
|
group.FileMenu.text=_File
|
|
action.NewProject.text=_Project\u2026
|
|
action.NewProject.ProjectWidgetPopup.text=New Project\u2026
|
|
action.NewProject.description=Create a new project from scratch
|
|
action.NewModule.text=_Module\u2026
|
|
action.NewModule.description=Create a new module from scratch and add it to the project
|
|
action.ImportProject.description=Create a project structure for a directory with existing sources or convert an existing project model
|
|
action.ImportModule.description=Import a module from a directory with existing sources or from an existing project model
|
|
action.OpenFile.text=_Open\u2026
|
|
action.OpenFile.description=Open a project or a file in the editor
|
|
group.reopen.win.text=_Reopen Project
|
|
group.reopen.mac.text=Open _Recent
|
|
group.$LRU.text=_Recent Projects
|
|
group.$LRU.GoToAction.text=Open Recent Project
|
|
action.ManageRecentProjects.text=Manage Projects\u2026
|
|
group.$LRU.description=List of recently opened projects
|
|
action.CloseProject.text=Close Pro_ject
|
|
action.CloseProject.description=Close the current project
|
|
action.CloseAllProjects.text=Close All Projects
|
|
action.CloseAllProjects.description=Close all projects
|
|
action.CloseOtherProjects.text=Close Other Projects
|
|
action.CloseOtherProjects.description=Close other projects
|
|
action.ShowProjectStructureSettings.text=Project Structure\u2026
|
|
action.ShowProjectStructureSettings.description=Configure project structure
|
|
action.SaveAll.text=_Save All
|
|
action.SaveAll.description=Save all files and settings
|
|
action.ExportSettings.text=_Export Settings\u2026
|
|
action.ExportSettings.description=Export global settings
|
|
action.ImportSettings.text=Import Settings\u2026
|
|
action.ImportSettings.description=Import global settings
|
|
action.RestoreDefaultSettings.text=Restore Default Settings\u2026
|
|
action.RestoreDefaultSettings.description=Reset all settings to their default values
|
|
action.ExportToEclipse.text=Export To Eclipse\u2026
|
|
action.ExportToEclipse.description=Create Eclipse projects for each module
|
|
action.Synchronize.text=Reload All from Disk
|
|
action.Synchronize.description=Detect all externally changed files and reload them from the disk
|
|
action.InvalidateCaches.text=Invalidate Caches\u2026
|
|
action.InvalidateCaches.description=Force rebuild of all caches and indexes on the next startup
|
|
action.CallSaul.text=Repair IDE
|
|
action.CallSaul.on.file.text=Repair IDE on {0,choice,0#File|2#Files}
|
|
action.CallSaul.description=Run cache diagnostic and try to recover its state
|
|
group.CacheRecovery.text=Cache Recovery
|
|
action.RestartIde.text=Restart IDE\u2026
|
|
action.ExportToHTML.text=Export Files or Selection to _HTML\u2026
|
|
action.ExportToHTML.MainMenu.text=Files or Selection to _HTML\u2026
|
|
action.ExportToHTML.description=Save file content in HTML format with syntax coloring
|
|
action.Print.text=_Print\u2026
|
|
action.Print.description=Print file
|
|
action.Exit.text=E_xit
|
|
action.Exit.description=Quit IDE
|
|
group.EditMenu.text=_Edit
|
|
group.FindMenuGroup.text=_Find
|
|
action.undo.text=_Undo {0}
|
|
action.undo.description=Undo {0}
|
|
action.undo.description.empty=last operation
|
|
action.redo.text=_Redo {0}
|
|
action.redo.description=Redo {0}
|
|
action.redo.description.empty=last undone operation
|
|
action.$Cut.text=Cu_t
|
|
action.$Cut.description=Cut to clipboard
|
|
action.$Copy.text=_Copy
|
|
action.$Copy.description=Copy to clipboard
|
|
action.$SearchWeb.text=_Search with Google
|
|
action.$SearchWeb.description=Search selection with Google
|
|
action.CopyUrl.text=Copy URL
|
|
action.CopyUrl.description=Copy the URL under the caret to clipboard
|
|
action.CopyPaths.text=C_opy Paths
|
|
action.CopyPaths.description=Copy paths corresponding to selected files or directories to clipboard
|
|
action.CopyReference.text=Cop_y Reference
|
|
action.CopyReference.description=Copy reference to a selected class, method or function, or a relative path to a selected file
|
|
action.CopySettingsPath.text=Copy Option Path
|
|
action.CopySettingsPath.text.template=Copy {0} Path
|
|
action.CopySettingsPath.description=Copy the relative path to the selected configurable option
|
|
action.CopyAsRichText.text=Copy as Rich Text
|
|
action.CopyAsRichText.description=Copy selection to clipboard as rich text (in RTF and HTML formats)
|
|
action.CopyAsPlainText.text=Copy as Plain Text
|
|
action.CopyAsPlainText.description=Copy selection to the clipboard as plain text
|
|
group.Copy.Paste.Special.text=Copy / Paste Special
|
|
group.Copy.Paste.Special.description=Copy / paste special editor actions
|
|
action.$Paste.text=_Paste
|
|
action.$Paste.description=Paste from clipboard
|
|
action.PasteMultiple.text=Past_e from History\u2026
|
|
action.PasteMultiple.description=Paste from recent clipboards
|
|
action.$SelectAll.text=Select _All
|
|
action.$SelectAll.description=Select all
|
|
action.NewElement.text=_New\u2026
|
|
action.NewElement.ProjectView.text=New File or Directory\u2026
|
|
action.NewElement.description=Create a new class, interface, file or directory
|
|
action.NewElementSamePlace.text=_New in This Directory\u2026
|
|
action.NewElementSamePlace.description=Create a new class, interface, file or directory in this directory
|
|
action.$Delete.text=_Delete
|
|
action.Frontend.Delete.Action.text=_Delete
|
|
action.$Delete.description=Delete the selected item
|
|
action.Find.text=_Find\u2026
|
|
action.Find.description=Find a string in the active editor
|
|
action.Replace.text=_Replace\u2026
|
|
action.Replace.description=Replace a string in the active editor with another string
|
|
action.FindNext.text=Find _Next / Move to Next Occurrence
|
|
action.FindNext.MainMenu.text=Find _Next Occurrence
|
|
action.FindNext.description=Repeat the last Find/Replace operation or move to the next occurrence of the selected text
|
|
action.FindPrevious.text=Find Pre_vious / Move to Previous Occurrence
|
|
action.FindPrevious.MainMenu.text=Find Pre_vious Occurrence
|
|
action.FindPrevious.description=Repeat the last Find/Replace operation in reverse direction, or moving to the previous occurrence of selected text
|
|
action.FindWordAtCaret.text=Next Occurrence of the Word at Caret
|
|
action.FindWordAtCaret.description=Find the next occurrence of the word at caret
|
|
action.FindPrevWordAtCaret.text=Previous Occurrence of the Word at Caret
|
|
action.FindPrevWordAtCaret.description=Find previous occurrence of the word at caret
|
|
action.ToggleFindInSelection.text=Search in Selection Only
|
|
action.IncrementalSearch.text=Incrementa_l Search
|
|
action.IncrementalSearch.description=Start incremental search (searches string as you type), IntelliJ IDEA 6.0 implementation.
|
|
action.FindUsages.text=Find _Usages
|
|
action.FindUsages.description=Find usages of the symbol at caret
|
|
action.ShowUsages.text=_Show Usages
|
|
action.ShowUsages.description=Show usages of the symbol at caret
|
|
action.ShowSettingsAndFindUsages.text=Find Usages Settings\u2026
|
|
action.ShowSettingsAndFindUsages.description=Choose scope and edit options for the Find Usages action
|
|
action.FindUsagesInFile.text=F_ind Usages in File
|
|
action.FindUsagesInFile.description=Find usages of the symbol at caret in the active editor
|
|
action.HighlightUsagesInFile.text=_Highlight Usages in File
|
|
action.HighlightUsagesInFile.description=Highlight usages of the symbol at caret in the active editor
|
|
action.HighlightUsagesInFile.not.ready=This usage search requires indexes and cannot be performed until they are built
|
|
action.FindInPath.text=Find in Files\u2026
|
|
action.FindInPath.description=Find a string in multiple files
|
|
action.FindInPath.synonym1=Find in Path
|
|
action.ReplaceInPath.text=Repl_ace in Files\u2026
|
|
action.ReplaceInPath.synonym1=Repl_ace in Path
|
|
action.ReplaceInPath.description=Replace a string in multiple files with another string
|
|
group.ViewMenu.text=_View
|
|
action.ViewToolBar.text=_Toolbar
|
|
action.ViewObsoleteToolbarAction.text=Toolbar Classic
|
|
action.ViewObsoleteNavBarAction.text=Navigation Bar
|
|
action.ViewNewToolbarAction.text=Toolbar
|
|
action.ViewToolBar.description=Show/hide the main toolbar
|
|
action.QuickPreview.text=Quick preview
|
|
action.ViewStatusBar.text=_Status Bar
|
|
action.ViewStatusBar.description=Show/hide the status bar
|
|
group.ViewStatusBarWidgetsGroup.text=Status Bar _Widgets
|
|
group.ViewStatusBarWidgetsGroup.description=Show/hide status bar widgets
|
|
action.ViewMainMenu.text=Main Menu
|
|
action.ViewMainMenu.description=Show/hide the main menu
|
|
action.ViewToolButtons.text=Tool Window Bars
|
|
action.ViewToolButtons.description=Show/hide tool window buttons
|
|
action.ViewNavigationBar.text=Na_vigation Bar
|
|
action.ViewNavigationBar.description=Show/hide the navigation bar
|
|
action.ViewNavigationBar.NavBar.text=Show Navigation Bar
|
|
group.NavbarLocationGroup.text=Navigation Bar
|
|
group.NavbarLocationGroup.description=Select the location of navigation bar
|
|
action.NavBarLocationTop.text=Top
|
|
action.NavBarLocationTop.description=Show the navigation bar on top
|
|
action.NavBarLocationBottom.text=In Status Bar
|
|
action.NavBarLocationBottom.description=Show the navigation bar in the status bar
|
|
action.NavBarLocationHide.text=Don't Show
|
|
action.NavBarLocationHide.description=Hide navigation bar
|
|
action.ViewMembersInNavigationBar.text=Members in Navigation Bar
|
|
action.ViewMembersInNavigationBar.description=Show/hide declarations in the navigation bar
|
|
action.ViewMembersInNavigationBar.NavBar.text=Show Members in the Navigation Bar
|
|
action.ShowMembersInNavigationBar.text=Show Members
|
|
action.ShowMembersInNavigationBar.description=Show/hide declarations in the navigation bar
|
|
action.StatusTextModeAction.text=Status Text
|
|
action.ViewInplaceComments.text=File Details
|
|
action.ViewInplaceComments.description=Show/hide extra information in tree views
|
|
action.FileStructurePopup.text=F_ile Structure
|
|
action.FileStructurePopup.description=Show a popup with a structure of the current file for quick navigation
|
|
action.ShowFilePath.text=File _Path
|
|
action.ShowFilePath.description=Show a popup with a path to the current file for opening in external file manager
|
|
action.ShowFilePath.popup=Path _Popup
|
|
action.SelectIn.text=Se_lect In\u2026
|
|
action.SelectIn.description=Select the current class or method in any view
|
|
action.FixDocComment.text=Fix doc comment
|
|
action.FixDocComment.description=Generate or fix doc comment for the current context
|
|
action.QuickJavaDoc.text=Quick _Documentation
|
|
action.QuickJavaDoc.description=Show a popup window with documentation for the symbol at caret
|
|
action.QuickImplementations.text=Quic_k Definition
|
|
action.QuickImplementations.description=Show a popup window with the symbol (and its implementations) content
|
|
action.QuickTypeDefinition.text=Quick Type Definition
|
|
action.QuickTypeDefinition.description=Show a popup window with the type definition of a symbol at caret
|
|
action.ToggleRenderedDocPresentation.text=Toggle Rendered View
|
|
action.ToggleRenderedDocPresentation.description=Switch between viewing source code and rendered representation of documentation comments
|
|
action.ToggleRenderedDocPresentationForAll.text=Render All Doc Comments
|
|
action.ToggleRenderedDocPresentationForAll.description=Switch to rendered view for all documentation comments
|
|
action.Documentation.Back.text=Back
|
|
action.Documentation.Forward.text=Forward
|
|
action.Documentation.EditSource.text=_Jump to Source
|
|
action.Documentation.ViewExternal.text=View External Documentation
|
|
action.Documentation.ToggleShowInPopup.text=Show Documentation Popup First
|
|
action.Documentation.ToggleShowInPopup.description=Toggle whether the documentation popup should be shown before the tool window
|
|
action.Documentation.ToggleAutoShow.text=Show Automatically During Completion
|
|
action.Documentation.ToggleAutoShow.description=Toggle whether the documentation should be shown automatically with the completion popup
|
|
action.Documentation.ToggleAutoUpdate.text=Auto-Update from Source
|
|
action.Documentation.ToggleAutoUpdate.description=Refresh documentation on selection change automatically
|
|
action.Documentation.KeepTab.text=Keep This Documentation
|
|
action.Documentation.KeepTab.description=Turns off all updates in the current tab, and makes the next action invocation open a fresh tab
|
|
action.ShowSiblings.text=Show Siblings
|
|
action.ShowSiblings.description=Show a popup window with the symbol siblings content
|
|
action.ParameterInfo.text=_Parameter Info
|
|
action.ParameterInfo.description=Show parameters of the method call at caret
|
|
action.ToggleInlineHintsAction.text=Toggle Parameter Name Hints
|
|
action.ToggleInlineHintsAction.description=Toggle parameter name hints
|
|
action.ToggleCompletionHintsAction.text=Show Parameter Name Hints on Completion
|
|
action.ShowParameterHintsSettings.text=Hints Settings\u2026
|
|
action.ShowParameterHintsSettings.description=Open parameter name hints settings
|
|
action.ShowSettingsWithAddedPattern.text=Disable Hints for Method
|
|
action.ShowSettingsWithAddedPattern.description=Open parameter name hints settings
|
|
action.ExpressionTypeInfo.text=Typ_e Info
|
|
action.ExpressionTypeInfo.description=Show type of the selected expression
|
|
action.EditorContextInfo.text=_Context Info
|
|
action.EditorContextInfo.description=Show the current method or class declaration when it is not visible
|
|
action.ShowErrorDescription.text=E_rror Description
|
|
action.ShowErrorDescription.description=Show description of error or warning at caret
|
|
action.ShowHoverInfo.text=Hover Info
|
|
action.ShowHoverInfo.description=Show a tooltip with documentation of symbol, and description of error or warning, at caret
|
|
action.EditSource.text=_Jump to Source
|
|
action.Frontend.EditSource.text=_Jump to Source
|
|
action.EditSource.description=Open editor for the selected item and give focus to it
|
|
action.EditSourceInNewWindow.text=Open Tab in New Window
|
|
action.EditSourceInNewWindow.description=Open the editor for the selected item in a new window and focus on it
|
|
action.ViewSource.text=Sho_w Source
|
|
action.ViewSource.description=Open editor for the selected item
|
|
action.ExternalJavaDoc.text=E_xternal Documentation
|
|
action.ExternalJavaDoc.description=Open browser with documentation for the selected item
|
|
action.CodeVisionToggleAction.text=Toggle Code Vision for Project
|
|
action.CodeVisionToggleAction.description=Toggle code vision for the current project
|
|
|
|
group.SwitcherAndRecentFiles.text=Switcher (RecentFiles) Actions
|
|
action.Switcher.text=Switcher
|
|
action.SwitcherForward.text=Iterate Switcher Forward
|
|
action.SwitcherBackward.text=Iterate Switcher Backward
|
|
action.SwitcherRecentEditedChangedToggleCheckBox.text=Toggle Changed Only Files
|
|
action.SwitcherIterateItems.text=Iterate Recent Files
|
|
action.SwitcherNextProblem.text=Select Next Problem File
|
|
action.SwitcherPreviousProblem.text=Select Previous Problem File
|
|
action.DeleteRecentFiles.text=Delete from Recent Files
|
|
action.DeleteRecentFiles.description=Delete selected files from Recent Files or close selected tool window
|
|
action.RecentFiles.text=Rece_nt Files
|
|
action.RecentFiles.description=Show the list of recently viewed files
|
|
action.RecentChangedFiles.text=Recently Changed Files
|
|
action.RecentChangedFiles.description=Show the list of recently changed files
|
|
|
|
group.SwitcherAndRecentFilesFallback.text=Switcher (RecentFiles) Actions
|
|
action.SwitcherFallback.text=Switcher
|
|
action.SwitcherForwardFallback.text=Iterate Switcher Forward
|
|
action.SwitcherBackwardFallback.text=Iterate Switcher Backward
|
|
action.SwitcherRecentEditedChangedToggleCheckBoxFallback.text=Toggle Changed Only Files
|
|
action.SwitcherIterateItemsFallback.text=Iterate Recent Files
|
|
action.SwitcherNextProblemFallback.text=Select Next Problem File
|
|
action.SwitcherPreviousProblemFallback.text=Select Previous Problem File
|
|
action.DeleteRecentFilesFallback.text=Delete from Recent Files
|
|
action.DeleteRecentFilesFallback.description=Delete selected files from Recent Files or close the selected tool window
|
|
action.RecentFilesFallback.text=Rece_nt Files
|
|
action.RecentFilesFallback.description=Show the list of recently viewed files
|
|
action.RecentChangedFilesFallback.text=Recently Changed Files
|
|
action.RecentChangedFilesFallback.description=Show the list of recently changed files
|
|
|
|
action.RecentLocations.text=Recent Locations
|
|
action.RecentLocations.description=Show the list of recently viewed/changed locations
|
|
action.QuickChangeScheme.text=_Quick Switch Scheme\u2026
|
|
action.QuickChangeScheme.description=Change the current code style scheme, color\\&fonts scheme, keymap or Look\\&Feel
|
|
action.TypeHierarchy.text=Type _Hierarchy
|
|
action.TypeHierarchy.description=Browse a hierarchy for the selected class
|
|
action.MethodHierarchy.text=_Method Hierarchy
|
|
action.MethodHierarchy.description=Browse a method hierarchy for the selected method
|
|
action.CallHierarchy.text=Call Hierarch_y
|
|
action.CallHierarchy.description=Browse a call hierarchy for the selected method
|
|
group.FoldingGroup.text=Folding
|
|
group.ExpandToLevel.text=Expand to L_evel
|
|
action.ExpandToLevel1.text=_1
|
|
action.ExpandToLevel2.text=_2
|
|
action.ExpandToLevel3.text=_3
|
|
action.ExpandToLevel4.text=_4
|
|
action.ExpandToLevel5.text=_5
|
|
group.ExpandAllToLevel.text=Expand All to _Level
|
|
action.ExpandAllToLevel1.text=_1
|
|
action.ExpandAllToLevel2.text=_2
|
|
action.ExpandAllToLevel3.text=_3
|
|
action.ExpandAllToLevel4.text=_4
|
|
action.ExpandAllToLevel5.text=_5
|
|
action.ExpandCollapseToggleAction.text=Toggle Folding
|
|
action.ExpandCollapseToggleAction.description=Expand or collapse current code block
|
|
action.ExpandRegion.text=E_xpand
|
|
action.ExpandRegion.description=Expand the folding region at the caret
|
|
action.ExpandRegionRecursively.text=Expand _Recursively
|
|
action.ExpandRegionRecursively.description=Expand block at caret recursively
|
|
action.CollapseRegion.text=_Collapse
|
|
action.CollapseRegion.description=Collapse the folding region at the caret
|
|
action.CollapseRegionRecursively.text=Coll_apse Recursively
|
|
action.CollapseRegionRecursively.description=Collapse block at caret recursively
|
|
action.ExpandAllRegions.text=_Expand All
|
|
action.ExpandAllRegions.description=Expand all folding regions (in selection)
|
|
action.CollapseAllRegions.text=Collapse _All
|
|
action.CollapseAllRegions.description=Collapse all folding regions (in selection)
|
|
action.ExpandDocComments.text=Expand _Doc Comments
|
|
action.ExpandDocComments.description=Expand all documentation comments
|
|
action.CollapseDocComments.text=Collapse D_oc Comments
|
|
action.CollapseDocComments.description=Collapse all documentation comments
|
|
action.CollapseSelection.text=Fold _Selection / Remove region
|
|
action.CollapseSelection.description=Fold the selected block
|
|
action.CollapseBlock.text=Fold Code _Block
|
|
action.CollapseBlock.description=Fold the current code block
|
|
group.GoToMenu.text=_Navigate
|
|
action.SearchEverywhere.text=Search Everywhere
|
|
action.TestSearchContributors.text=SE Contributors Testing
|
|
group.SettingsEntryPoint.text=IDE and Project Settings
|
|
action.SearchEverywhereToolbar.text=Search everywhere
|
|
action.SearchEverywhereToolbar.searching.text=Searching\u2026
|
|
action.SearchEverywhereToolbarHotKey.text=Search everywhere {0}
|
|
action.SearchEverywhereToolbarHotKey.hotkey=Shift+Shift
|
|
action.SearchEverywhere.description=Searches for classes, files, tool windows, action and preferences
|
|
action.SmartSelect.text=Extend Selection
|
|
action.SmartUnSelect.text=Shrink Selection
|
|
action.GotoClass.text=Go to Class\u2026
|
|
action.GotoClass.description=Quickly navigate to a class by name
|
|
action.GotoFile.text=Go to File\u2026
|
|
action.GotoFile.MainMenu.text=_File\u2026
|
|
action.GotoFile.description=Quickly navigate to a file by name
|
|
action.GotoSymbol.text=Go to Symbol\u2026
|
|
action.GotoSymbol.MainMenu.text=_Symbol\u2026
|
|
action.GotoSymbol.description=Quickly navigate to any symbol by name
|
|
action.GotoCustomRegion.text=Custom Folding\u2026
|
|
action.GotoAction.text=_Find Action\u2026
|
|
action.GotoAction.description=Quickly navigate to an action by name
|
|
action.GotoLine.text=Go to Line:Column\u2026
|
|
action.GotoLine.MainMenu.text=_Line:Column\u2026
|
|
action.GotoLine.description=Navigate to a line (and/or column) in the editor by its number
|
|
action.GotoDeclarationOnly.text=Go to Declaration
|
|
# suppress inspection "UnusedProperty"
|
|
action.GotoDeclarationOnly.MainMenu.text=Declaration
|
|
action.GotoDeclarationOnly.description=Navigate to the declaration of the symbol at caret
|
|
action.GotoDeclaration.text=Go to Declaration or Usages
|
|
action.GotoDeclaration.MainMenu.text=_Declaration or Usages
|
|
action.GotoDeclaration.description=Navigate to the declaration of the symbol at caret or show its usages
|
|
action.GotoImplementation.text=Go to I_mplementation(s)
|
|
action.GotoImplementation.MainMenu.text=I_mplementation(s)
|
|
action.GotoImplementation.description=Navigate to the implementation(s) of the selected class or method
|
|
action.GotoNextElementUnderCaretUsage.text=Next Highlighted Usage
|
|
action.GotoNextElementUnderCaretUsage.description=Navigate to the next highlighted element usage
|
|
action.GotoPrevElementUnderCaretUsage.text=Previous Highlighted Usage
|
|
action.GotoPrevElementUnderCaretUsage.description=Navigate to the previous highlighted element usage
|
|
action.GotoTypeDeclaration.text=Go to Type Declaration
|
|
action.GotoTypeDeclaration.MainMenu.text=_Type Declaration
|
|
action.GotoTypeDeclaration.description=Navigate to the declaration of the symbol's type at caret
|
|
action.GotoSuperMethod.text=Go to Super Method
|
|
action.GotoSuperMethod.MainMenu.text=S_uper Method
|
|
action.GotoSuperMethod.description=Navigate to the declaration of a method that the current method overrides or implements
|
|
action.GotoTest.text=Go to Test
|
|
action.GotoTest.text.subject=Go to Test Subject
|
|
action.GotoTest.MainMenu.text=T_est
|
|
action.GotoTest.description=Navigate to the test of the selected class
|
|
action.GotoTestSubject.text=Go to T_est Subject
|
|
action.GotoTestSubject.MainMenu.text=T_est Subject
|
|
action.GotoTestSubject.description=Navigate to the subject of the selected test
|
|
action.GotoNextError.text=_Next Highlighted Error
|
|
action.GotoNextError.description=Navigate to the next highlighted error in the active editor
|
|
action.GotoPreviousError.text=_Previous Highlighted Error
|
|
action.GotoPreviousError.description=Navigate to the previous highlighted error in the active editor
|
|
action.GotoRelated.text=_Related Symbol\u2026
|
|
action.GotoRelated.description=Navigate to one of the related or linked symbols
|
|
action.MethodDown.text=N_ext Method
|
|
action.MethodDown.description=Navigate to the next method in the active editor
|
|
action.MethodUp.text=Prev_ious Method
|
|
action.MethodUp.description=Navigate to the previous method in the active editor
|
|
action.Back.text=_Back
|
|
action.Back.description=Undo the last navigation operation
|
|
action.Forward.text=For_ward
|
|
action.Forward.description=Redo last undone navigation operation
|
|
action.JumpToLastChange.text=Last Edit L_ocation
|
|
action.JumpToLastChange.description=Move through the most recent change points
|
|
action.JumpToNextChange.text=Next Edit Location
|
|
action.JumpToNextChange.description=Move through the most recent change points
|
|
action.PreviousOccurence.text=Previ_ous Occurrence
|
|
action.PreviousOccurence.description=Navigate to the previous occurrence
|
|
action.NextOccurence.text=Ne_xt Occurrence
|
|
action.NextOccurence.description=Navigate to the next occurrence
|
|
action.VcsShowCurrentChangeMarker.text=C_hange Under Caret
|
|
action.VcsShowCurrentChangeMarker.description=Show the popup for the currently selected change
|
|
action.VcsShowNextChangeMarker.text=Next C_hange
|
|
action.VcsShowNextChangeMarker.description=Go to the next change
|
|
action.VcsShowPrevChangeMarker.text=Previous Ch_ange
|
|
action.VcsShowPrevChangeMarker.description=Go to previous change
|
|
group.CodeMenu.text=_Code
|
|
action.SurroundWith.text=_Surround With\u2026
|
|
action.SurroundWith.description=Surround the selected code fragment with if, while, try/catch or other construct
|
|
action.Generate.text=Generate\u2026
|
|
action.Generate.description=Generate constructor, getter or setter method, etc.
|
|
action.Unwrap.text=Un_wrap/Remove\u2026
|
|
action.Unwrap.description=Safely unwraps or removes the selected scope
|
|
group.CodeCompletionGroup.text=Code _Completion
|
|
group.EditorToggleActions.text=Active Editor
|
|
action.CodeCompletion.text=_Basic
|
|
action.CodeCompletion.description=Complete code
|
|
action.HippieCompletion.text=Cyclic _Expand Word
|
|
action.HippieCompletion.description=Cyclic Expand word
|
|
action.HippieBackwardCompletion.text=Cyclic _Expand Word (Backward)
|
|
action.HippieBackwardCompletion.description=Cyclic Expand word (Backward)
|
|
action.SmartTypeCompletion.text=Type-Matching
|
|
action.SmartTypeCompletion.description=Complete code based on the expected type
|
|
# suppress inspection "UnusedProperty"
|
|
action.SmartTypeCompletion.synonym=SmartType
|
|
action.SmartTypeCompletion.synonym2=Smart Completion
|
|
action.ClassNameCompletion.text=Second Basic Completion
|
|
action.ClassNameCompletion.description=Same as pressing shortcut for Basic Completion twice (can be used to complete non-imported class name)
|
|
action.InsertLiveTemplate.text=Insert Live _Template\u2026
|
|
action.InsertLiveTemplate.description=Show a popup list of live templates starting with the specified prefix
|
|
action.ExpandLiveTemplateByTab.text=Expand Live Template by Tab
|
|
action.ExpandLiveTemplateCustom.text=Expand Live Template / Emmet Abbreviation
|
|
action.ExpandLiveTemplateCustom.description=Invoke the live template bound to 'Custom shortcut' with the prefix typed in the editor
|
|
action.SurroundWithLiveTemplate.text=Surround with Live Tem_plate\u2026
|
|
action.SurroundWithLiveTemplate.description=Surrounds the selection with one of the templates
|
|
action.CommentByLineComment.text=Comment with _Line Comment
|
|
action.CommentByLineComment.description=Comment/uncomment the current line or selected block with line comments
|
|
action.CommentByBlockComment.text=Comment with _Block Comment
|
|
action.CommentByBlockComment.description=Comment/uncomment code with block comments
|
|
action.ReformatCode.text=_Reformat Code
|
|
action.ReformatCode.description=Reformat code
|
|
action.ReformatCode.synonym1=Format Code
|
|
action.AutoIndentLines.text=_Auto-Indent Lines
|
|
action.AutoIndentLines.description=Indent the current line or selected block according to the code style settings
|
|
action.OptimizeImports.text=Optimi_ze Imports
|
|
action.OptimizeImports.description=Remove unused imports and reorder/reorganize imports
|
|
action.RearrangeCode.text=Rearrange Code
|
|
action.RearrangeCode.description=Rearrange code
|
|
action.ShowReformatFileDialog.text=Reformat File\u2026
|
|
action.ShowRecentTests.text=Recent Tests
|
|
action.MoveStatementDown.text=Move Statement Do_wn
|
|
action.MoveStatementDown.description=Move selected statements one line down
|
|
action.MoveStatementUp.text=Move Statement _Up
|
|
action.MoveStatementUp.description=Move selected statements one line up
|
|
action.MoveElementLeft.text=Move Element Left
|
|
action.MoveElementLeft.description=Move current element(s) to the previous position in the containing list of elements
|
|
action.MoveElementRight.text=Move Element Right
|
|
action.MoveElementRight.description=Move current element(s) to the next position in the containing list of elements
|
|
action.MoveLineDown.text=Move Line Do_wn
|
|
action.MoveLineDown.description=Move selected lines one line down
|
|
action.MoveLineUp.text=Move Line _Up
|
|
action.MoveLineUp.description=Move selected lines one line up
|
|
group.AnalyzeMenu.text=Analy_ze
|
|
action.CodeCleanup.text=_Code Cleanup\u2026
|
|
action.CodeCleanup.description=Run cleanup inspections and apply quick-fixes
|
|
action.SilentCodeCleanup.text=Silent Code Cleanup
|
|
action.SilentCodeCleanup.description=Run cleanup inspections and apply quick-fixes with the current inspection profile
|
|
action.InspectCode.text=_Inspect Code\u2026
|
|
action.InspectCode.description=Inspect code
|
|
action.InferNullity.text=Infer _Nullity\u2026
|
|
action.InferNullity.description=Infer nullity
|
|
action.ViewOfflineInspection.text=View _Offline Inspection Results\u2026
|
|
action.ViewOfflineInspection.description=Load offline inspection results
|
|
action.ShowPackageDeps.text=Analyze _Dependencies\u2026
|
|
action.ShowPackageDeps.MainMenu.text=_Dependencies\u2026
|
|
action.ShowPackageDeps.description=Browse code chosen analysis item depends on
|
|
action.ShowBackwardPackageDeps.text=Analyze _Backward Dependencies\u2026
|
|
action.ShowBackwardPackageDeps.MainMenu.text=_Backward Dependencies\u2026
|
|
action.ShowBackwardPackageDeps.description=Browse code chosen analysis item used in
|
|
action.ShowPackageCycles.text=Analyze _Cyclic Dependencies\u2026
|
|
action.ShowPackageCycles.MainMenu.text=_Cyclic Dependencies\u2026
|
|
action.ShowPackageCycles.description=Browse code chosen analysis item used in cycles
|
|
action.ShowModulesDependencies.text=Analyze _Module Dependencies\u2026
|
|
action.ShowModulesDependencies.MainMenu.text=_Module Dependencies\u2026
|
|
action.ShowModulesDependencies.description=Show dependencies between modules in the project
|
|
action.ShowDependenciesOnTarget.text=Analyze Dependencies on Specified Target
|
|
action.ShowDependenciesOnTarget.MainMenu.text=Dependencies on Specified Target
|
|
action.GenerateModuleDescriptors.text=Generate module-info Descriptors
|
|
action.GenerateModuleDescriptors.description=Generate module-info files for all modules in the project (for Java 9 and higher)
|
|
action.Unscramble.text=Analyze _Stack Trace or Thread Dump\u2026
|
|
action.Unscramble.EditorPopup.text=_Stack Trace or Thread Dump\u2026
|
|
action.Unscramble.description=Open a console with the navigatable stack trace or a thread dump
|
|
action.IdeScriptingConsole.text=IDE Scripting Console
|
|
action.IdeScriptingConsole.description=Open IDE scripting console
|
|
action.NewScratchFile.text=Scratch File
|
|
action.NewScratchFile.EditorPopup.text=Create Scratch File
|
|
action.NewScratchFile.text.with.new=New Scratch File
|
|
action.NewScratchFile.description=Create a new scratch file with the chosen language
|
|
action.NewScratchBuffer.text=New Scratch Buffer
|
|
action.NewScratchBuffer.description=Creates new or reuses existing scratch buffer
|
|
action.Scratch.ChangeLanguage.text=Change File Language
|
|
action.Scratch.ChangeLanguage.description=Change scratch file language
|
|
action.Scratch.ShowFilesPopup.text=Show Scratch Files
|
|
action.Scratch.ShowFilesPopup.description=Shows scratch files in a popup
|
|
action.Scratch.ExportToScratch.text=Export to Scratch File
|
|
action.Scratch.ExportToScratch.description=Export as text to a new scratch file
|
|
group.RefactoringMenu.text=_Refactor
|
|
action.RenameElement.text=_Rename\u2026
|
|
action.RenameElement.description=Rename the selected symbol and correct all references
|
|
action.ChangeSignature.text=Change Si_gnature\u2026
|
|
action.ChangeSignature.description=Change the signature of the selected method or class and correct all references
|
|
action.ChangeTypeSignature.text=T_ype Migration\u2026
|
|
action.ChangeTypeSignature.description=Change the return type of the method, field, parameter, variable or class type arguments and correct all references
|
|
action.MakeStatic.text=Make S_tatic\u2026
|
|
action.MakeStatic.description=Convert method or inner class to static and correct all references
|
|
action.ConvertToInstanceMethod.text=C_onvert To Instance Method\u2026
|
|
action.ConvertToInstanceMethod.description=Convert a static method to an instance method and correct all references
|
|
action.Move.text=_Move\u2026
|
|
action.Move.description=Move the selected class, method, package or static member to another package or class and correct all references
|
|
action.CopyElement.text=C_opy\u2026
|
|
action.CopyElement.description=Create a copy of the selected class, file(s) or directory(es)
|
|
action.SafeDelete.text=Safe _Delete\u2026
|
|
action.SafeDelete.description=Delete the selected class, method or field, checking for usages
|
|
action.ExtractMethod.text=Extract _Method\u2026
|
|
action.ExtractMethod.description=Turn the selected code fragment into a method
|
|
action.MethodDuplicates.text=Find and Replace _Code Duplicates\u2026
|
|
action.MethodDuplicates.field.text=Find Field Duplicates and Replace with References\u2026
|
|
action.MethodDuplicates.method.text=Find Method Duplicates and Replace with Calls\u2026
|
|
action.MethodDuplicates.description=Finds code in the selected scope that can be transformed into a call of selected method/constant
|
|
action.InvertBoolean.text=Invert _Boolean\u2026
|
|
action.InvertBoolean.description=Makes the method return or variable contain the opposite value and corrects the references
|
|
action.IntroduceParameterObject.text=Introduce Parameter Ob_ject\u2026
|
|
action.IntroduceParameterObject.description=Replace the method parameters list with an object
|
|
action.ExtractClass.text=Extract _Delegate\u2026
|
|
action.ExtractClass.description=Extract Delegate
|
|
action.IntroduceVariable.text=Introduce _Variable\u2026
|
|
action.IntroduceVariable.description=Put a result of the selected expression into a variable
|
|
action.IntroduceField.text=Introduce _Field\u2026
|
|
action.IntroduceField.description=Put a result of the selected expression into a field
|
|
action.IntroduceConstant.text=Introduce _Constant\u2026
|
|
action.IntroduceConstant.description=Replace the selected expression with a constant
|
|
action.IntroduceParameter.text=Introduce _Parameter\u2026
|
|
action.IntroduceParameter.description=Turn the selected expression into a method parameter
|
|
action.IntroduceFunctionalParameter.text=Introduce Functiona_l Parameter\u2026
|
|
action.IntroduceFunctionalParameter.description=Replace selected statements with a call to a new functional method parameter
|
|
action.IntroduceFunctionalVariable.text=Introduce Functional Variable\u2026
|
|
action.IntroduceFunctionalVariable.description=Replace selected statements with a call to a new functional variable
|
|
action.ExtractInterface.text=Extract _Interface\u2026
|
|
action.ExtractInterface.description=Extract interface from the selected class
|
|
action.ExtractModule.text=Extract _Module\u2026
|
|
action.ExtractModule.description=Extract module from the selected class
|
|
action.ExtractSuperclass.text=Extract S_uperclass\u2026
|
|
action.ExtractSuperclass.description=Extract superclass from the selected class
|
|
group.IntroduceActionsGroup.text=E_xtract/Introduce
|
|
action.TurnRefsToSuper.text=Use Interface _Where Possible\u2026
|
|
action.TurnRefsToSuper.description=Change usages of a class to those of its superclass or interface
|
|
action.MembersPullUp.text=Pu_ll Members Up\u2026
|
|
action.MembersPullUp.description=Pull class members to superclass or implemented interface
|
|
action.MemberPushDown.text=Pu_sh Members Down\u2026
|
|
action.MemberPushDown.description=Push class members down to directly inheriting subclasses
|
|
action.InheritanceToDelegation.text=Replace _Inheritance with Delegation\u2026
|
|
action.InheritanceToDelegation.description=Replace inheritance with delegation
|
|
action.RenameFile.text=Rename File\u2026
|
|
action.RenameFile.description=Rename the selected file
|
|
action.Inline.text=I_nline\u2026
|
|
action.Inline.description=Inline the selected method or variable
|
|
action.InsertInlineCompletionAction.text=Insert Inline Proposal
|
|
action.InsertInlineCompletionAction.description=Insert current inline completion proposal
|
|
action.InsertInlineCompletionWordAction.text=Insert Inline Proposal's Word
|
|
action.InsertInlineCompletionWordAction.description=Insert the next word from the current inline completion proposal
|
|
action.InsertInlineCompletionLineAction.text=Insert Inline Proposal's Line
|
|
action.InsertInlineCompletionLineAction.description=Insert the next line from the current inline completion proposal
|
|
action.NextInlineCompletionSuggestionAction.text=Next Inline Proposal
|
|
action.NextInlineCompletionSuggestionAction.description=Show the next inline completion proposal
|
|
action.PrevInlineCompletionSuggestionAction.text=Previous Inline Proposal
|
|
action.PrevInlineCompletionSuggestionAction.description=Show the previous inline completion proposal
|
|
group.InlineCompletion.text=Inline Completion
|
|
group.InlineCompletion.description=Inline completion
|
|
action.CallInlineCompletionAction.text=Call Inline Completion
|
|
action.CallInlineCompletionAction.description=Generate a suggestion for the current cursor position and show it as inline
|
|
group.InlineCompletion.Settings.text=Inline Completion Provider's Settings
|
|
action.AnonymousToInner.text=Convert Anon_ymous to Inner\u2026
|
|
action.AnonymousToInner.description=Convert an anonymous class into an inner class
|
|
action.EncapsulateFields.text=_Encapsulate Fields\u2026
|
|
action.EncapsulateFields.description=Replace direct access to fields in the selected class with use of accessor methods
|
|
action.ReplaceMethodWithMethodObject.text=Replace Method With Method Ob_ject\u2026
|
|
action.ReplaceMethodWithMethodObject.description=Turn the method into its own object so that all the parameters become fields on that object
|
|
action.NewMigration.text=Create New Migration\u2026
|
|
action.ExtractInclude.text=_Include File\u2026
|
|
action.ExtractInclude.description=Turn the selected code fragment into the included file
|
|
group.BuildMenu.text=_Build
|
|
action.CompileProject.text=_Rebuild Project
|
|
action.CompileProject.description=Recompile all files in the project
|
|
action.CompileDirty.text=Build _Project
|
|
action.CompileDirty.description=Compile all modified and dependent files in the project
|
|
action.BuildArtifact.text=Build Artifacts\u2026
|
|
action.BuildArtifact.description=Select and build artifacts configured in the project
|
|
action.MakeModule.text=Build _Module
|
|
action.MakeModule.description=Compile all modified and dependent files in the module
|
|
action.Compile.text=R_ebuild
|
|
action.CompileFile.text=R_ecompile
|
|
action.Compile.description=Force recompilation for the selected module, file or package
|
|
action.DebugBuildProcess.text=Debug Build Process
|
|
action.DebugBuildProcess.description=If enabled, the build process will wait for debug connections when started
|
|
group.BuildArtifactsGroup.text=Build Artifact
|
|
group.RunMenu.text=R_un
|
|
group.RunnerActions.text=Run/Debug
|
|
action.editRunConfigurations.text=Edit Configu_rations\u2026
|
|
action.editRunConfigurations.description=Open 'Edit Run/Debug configurations' dialog
|
|
action.Stop.text=Stop
|
|
action.Stop.description=Stop the process
|
|
action.StopBackgroundProcesses.text=Stop Background Processes\u2026
|
|
action.StopBackgroundProcesses.description=Stop Background processes
|
|
action.Hotswap.text=Relo_ad Changed Classes
|
|
action.Hotswap.description=Reload all changed classes into the application being debugged (HotSwap)
|
|
action.StepInto.text=Step _Into
|
|
action.StepInto.description=Step to the next line executed
|
|
action.StepOverInstruction.text=Step Over Instruction
|
|
action.StepOverInstruction.description=Perform Step Over on the instruction level
|
|
action.RepairDebuggerViewAction.text=Repair Debugger View
|
|
action.RepairDebuggerViewAction.description=Try to repair the debugger view to the responsible state
|
|
action.SmartStepInto.text=Smart Ste_p Into
|
|
action.SmartStepInto.description=Step into the particular method
|
|
action.StepOut.text=Step Ou_t
|
|
action.StepOut.description=Step to the first line executed after returning from this method
|
|
action.ForceStepOver.text=Force Step O_ver
|
|
action.ForceStepOver.description=Step over, disable all breakpoints before stepping.
|
|
action.ForceStepInto.text=Force Step I_nto
|
|
action.ForceStepInto.description=Step into, ignore stepping filters for libraries, constructors, etc.
|
|
action.RunToCursor.text=Run to _Cursor
|
|
action.RunToCursor.description=Run to the line where the caret is
|
|
action.ForceRunToCursor.text=Force Run to Cur_sor
|
|
action.ForceRunToCursor.description=Run to the line where the caret is, ignoring any breakpoints
|
|
action.Debugger.PopFrame.text=Reset _Frame
|
|
action.Debugger.PopFrame.description=Move the execution point back to the method call dropping current method frames from the stack
|
|
action.Debugger.ForceEarlyReturn.text=Force Return
|
|
action.Debugger.ForceEarlyReturn.description=Force a method to return before it reaches a return statement
|
|
action.Debugger.ThrowException.text=Throw Exception
|
|
action.Debugger.ThrowException.description=Throw an exception
|
|
action.Debugger.ShowLibraryFrames.text=Show/Hide Library Frames
|
|
action.XDebugger.PinToTop.text=Pin to Top
|
|
action.MemoryView.SwitchUpdateMode.text=Update Loaded Classes On Debugger Stop
|
|
action.MemoryView.SwitchUpdateMode.description=Load classes on debugger pause (may increase overhead on debugger stepping)
|
|
action.MemoryView.ShowOnlyWithDiff.text=Show Non-Zero Diff Only
|
|
action.EvaluateExpression.text=Evaluate E_xpression\u2026
|
|
action.EvaluateExpression.description=Evaluate arbitrary expression
|
|
action.ShowExecutionPoint.text=Show E_xecution Point
|
|
action.ShowExecutionPoint.description=Show the current program execution point
|
|
action.Debugger.RestoreBreakpoint.text=Restore Breakpoint
|
|
action.Debugger.RestoreBreakpoint.description=Restore last deleted breakpoint
|
|
action.ToggleLineBreakpoint.text=Toggle _Line Breakpoint
|
|
action.ToggleLineBreakpoint.description=Toggle line breakpoint at caret
|
|
action.ToggleLineBreakpoint.MainMenu.text=_Line Breakpoint
|
|
action.ToggleMethodBreakpoint.text=Toggle _Method Breakpoint
|
|
action.ToggleMethodBreakpoint.MainMenu.text=_Method Breakpoint
|
|
action.ToggleMethodBreakpoint.description=Toggle method breakpoint for the method at caret
|
|
action.ToggleFieldBreakpoint.text=Toggle _Field Watchpoint
|
|
action.ToggleFieldBreakpoint.MainMenu.text= Field Watchpoint
|
|
action.ToggleFieldBreakpoint.description=Toggle field watchpoint for the field at caret
|
|
action.ToggleBreakpointEnabled.text=Toggle _Breakpoint Enabled
|
|
action.ToggleBreakpointEnabled.description=Enable/disable breakpoint at the current line
|
|
action.ToggleTemporaryLineBreakpoint.text=Toggle Temporary Line Breakpoint
|
|
action.ToggleTemporaryLineBreakpoint.MainMenu.text=Temporary Line Breakpoint
|
|
action.ToggleTemporaryLineBreakpoint.description=Toggle temporary line breakpoint at caret
|
|
action.ViewBreakpoints.text=View Brea_kpoints\u2026
|
|
action.ViewBreakpoints.description=View and manage all breakpoints and watchpoints
|
|
action.EditBreakpoint.text=Edit Breakpoint
|
|
action.ExportThreads.text=Export T_hreads\u2026
|
|
action.ExportThreads.description=Save all threads information to a text file or clipboard
|
|
action.Runner.RestoreLayout.text=Restore Default Layout
|
|
action.Runner.ToggleTabLabels.text=Show Tab Labels
|
|
action.Runner.RestoreLayout.description=Restore visual elements of debugger session to default state
|
|
group.Runner.Layout.text=Layout
|
|
group.Runner.Layout.description=Layout configuration
|
|
action.Runner.CloseView.text=Close
|
|
action.Runner.CloseView.description=Close view
|
|
action.Runner.CloseOtherViews.text=Close Others
|
|
action.Runner.CloseOtherViews.description=Close other views
|
|
action.Runner.CloseAllViews.text=Close All
|
|
action.Runner.CloseAllViews.description=Close all views
|
|
action.Runner.CloseAllUnpinnedViews.text=Close All but Pinned
|
|
action.Runner.CloseAllUnpinnedViews.description=Close all tabs that are not pinned
|
|
action.Runner.FocusOnStartup.text=Focus On Startup
|
|
action.Runner.FocusOnStartup.description=Focus this view by default when the UI is shown
|
|
action.Debugger.FocusOnFinish.text=Focus On Finish
|
|
action.Debugger.FocusOnFinish.description=Focus this view by default when the debug session ends
|
|
action.Debugger.FocusOnBreakpoint.text=Focus On Breakpoint
|
|
action.Debugger.FocusOnBreakpoint.description=Focus this view by default when a breakpoint is reached
|
|
group.ToolsMenu.text=_Tools
|
|
group.ToolsMenu.Services.text=Services
|
|
action.SaveAsTemplate.text=Save as L_ive Template\u2026
|
|
action.SaveAsTemplate.description=Save the selected text as a live template
|
|
action.SaveFileAsTemplate.text=Save File as Temp_late\u2026
|
|
action.SaveFileAsTemplate.description=Save the current file as a template
|
|
action.GenerateJavadoc.text=Generate Java_doc\u2026
|
|
action.GenerateJavadoc.description=Run the Javadoc tool
|
|
group.Macros.text=Macro_s
|
|
group.Macros.description=View, change, record, play macros
|
|
group.StandardMacroActions.text=Standard Macro Actions
|
|
action.PlaybackLastMacro.text=Pla_y Back Last Macro
|
|
action.PlaybackLastMacro.description=Play Back last used macro
|
|
action.StartStopMacroRecording.text=Start/Stop Macro _Recording
|
|
action.StartStopMacroRecording.description=Start/Stop recording of a new macro
|
|
action.EditMacros.text=_Edit Macros
|
|
action.EditMacros.description=Configure existing macros
|
|
action.PlaySavedMacrosAction.text=Play Saved Macros\u2026
|
|
action.PlaySavedMacrosAction.description=Play saved macros
|
|
group.MacrosGroup.text=Macro Actions
|
|
action.ValidateXml.text=_Validate
|
|
action.ValidateXml.description=Validate the current XML file
|
|
action.GenerateDTD.text=Generate DTD from _XML File
|
|
action.EmmetPreviousEditPoint.text=Previous Emmet Edit Point
|
|
action.EmmetPreviousEditPoint.description=Go to the previous Emmet edit point
|
|
action.EmmetNextEditPoint.text=Next Emmet Edit Point
|
|
action.EmmetNextEditPoint.description=Go to the next Emmet edit point
|
|
action.EmmetUpdateTag.text=Update tag with Emmet
|
|
action.EmmetUpdateTag.description=Update the existing HTML tag with Emmet abbreviation
|
|
action.EmmetPreview.text=Emmet Preview
|
|
action.EmmetPreview.description=Show the preview for emmet abbreviation
|
|
action.SurroundWithEmmet.text=Surround with Emmet
|
|
action.SurroundWithEmmet.description=Surround selected code with Emmet abbreviation
|
|
group.Emmet.text=Emmet
|
|
action.SurroundWithTagTemplate.text=Surround with Tag
|
|
action.SurroundWithTagTemplate.description=Surround selected code with a tag
|
|
group.OpenInBrowserEditorContextBarGroupAction.text=Open In\u2026
|
|
group.OpenInBrowserEditorContextBarGroupAction.description=Open In\u2026
|
|
action.OpenInBrowser.text=Open in default _browser
|
|
action.OpenInBrowser.description=Open the selected file in the default browser
|
|
action.EscapeEntities.text=Encode XML/HTML Special Characters
|
|
action.EscapeEntities.description=Escape XML/HTML special characters with entities
|
|
action.GenerateXmlTag.text=XML Tag\u2026
|
|
action.GenerateXmlTag.description=Generate a new XML tag according to schema information
|
|
group.NewXmlDescriptor.text=XML Configuration File
|
|
group.NewXml.text=XML
|
|
action.NewHtmlFile.text=HTML File
|
|
action.NewHtmlFile.description=Creates new HTML file
|
|
action.Document2XSD.text=Generate XML Document from XSD Schema\u2026
|
|
action.XSD2Document.text=Generate XSD Schema from XML File\u2026
|
|
group.ExternalToolsGroup.text=External Tools
|
|
action.DebugListen.text=Throw Debug Exception
|
|
action.VirtualFileInfo.text=Virtual File Info
|
|
action.Merge3Files.text=Merge
|
|
action.ReloadProjectAction.text=Reload Project
|
|
action.ShowMainMenu.text=Show Main Menu
|
|
action.DumpInspectionDescriptions.text=Dump Inspection Descriptions
|
|
action.DumpIntentionsDescriptions.text=Dump Intentions Descriptions
|
|
action.ShowEdtUtilizationChart.text=Show EDT Utilization Chart
|
|
action.ShowEdtUtilizationChart.description=Enables monitoring of EDT utilization under Write, Read and Write-Intent locks
|
|
group.WindowMenu.text=_Window
|
|
group.ToolWindowsGroup.text=_Tool Windows
|
|
group.BackgroundTasks.text=Background Tasks
|
|
action.ShowProcessWindow.text=Show
|
|
action.ShowProcessWindow.description=Show/Hide the background tasks window
|
|
action.ShowProcessWindow.double.click=Click to show/hide the background tasks window
|
|
action.AutoShowProcessWindow.text=Auto Show
|
|
action.AutoShowProcessWindow.description=Show the background tasks window on starting of any progress
|
|
|
|
action.Pause.description=Suspend program execution and enable debugging
|
|
action.Resume.text=Resume Pro_gram
|
|
action.Pause.text=_Pause Program
|
|
action.Resume.description=Resume program execution
|
|
action.StepOver.text=Step _Over
|
|
action.StepOver.description=Step to the next line in this file
|
|
|
|
group.LayoutsGroup.text=Tool Window _Layouts
|
|
group.LayoutsGroup.MainMenu.text=_Layouts
|
|
action.RestoreFactoryDefaultLayout.text=Default
|
|
action.RestoreFactoryDefaultLayout.description=Reset the tool window layout to factory default
|
|
group.CustomLayoutsGroup.text=Tool Window Layout List
|
|
group.CustomLayoutActionsGroup.text=Tool Window Layout
|
|
action.CustomLayoutActionsGroup.Apply.text=_Apply
|
|
action.CustomLayoutActionsGroup.Restore.text=_Restore
|
|
action.CustomLayoutActionsGroup.Save.text=_Save Changes
|
|
action.CustomLayoutActionsGroup.Rename.text=Renam_e
|
|
action.CustomLayoutActionsGroup.Rename.description=Rename the current layout ("{0}")
|
|
action.CustomLayoutActionsGroup.Delete.text=_Delete\u2026
|
|
action.StoreDefaultLayout.text=_Save Changes in Current Layout
|
|
# suppress inspection "UnusedProperty"
|
|
action.StoreDefaultLayout.synonym=Store Current Layout
|
|
action.StoreDefaultLayout.description=Save changes in the currently selected layout
|
|
action.StoreDefaultLayout.named.description=Save changes in the currently selected layout ("{0}")
|
|
action.RestoreDefaultLayout.text=_Restore Current Layout
|
|
action.RestoreDefaultLayout.description=Restore the currently selected layout
|
|
action.RestoreDefaultLayout.named.description=Restore the currently selected layout ("{0}")
|
|
action.RestoreNamedLayout.description=Restore layout "{0}"
|
|
action.DeleteNamedLayout.description=Delete layout "{0}"
|
|
action.DeleteNamedLayout.current.description=The active layout cannot be deleted
|
|
action.StoreNewLayout.text=Save Current Layout as _New\u2026
|
|
action.StoreNewLayout.description=Save the current layout under a new name
|
|
action.ChangeToolWindowLayout.text=Layout
|
|
action.ChangeToolWindowLayout.GoToAction.text=Switch Tool Window Layout
|
|
|
|
action.MinimizeCurrentWindow.text=Minimize
|
|
action.MinimizeCurrentWindow.description=Minimize current window
|
|
action.ToggleCompactMode.text=Compact Mode
|
|
action.ZoomCurrentWindow.text=Zoom
|
|
action.ZoomCurrentWindow.description=Zoom the current window
|
|
action.ZoomInIdeAction.text=Zoom In IDE
|
|
action.ZoomOutIdeAction.text=Zoom Out IDE
|
|
action.ResetIdeScaleAction.text=Reset IDE Scale
|
|
action.SwitchIdeScaleAction.text=Zoom IDE
|
|
action.ChangeIdeScale.text=Zoom
|
|
action.TogglePresentationMode.text.enter=Enter Presentation mode
|
|
action.TogglePresentationMode.text.exit=Exit Presentation mode
|
|
action.TogglePresentationMode.text=Toggle Presentation mode
|
|
action.TogglePresentationMode.description=Toggle Presentation mode
|
|
action.ToggleDistractionFreeMode.text=Toggle Distraction Free mode
|
|
action.ToggleDistractionFreeMode.description=Toggle Distraction Free mode
|
|
action.ToggleFullScreen.text.enter=Enter Full Screen
|
|
action.ToggleFullScreen.text.exit=Exit Full Screen
|
|
action.ToggleFullScreen.text=Toggle Full Screen mode
|
|
action.ToggleFullScreen.description=Toggle Full Screen mode
|
|
action.ToggleZenMode.text=Toggle Zen mode
|
|
action.ToggleZenMode.description=Toggle Distraction Free and Full Screen modes simultaneously
|
|
action.HideActiveWindow.text=Hi_de Active Tool Window
|
|
action.HideActiveWindow.description=Hide the active tool window
|
|
action.HideSideWindows.text=Hide Side Tool Windows
|
|
action.HideSideWindows.description=Hide all windows on this side
|
|
action.HideAllWindows.text=Hide All _Tool Windows
|
|
action.HideAllWindows.description=Hide all tool windows
|
|
action.PinToolwindowTab.text=P_in Active Tool Window Tab
|
|
action.PinToolwindowTab.description=Pin active tool window tab
|
|
action.JumpToLastWindow.text=_Jump to Last Tool Window
|
|
action.JumpToLastWindow.description=Activate the last focused tool window
|
|
group.ActiveToolwindowGroup.text=Active Tool Window
|
|
group.TW.ViewModeGroup.text=View Mode
|
|
action.DockPinnedMode.text=Dock _Pinned
|
|
action.DockPinnedMode.description=Make a tool window docked and pinned
|
|
action.DockUnpinnedMode.text=Dock _Unpinned
|
|
action.DockUnpinnedMode.description=Make the tool window docked but auto-hiding on focus lost
|
|
action.UndockMode.text=Un_dock
|
|
action.UndockMode.description=Make tool window sliding and auto-hiding on focus lost
|
|
action.FloatMode.text=_Float
|
|
action.FloatMode.description=Move the tool window to a separate dialog
|
|
action.WindowMode.text=_Window
|
|
action.WindowMode.description=Move the tool window to a separate frame
|
|
action.TogglePinnedMode.text=_Pinned Mode
|
|
action.TogglePinnedMode.description=Pin/unpin active tool window
|
|
action.ToggleDockMode.text=Dock_ed Mode
|
|
action.ToggleDockMode.description=Dock/undock active tool window
|
|
action.ToggleFloatingMode.text=Floating _Mode
|
|
action.ToggleFloatingMode.description=Float/unfloat active tool window
|
|
action.ToggleWindowedMode.text=_Windowed Mode
|
|
action.ToggleWindowedMode.description=Window/unwindow active tool window
|
|
action.ToggleSideMode.text=Split Mode
|
|
action.ToggleSideMode.description=Tool windows split mode on/off
|
|
action.ToggleContentUiTypeMode.text=Group Tabs
|
|
action.ShowToolbar.text=Show Toolbar
|
|
action.ToggleContentUiTypeMode.description=Toggle between tabbed/combo presentation of contents
|
|
action.RemoveStripeButton.text=Remove from Sidebar
|
|
action.RemoveStripeButton.description=Remove the tool window button from the sidebar
|
|
action.MoveToolWindowTabToEditorAction.text=Open as Editor Tab
|
|
action.MoveToolWindowTabToEditorAction.reverse.text=Restore in Tool Window
|
|
action.MoveToolWindowTabToEditorAction.description=Open as editor tab
|
|
action.ShowContent.text=Show List of Tabs
|
|
action.ShowContent.description=Show a popup with the list of toolwindow tabs
|
|
action.ShowContent.views.text=Show List of Views
|
|
group.ResizeToolWindowGroup.text=Resize
|
|
action.ResizeToolWindowLeft.text=Stretch to Left
|
|
action.ResizeToolWindowLeft.description=Resize an active tool window to the left
|
|
action.ResizeToolWindowRight.text=Stretch to Right
|
|
action.ResizeToolWindowRight.description=Resize an active tool window to the right
|
|
action.ResizeToolWindowUp.text=Stretch to Top
|
|
action.ResizeToolWindowUp.description=Resize an active tool window to the top
|
|
action.ResizeToolWindowDown.text=Stretch to Bottom
|
|
action.ResizeToolWindowDown.description=Resize an active tool window to the bottom
|
|
action.ResizeToolWindowMaximize.text=Maximize Tool Window
|
|
action.ResizeToolWindowMaximize.text.alternative=Restore Tool Window Size
|
|
action.DockToolWindow.text=Dock
|
|
action.IncrementWindowWidth.text=Increment Width
|
|
action.DecrementWindowWidth.text=Decrement Width
|
|
action.IncrementWindowHeight.text=Increment Height
|
|
action.DecrementWindowHeight.text=Decrement Height
|
|
action.NextTab.text=Select Ne_xt Tab
|
|
action.NextTab.description=Activate next tab
|
|
action.PreviousTab.text=Se_lect Previous Tab
|
|
action.PreviousTab.description=Activate previous tab
|
|
action.GoToTab.text=Select Tab #{0}
|
|
action.GoToTab.description=Activate tab #{0}
|
|
action.GoToLastTab.text=Select the Last Tab
|
|
action.GoToLastTab.description=Activate the last tab
|
|
action.NextEditorTab.text=Select Next Tab in Multi-Editor File
|
|
action.PreviousEditorTab.text=Select Previous Tab in Multi-Editor File
|
|
action.CloseActiveTab.text=Cl_ose Active Tab
|
|
action.CloseActiveTab.description=Close active tool window tab
|
|
action.PinActiveTab.text=P_in Active Tab
|
|
action.PinActiveTab.description=Pin active editor or tool window tab
|
|
action.PinActiveTabToggle.text=Pin Active Tab
|
|
action.PinActiveTabToggle.description=Pin active editor or tool window tab
|
|
action.PinActiveEditorTab.text=P_in Active Tab
|
|
action.PinActiveEditorTab.description=Pin active editor tab
|
|
action.CloseEditor.text=_Close Active Editor
|
|
action.CloseEditor.description=Close active editor
|
|
action.CloseEditor.EditorPopup.text=_Close
|
|
action.CloseEditor.EditorTabPopup.text=_Close
|
|
action.CloseAllEditors.text=Close _All Tabs
|
|
action.CloseAllEditors.description=Close all editors in active tab group
|
|
action.CloseAllEditorsButActive.text=Close _Other Tabs
|
|
action.CloseAllEditorsButActive.description=Close all open editors except the active one
|
|
action.CloseAllUnmodifiedEditors.text=Close _Unmodified Tabs
|
|
action.CloseAllUnmodifiedEditors.description=Close all non-modified editors
|
|
action.CloseAllUnpinnedEditors.text=Close All but Pinned
|
|
action.CloseAllUnpinnedEditors.description=Close all editors that are not pinned
|
|
action.CloseAllToTheRight.text=Close Tabs to the Right
|
|
action.CloseAllToTheRight.description=Close all editor to the right
|
|
action.CloseAllToTheLeft.text=Close Tabs to the Left
|
|
action.CloseAllToTheLeft.description=Close all editor to the left
|
|
action.CloseAllReadonly.text=Close All Read-Only Tabs
|
|
action.CloseAllReadonly.description=Close all editors with read-only files
|
|
action.CloseContent.text=_Close Tab
|
|
action.CloseContent.EditorTabPopup.text=_Close
|
|
action.CloseContent.description=Close currently focused content
|
|
group.EditorTabsGroup.text=Editor _Tabs
|
|
group.EditorTabsEntryPoint.text=Recent Files, Tab Actions, and More
|
|
action.CloseFirstNotification.text=Close First
|
|
action.CloseAllNotifications.text=Close All
|
|
group.Notifications.text=Notifications
|
|
action.SplitVertically.text=Split Right
|
|
# suppress inspection "UnusedProperty"
|
|
action.SplitVertically.synonym=Split Vertically
|
|
action.SplitVertically.description=Split the editor area into two tab groups and move the current tab to the right group
|
|
action.SplitHorizontally.text=Split Down
|
|
# suppress inspection "UnusedProperty"
|
|
action.SplitHorizontally.synonym=Split Horizontally
|
|
action.SplitHorizontally.description=Split the editor area into two tab groups and move the current tab to the bottom group
|
|
action.OpenInRightSplit.description=Split the editor area into two tab groups and open the current file to the right group
|
|
action.OpenInRightSplit.text=Open in Right Split
|
|
action.StretchSplitToTop.text=Stretch Editor to Top
|
|
action.StretchSplitToTop.description=Stretch editor split to top
|
|
action.StretchSplitToLeft.text=Stretch Editor to Left
|
|
action.StretchSplitToLeft.description=Stretch editor split to left
|
|
action.StretchSplitToBottom.text=Stretch Editor to Bottom
|
|
action.StretchSplitToBottom.description=Stretch editor split to bottom
|
|
action.StretchSplitToRight.text=Stretch Editor to Right
|
|
action.StretchSplitToRight.description=Stretch editor split to right
|
|
action.MoveTabRight.text=Split and Move Right
|
|
action.MoveTabRight.description=Split the editor area into two tab groups and move the current tab to the right group and close the left editor
|
|
action.MoveTabDown.text=Split and Move Down
|
|
action.MoveTabDown.description=Split the editor area into two tab groups and move the current tab to the bottom group and close the top editor
|
|
action.SplitChooser.text=Open in Split with Chooser\u2026
|
|
action.SplitChooser.description=Allow interactively choosing split position in the editor and open/move chosen file there
|
|
action.SplitChooser.NextWindow.text=Next Split
|
|
action.SplitChooser.PreviousWindow.text=Previous Split
|
|
action.SplitChooser.Exit.text=Exit Chooser
|
|
action.SplitChooser.Split.text=Split
|
|
action.SplitChooser.Duplicate.text=Duplicate
|
|
action.SplitChooser.SplitCenter.text=Without Split
|
|
action.SplitChooser.SplitTop.text=Use Top Split or Switch Up
|
|
action.SplitChooser.SplitLeft.text=Use Left Split or Switch Left
|
|
action.SplitChooser.SplitDown.text=Use down Split or Switch Down
|
|
action.SplitChooser.SplitRight.text=Use Right Split or Switch Right
|
|
action.ChangeSplitOrientation.text=Change Splitter O_rientation
|
|
action.ChangeSplitOrientation.description=Changes orientation of splitter
|
|
action.Unsplit.text=Un_split
|
|
action.Unsplit.description=Unsplit window
|
|
action.UnsplitAll.text=U_nsplit All
|
|
action.UnsplitAll.description=Remove all splitters
|
|
action.NextSplitter.text=_Goto Next Splitter
|
|
action.NextSplitter.description=Goto next splitter window
|
|
action.PrevSplitter.text=Goto Previous Splitter
|
|
action.PrevSplitter.description=Goto previous splitter window
|
|
action.NextProjectWindow.text=Next Project Window
|
|
action.NextProjectWindow.description=Switch to the next project window
|
|
action.PreviousProjectWindow.text=Previous Project Window
|
|
action.PreviousProjectWindow.description=Switch to the previous project window
|
|
action.MergeAllWindowsAction.text=Merge All Project Windows
|
|
group.OpenProjectWindows.text=Open Project Windows
|
|
group.HelpMenu.text=_Help
|
|
action.HelpTopics.text=_Help
|
|
action.HelpTopics.description=Show help contents
|
|
action.ShowTips.text=_Tip of the Day
|
|
action.ShowTips.description=Learn how to increase your coding productivity.
|
|
group.TipsAndFeatures.text=Tips and Features
|
|
action.SelectAndShowTip.text=_Select and Show Tip
|
|
action.DumpFeaturesAndTips.text=_Dump Features and Tips Information
|
|
action.DumpFeaturesAndTips.description=Copy information about features and tips files to clipboard
|
|
action.ProductivityGuide.text=My _Productivity
|
|
action.ProductivityGuide.description=Show productivity features usages statistics
|
|
action.OnlineDocAction.text=_Getting Started
|
|
action.OnlineDocAction.description=Show online documentation
|
|
action.WhatsNewAction.text=What's _New
|
|
action.WhatsNewAction.description=Find out about the new features in this version of the IDE
|
|
action.Help.KeymapReference.text=_Keyboard Shortcuts PDF
|
|
action.Help.KeymapReference.description=Open PDF file with the default keymap reference card.
|
|
action.Help.JetBrainsTV.text=Product on YouTube
|
|
action.Help.JetBrainsTV.templateText={0} on YouTube
|
|
action.Help.JetBrainsTV.description=View short live demos introducing features of JetBrains products.
|
|
action.CheckForUpdate.text=_Check for Updates\u2026
|
|
action.CheckForUpdate.description=Checks for available IDE and plugin updates
|
|
action.CheckForUpdate.description.plugins=Checks for available plugin updates (IDE updates are managed externally)
|
|
action.CheckForUpdate.WelcomeScreen.text=Check for Updates
|
|
action.About.text=_About
|
|
action.About.description=Show information about the IDE
|
|
action.About.description.specialized=Show information about {0}
|
|
group.MainToolBar.text=Main Toolbar
|
|
group.Bookmarks.text=Bookmarks
|
|
group.popup@ExpandableBookmarkContextMenu.text=Bookmarks
|
|
group.Bookmarks.Goto.text=Go to by Number/Mnemonic
|
|
group.Bookmarks.Toggle.text=Toggle by Number/Mnemonic
|
|
|
|
action.AddAnotherBookmark.text=Add Bookmark to Another List
|
|
action.ShowBookmarks.text=Show Bookmarks\u2026
|
|
action.EditBookmark.text=Rename Bookmark\u2026
|
|
action.ToggleBookmark.text=Toggle _Bookmark
|
|
action.ToggleBookmarkWithMnemonic.text=Toggle Bookmark Mnemonic\u2026
|
|
action.DeleteMnemonicFromBookmark.text=Remove Mnemonic
|
|
action.BookmarkOpenTabs.text=Bookmark Open Tabs\u2026
|
|
action.ShowTypeBookmarks.text=Go to Mnemonic\u2026
|
|
action.GotoNextBookmark.text=Next Line Bookmark
|
|
action.GotoPreviousBookmark.text=Previous Line Bookmark
|
|
action.GotoNextBookmarkInEditor.text=Next Line Bookmark in Editor
|
|
action.GotoPreviousBookmarkInEditor.text=Previous Line Bookmark in Editor
|
|
action.BookmarksView.DefaultGroup.text=Mark List as Default
|
|
action.BookmarksView.Rename.text=Edit
|
|
action.BookmarksView.Delete.text=Delete
|
|
action.BookmarksView.DeleteType.text=Remove Mnemonic
|
|
action.BookmarksView.ChooseType.text=Change Mnemonic\u2026
|
|
action.BookmarksView.MoveUp.text=Move Up
|
|
action.BookmarksView.MoveDown.text=Move Down
|
|
action.BookmarksView.SortGroupBookmarks.text=Sort Bookmarks by Type \\&\\& Name
|
|
action.OpenBookmarkGroup.text=Open All Bookmarked Files
|
|
action.BookmarksView.Create.text=Create Bookmark List\u2026
|
|
|
|
action.BookmarksView.AutoscrollFromSource.text=Always Select Opened Element
|
|
action.BookmarksView.AutoscrollToSource.text=Navigate with Single Click
|
|
action.BookmarksView.GroupLineBookmarks.text=Group Line Bookmarks by File
|
|
action.BookmarksView.OpenInPreviewTab.text=Enable Preview Tab
|
|
action.BookmarksView.ShowPreview.text=Open Editor Preview
|
|
action.BookmarksView.AskBeforeDeletingLists.text=Ask Before Deleting Multiple Bookmarks
|
|
action.BookmarksView.RewriteBookmarkType.text=Ask Before Rewriting Mnemonic
|
|
|
|
action.XDebugger.SetValue.text=Set Value\u2026
|
|
action.XDebugger.SetValue.description=Modify value of selected node
|
|
action.XDebugger.CopyValue.text=Copy Value
|
|
action.XDebugger.CopyValue.description=Copy value of selected node to clipboard
|
|
action.XDebugger.CompareValueWithClipboard.text=Compare Value with Clipboard
|
|
action.XDebugger.CompareValueWithClipboard.description=Compare value of selected node with clipboard text
|
|
action.XDebugger.CopyName.text=Copy Name
|
|
action.XDebugger.CopyName.description=Copy name of selected node to clipboard
|
|
action.XDebugger.JumpToSource.text=Jump To Source
|
|
action.XDebugger.JumpToSource.description=Open source of the selected item
|
|
action.XDebugger.JumpToTypeSource.text=Jump To Type Source
|
|
action.XDebugger.JumpToTypeSource.description=Open source of the selected value's type
|
|
action.XDebugger.Inspect.text=Inspect\u2026
|
|
|
|
action.Debugger.Tree.EvaluateInConsole.text=Evaluate In Console
|
|
|
|
action.XDebugger.RemoveWatch.text=Remove Watch
|
|
action.XDebugger.RemoveAllWatches.text=Remove All Watches
|
|
action.XDebugger.NewWatch.text=New Watch\u2026
|
|
action.XDebugger.EditWatch.text=Edit\u2026
|
|
action.XDebugger.CopyWatch.text=Duplicate Watch
|
|
action.XDebugger.MoveWatchUp.text=Move Watch Up
|
|
action.XDebugger.MoveWatchDown.text=Move Watch Down
|
|
action.XDebugger.PauseWatch.text=Pause Watch
|
|
action.XDebugger.SeparateWatches.text=Separate Watches
|
|
action.XDebugger.ToggleEvaluateExpressionField.text=Show Evaluate Expression Field
|
|
action.XDebugger.PreviewTab.text=Open Files in Preview Tab
|
|
action.XDebugger.Inline.text=Show Variable Values in Editor
|
|
action.XDebugger.Inline.description=Show available debugger session values inside editor
|
|
action.XDebugger.ToggleSortValues.text=Sort Variables Alphabetically
|
|
action.XDebugger.ToggleSortValues.description=Sort values alphabetically in debugger views
|
|
group.XDebugger.settings.text=Debugger Settings
|
|
|
|
action.Debugger.AdjustArrayRange.text=Adjust Range\u2026
|
|
action.Debugger.FilterArray.text=Filter\u2026
|
|
action.Debugger.ViewEditText.text=View/Edit Text
|
|
action.Debugger.ShowCollectionHistory.text=Show Collection History
|
|
action.Debugger.ViewText.text=View Text
|
|
action.Debugger.ViewText.description=View text value of selected node in a separate pane
|
|
action.Debugger.EditCustomField.text=Edit\u2026
|
|
action.Debugger.NewCustomField.text=New Class Level Watch\u2026
|
|
action.Debugger.RemoveCustomField.text=Remove Watch
|
|
action.Debugger.EditArrayFilter.text=Edit\u2026
|
|
action.Debugger.RemoveArrayFilter.text=Remove Filter
|
|
action.Debugger.ShowReferring.text=Show Referring Objects\u2026
|
|
action.Debugger.CustomizeContextView.text=Customize Data Views\u2026
|
|
action.Debugger.CustomizeThreadsView.text=Customize Threads View\u2026
|
|
action.Debugger.EditFrameSource.text=EditFrameSource
|
|
group.Debugger.ViewAsGroup.text=View as
|
|
action.Debugger.ResumeThread.text=Resume
|
|
action.Debugger.FreezeThread.text=Suspend
|
|
action.Debugger.InterruptThread.text=Interrupt
|
|
action.Debugger.MarkObject.text=Mark Object\u2026
|
|
action.Debugger.MarkObject.unmark.text=Unmark Object
|
|
action.Debugger.MarkObject.description=Mark/unmark the object so that it can be visually distinguished in debugger views
|
|
action.Debugger.AddToWatch.text=Add to Watches
|
|
action.Debugger.AddInlineWatch.text=Add Inline Watch
|
|
action.Debugger.EvaluateInConsole.text=Evaluate in Console
|
|
action.XDebugger.UnmuteOnStop.text=Unmute Breakpoints on Session Finish
|
|
action.Debugger.AutoRenderer.text=Auto
|
|
group.EditorPopupMenu.text=Editor Popup Menu
|
|
group.EditorPopupMenu.description=Editor popup menu
|
|
group.EditorPopupMenu.GoTo.text=Go To
|
|
group.EditorPopupMenu.GoTo.description=Go To Editor Popup Menu Group
|
|
action.CompareClipboardWithSelection.text=Compare with Clip_board
|
|
action.CompareClipboardWithSelection.description=Compare current selection with clipboard
|
|
action.ShowBlankDiffWindow.text=Open Blank Diff Window
|
|
action.ShowBlankDiffWindow.synonym1=Open Empty Diff Window
|
|
action.ShowBlankDiffWindow.synonym2=Open New Diff Window
|
|
action.ShowBlankDiffWindow.description=Open two editors side-by-side and compare their content
|
|
action.CloseDiffEditor.text=Close Diff Editor
|
|
action.ChangeColorScheme.text=Editor Color Scheme
|
|
action.ChangeColorScheme.description=Change current editor color scheme
|
|
action.ChangeCodeStyleScheme.text=Code Style Scheme
|
|
action.ChangeCodeStyleScheme.description=Change the current code style scheme
|
|
action.ChangeKeymap.text=Keymap
|
|
action.ChangeKeymap.description=Change current keymap
|
|
action.ChangeLaf.text=Theme
|
|
action.ChangeLaf.description=Change current theme
|
|
action.ChangeView.text=View Mode
|
|
action.ChangeView.description=Change view mode
|
|
action.ChangeInspectionProfile.text=Error Highlighting
|
|
action.ChangeInspectionProfile.description=Change current editor inspection profile
|
|
action.MoveEditorToOppositeTabGroup.text=_Move To Opposite Group
|
|
action.MoveEditorToOppositeTabGroup.description=Move the editor to the opposite tab group
|
|
action.OpenEditorInOppositeTabGroup.text=_Open In Opposite Group
|
|
action.OpenEditorInOppositeTabGroup.description=Open a copy of this editor in the opposite tab group
|
|
action.OpenModuleSettings.text=Module Settings
|
|
action.ModuleSettings.text=Module _Settings
|
|
action.ModuleSettings.description=Open settings dialog for selected module
|
|
group.MoveModuleToGroup.text=Move Module to Group
|
|
group.MoveModuleToGroup.description=_Move module
|
|
action.AssociateWithFileType.text=Associate with File Type\u2026
|
|
action.AssociateWithFileType.description=Associate selected file with one of file types
|
|
action.RestoreDefaultExtensionScripts.text=Restore Default Extensions
|
|
action.RestoreDefaultExtensionScripts.description=Restore bundled extensions for this directory
|
|
action.SynchronizeCurrentFile.text=Reload from Disk
|
|
action.TypeHierarchy.Class.text=Class Hierarchy
|
|
action.TypeHierarchy.Subtypes.text=Subtypes Hierarchy
|
|
action.TypeHierarchy.Supertypes.text=Supertypes Hierarchy
|
|
action.MethodHierarchy.ImplementMethodAction.text=Implement Method
|
|
action.MethodHierarchy.ImplementMethodAction.description=Implement Method (from Method Hierarchy)
|
|
action.MethodHierarchy.OverrideMethodAction.text=Override Method
|
|
action.MethodHierarchy.OverrideMethodAction.description=Override Method (from Method Hierarchy)
|
|
action.Vcs.MoveChangedLinesToChangelist.text=Move Lines to Another Changelist\u2026
|
|
action.Vcs.MoveChangedLinesToChangelist.description=Move changes in selected lines to another changelist
|
|
action.Vcs.Diff.IncludeWholeChangedLinesIntoCommit.text=Include Lines into Commit
|
|
action.Vcs.Diff.IncludeChangedLinesIntoCommit.text=Split Chunks and Include Selected Lines into Commit
|
|
action.Vcs.Diff.ExcludeChangedLinesFromCommit.text=Split Chunks and Exclude Selected Lines from Commit
|
|
# '{0} == 0' is used when the chunks are already split
|
|
action.Vcs.Diff.IncludeChangedLinesIntoCommit.template.text={0,choice,0#|1#Split Chunk and |2#Split Chunks and }Include {1,choice,0#Current Line|2#Selected Lines} into Commit
|
|
action.Vcs.Diff.ExcludeChangedLinesFromCommit.template.text={0,choice,0#|1#Split Chunk and |2#Split Chunks and }Exclude {1,choice,0#Current Line|2#Selected Lines} from Commit
|
|
action.Vcs.Diff.ShowDiffInEditorTab.text=Show Diff in Editor Tab
|
|
action.Vcs.Diff.ShowDiffInNewWindow.text=Show Diff in Separate Window
|
|
action.Vcs.Diff.EnableDisableCombinedDiff.text=Show All Files in One Diff View
|
|
action.Vcs.Diff.ShowCombinedDiff.text=Show Combined Diff
|
|
action.Vcs.Diff.ShowCombinedDiff.description=Show diff for all selected changes in one place
|
|
action.Vcs.CombinedDiff.ToggleCollapseAllBlock.text=Collapse All Files
|
|
action.Vcs.CombinedDiff.ToggleCollapseAllBlock.description=Toggle collapse all files in Combined Diff
|
|
action.Vcs.CombinedDiff.ToggleCollapseBlock.text=Collapse File
|
|
action.Vcs.CombinedDiff.CaretToNextBlock.text=Next File
|
|
action.Vcs.CombinedDiff.CaretToPrevBlock.text=Previous File
|
|
action.Vcs.Diff.ToggleDiffAligningMode.text=Align Changes In Side-by-Side Diff
|
|
action.Vcs.Diff.ToggleDiffAligningMode.popup@DiffToolbar.text=Align Changes Highlighting
|
|
action.Vcs.Diff.ToggleDiffAligningMode.description=Turn on changes alignment for two-sided diff
|
|
action.Vcs.Diff.ToggleSearchInChanges.text=Search In Changes
|
|
action.Vcs.RollbackChangedLines.text=Rollback Lines
|
|
action.Vcs.RollbackChangedLines.description=Rollback changes in selected lines
|
|
action.Vcs.ShowDiffChangedLines.text=Show Diff for Lines
|
|
action.Vcs.ShowDiffChangedLines.description=Show diff for selected lines
|
|
action.openAssertEqualsDiff.text=View assertEquals Difference
|
|
action.UsageView.Rerun.text=Rerun
|
|
action.UsageView.Rerun.description=Rerun search
|
|
action.UsageView.Include.text=Include
|
|
action.UsageView.Include.description=Include this usage(s) into processing
|
|
action.UsageView.Exclude.text=Exclude
|
|
action.UsageView.Exclude.description=Exclude this usage(s) from processing
|
|
action.UsageView.Remove.text=Remove
|
|
action.UsageView.Remove.description=Remove this usage(s) from processing
|
|
action.UsageView.ShowRecentFindUsages.text=R_ecent Find Usages
|
|
action.UsageView.ShowRecentFindUsages.description=Choose and re-run recent find usages
|
|
group.ShowRecentFindUsagesGroup.text=Recent Find Usages
|
|
group.ShowRecentFindUsagesGroup.description=Choose and re-run recent find usages
|
|
|
|
action.IntegrateFiles.text=Integrate
|
|
action.IntegrateFiles.description=Integrate selected files or directories
|
|
action.Vcs.IntegrateProject.text=Inte_grate Project
|
|
action.Vcs.IntegrateProject.description=Integrate a project
|
|
|
|
group.ProjectView.ToolWindow.SecondaryActions.text=Project View Options
|
|
group.ProjectView.ToolWindow.Behavior.Actions.text=Behavior
|
|
group.ProjectView.ToolWindow.Appearance.Actions.text=Appearance
|
|
group.ProjectView.ToolWindow.Appearance.Show.text=Show
|
|
group.ProjectView.ToolWindow.Sort.Actions.text=Sort By
|
|
action.ProjectView.AbbreviatePackageNames.text=Abbreviate Qualified Names
|
|
action.ProjectView.AbbreviatePackageNames.description=Show qualified package names in short form
|
|
action.ProjectView.AutoscrollFromSource.text=Always Select Opened File
|
|
action.ProjectView.AutoscrollFromSource.description=When an editor tab is selected, select the corresponding file in Project view
|
|
action.ProjectView.AutoscrollToSource.text=Open Files with Single Click
|
|
action.ProjectView.AutoscrollToSource.description=When a file is selected, open it for editing
|
|
action.ProjectView.OpenDirectoriesWithSingleClick.text=Open Directories with Single Click
|
|
action.ProjectView.OpenInPreviewTab.text=Enable Preview Tab
|
|
action.ProjectView.CompactDirectories.text=Compact Directories
|
|
action.ProjectView.CompactDirectories.description=Merge two similar directories to a single node if a first directory contains only a second directory
|
|
action.ProjectView.FlattenModules.text=Flatten Modules
|
|
action.ProjectView.FlattenModules.description=Show modules in a flat list
|
|
action.ProjectView.FlattenPackages.text=Flatten Packages
|
|
action.ProjectView.FlattenPackages.description=Show packages in a flat list
|
|
action.ProjectView.FoldersAlwaysOnTop.text=Folders Always on Top
|
|
action.ProjectView.FoldersAlwaysOnTop.description=Sort files and folders separately
|
|
action.ProjectView.HideEmptyMiddlePackages.text=Hide Empty Middle Packages
|
|
action.ProjectView.HideEmptyMiddlePackages.description=Hide empty middle packages
|
|
action.ProjectView.ManualOrder.text=Manual Order
|
|
action.ProjectView.ManualOrder.description=Sort files manually
|
|
action.ProjectView.ShowExcludedFiles.text=Show Excluded Files
|
|
action.ProjectView.ShowExcludedFiles.ToolwindowPopup.text=Excluded Files
|
|
action.ProjectView.ShowExcludedFiles.description=Show excluded files
|
|
action.ProjectView.ShowLibraryContents.text=Show Libraries Contents
|
|
action.ProjectView.ShowLibraryContents.ToolwindowPopup.text=Libraries Contents
|
|
action.ProjectView.ShowLibraryContents.description=Show library contents
|
|
action.ProjectView.ShowMembers.text=Show Members
|
|
action.ProjectView.ShowMembers.ToolwindowPopup.text=Members
|
|
action.ProjectView.ShowMembers.description=Show class members
|
|
action.ProjectView.ShowModules.text=Show Modules
|
|
action.ProjectView.ShowModules.ToolwindowPopup.text=Modules
|
|
action.ProjectView.ShowModules.description=Show module names for corresponding roots
|
|
action.ProjectView.ShowScratchesAndConsoles.text=Show Scratches and Consoles
|
|
action.ProjectView.ShowScratchesAndConsoles.ToolwindowPopup.text=Scratches and Consoles
|
|
action.ProjectView.ShowScratchesAndConsoles.description=Show scratches and consoles
|
|
action.ProjectView.ShowVisibilityIcons.text=Show Visibility Icons
|
|
action.ProjectView.ShowVisibilityIcons.ToolwindowPopup.text=Visibility Icons
|
|
action.ProjectView.ShowVisibilityIcons.description=Show icon of element visibility before its name
|
|
action.ProjectView.SortByName.text=Sort by Name
|
|
action.ProjectView.SortByName.ToolwindowPopup.text=Name
|
|
action.ProjectView.SortByName.description=Sort files by their name
|
|
action.ProjectView.SortByType.text=Sort by Type
|
|
action.ProjectView.SortByType.ToolwindowPopup.text=Type
|
|
action.ProjectView.SortByType.description=Sort files of different types separately
|
|
action.ProjectView.SortByTimeDescending.text=Sort by Modification Time (Newest First)
|
|
action.ProjectView.SortByTimeDescending.ToolwindowPopup.text=Modification Time (Newest First)
|
|
action.ProjectView.SortByTimeDescending.description=Sort files by their last modification time, newest first
|
|
action.ProjectView.SortByTimeAscending.text=Sort by Modification Time (Oldest First)
|
|
action.ProjectView.SortByTimeAscending.ToolwindowPopup.text=Modification Time (Oldest First)
|
|
action.ProjectView.SortByTimeAscending.description=Sort files by their last modification time, oldest first
|
|
action.ScopeView.EditScopes.text=Ed_it Scopes\u2026
|
|
action.ScopeView.EditScopes.description=Edit scopes\u2026
|
|
action.ProjectView.FileNesting.text=File Nesting\u2026
|
|
action.ProjectView.FileNesting.description=Configure file nesting
|
|
action.ProjectView.CustomizeTrees.text=Customize Tree Views\u2026
|
|
|
|
action.CodeInspection.OnEditor.text=Inspect Code With _Editor Settings
|
|
|
|
action.SendFeedback.text=Submit _Feedback\u2026
|
|
action.SendFeedback.detailed.description=Submit feedback to {0}
|
|
action.OpenLog.text=Open Log in Editor
|
|
action.ShowLog.text=Show _Log in File Manager
|
|
# suppress inspection "UnusedProperty"
|
|
action.ShowLog.Explorer.text=Show _Log in Explorer
|
|
# suppress inspection "UnusedProperty"
|
|
action.ShowLog.Finder.text=Show _Log in Finder
|
|
action.ShowLog.description=Opens folder with a log file
|
|
action.CollectZippedLogs.text=Collect Logs and Diagnostic Data
|
|
action.CollectZippedLogs.description=Compress logs and settings into file
|
|
action.DeleteOldAppDirs.text=Delete Leftover IDE Directories\u2026
|
|
action.DeleteOldAppDirs.description=Look for settings, cache, and log directories from previous IDE versions
|
|
action.ShowHideDebugInfoInUi.text=Debugging Info in UI
|
|
action.EditCustomProperties.text=Edit Custom Properties\u2026
|
|
action.EditCustomProperties.description=Opens an editor tab with a custom properties file
|
|
action.EditCustomVmOptions.text=Edit Custom VM Options\u2026
|
|
action.EditCustomVmOptions.description=Opens an editor tab with a custom VM options file
|
|
action.LogDebugConfigure.text=D_ebug Log Settings\u2026
|
|
action.LogDebugConfigure.description=Enable or disable additional log categories. Allows providing more information to the support team by request.
|
|
action.TechnicalSupport.text=Contact _Support\u2026
|
|
action.TechnicalSupport.description=Contact technical support on JetBrains website
|
|
action.ReportProblem.text=Submit a Bug Report\u2026
|
|
action.ReportProblem.description=Submit a bug report in JetBrains issue tracker
|
|
|
|
action.TextComponent.ClearAction.text=Clear Text
|
|
action.TextComponent.ClearAction.description=Clear text in text components
|
|
|
|
action.ChangesView.Refresh.text=Refresh
|
|
action.ChangesView.Refresh.MainMenu.text=Refresh VCS Changes
|
|
action.ChangesView.Refresh.description=Refresh VCS changes
|
|
action.ChangesView.NewChangeList.text=New Changelist\u2026
|
|
action.ChangesView.NewChangeList.description=Create new changelist
|
|
action.ChangesView.Revert.text=_Rollback\u2026
|
|
action.ChangesView.RevertFiles.text=_Rollback File\u2026
|
|
action.ChangesView.RemoveChangeList.text=Delete Changelist
|
|
action.ChangesView.RemoveChangeList.description=Remove changelist and move all changes to another
|
|
action.ChangesView.RemoveChangeList.text.template=Delete {0,choice,0#Changelist|2#Changelists}
|
|
action.ChangesView.RemoveChangeList.description.template=Remove {0,choice,0#changelist|2#changelists} and move all changes to {1}
|
|
action.ChangesView.SetDefault.text=Set Active Changelist
|
|
action.ChangesView.SetDefault.description=Set changelist to which new changes are placed by default
|
|
action.ChangesView.Move.text=Move to Another Changelist\u2026
|
|
action.ChangesView.Move.Files.text=Move Files to Another Changelist\u2026
|
|
action.ChangesView.Move.description=Move selected changes to another changelist
|
|
action.ChangesView.AddUnversioned.text=Add to VCS
|
|
action.ChangesView.AddUnversioned.description=Schedule selected files to be added to VCS
|
|
action.ChangesView.RemoveDeleted.text=Remove from VCS
|
|
action.ChangesView.RemoveDeleted.description=Schedule selected files to be removed from VCS
|
|
action.ChangesView.Rename.text=Edit Changelist\u2026
|
|
action.ChangesView.Rename.description=Edit name and description of selected changelist
|
|
action.ChangesView.CreatePatch.text=Create Patch from Local Changes\u2026
|
|
action.ChangesView.CreatePatch.description=Create a patch from the selected changes
|
|
action.ChangesView.ApplyPatch.text=Apply Patch\u2026
|
|
action.ChangesView.ApplyPatch.description=Apply a patch to the sources of the project
|
|
action.ChangesView.ApplyPatchFromClipboard.text=Apply Patch from Clipboard\u2026
|
|
action.ChangesView.ApplyPatchFromClipboard.description=Apply a patch to the sources of the project
|
|
action.ChangesView.Shelve.text=Shelve Changes\u2026
|
|
action.ChangesView.Shelve.description=Save changes to an external patch file and remove them from the code
|
|
action.ChangesView.SingleClickPreview.text=Preview Diff
|
|
action.ShelvedChanges.Rename.text=Rename\u2026
|
|
action.Frontend.ChangesView.Shelf.Rename.text=Rename\u2026
|
|
action.ShelvedChanges.Rename.description=Rename shelved changelist
|
|
action.ChangesView.Browse.text=Browse Changes\u2026
|
|
action.ChangesView.Browse.description=View history of committed changes
|
|
action.ChangesView.Edit.text=Check Out
|
|
action.ChangesView.Edit.description=Check out selected files for editing
|
|
action.ChangesView.CreatePatchFromChanges.text=Create Patch\u2026
|
|
action.Frontend.ChangesView.Shelf.CreatePatchFromChanges.text=Create Patch\u2026
|
|
action.Frontend.ChangesView.Shelf.CreatePatchFromChanges.Clipboard.text=Copy as Patch to Clipboard
|
|
action.ChangesView.CreatePatchFromChanges.description=Create a patch from the selected changes
|
|
action.ChangesView.CreatePatchToClipboard.text=Copy as Patch to Clipboard
|
|
action.ChangesView.CreatePatchToClipboard.description=Create a patch from changes and copy it to clipboard
|
|
action.CommittedChanges.Refresh.text=Refresh
|
|
action.CommittedChanges.Refresh.description=Refresh the list of committed changes
|
|
action.CommittedChanges.Filter.text=Filter
|
|
action.CommittedChanges.Filter.description=Change filtering criteria
|
|
action.CommittedChanges.Details.text=Show Details
|
|
action.CommittedChanges.Details.description=View complete information about the selected changelist
|
|
action.CommittedChanges.Clear.text=Clear
|
|
action.CommittedChanges.Clear.description=Clears cached revisions
|
|
action.IncomingChanges.Refresh.text=Refresh
|
|
action.IncomingChanges.Refresh.description=Refresh the list of incoming changes
|
|
action.ChangeFileEncodingAction.text=File Encoding
|
|
action.ChangeFileEncodingAction.description=Change file encoding
|
|
action.VcsHistory.ShowAllAffected.text=Show All Affected Files
|
|
action.VcsHistory.ShowAllAffected.description=Show all changes made in the chosen revision
|
|
action.Vcs.Show.Shelf.text=Show Shelf
|
|
action.Vcs.Show.Local.Changes.text=Show Local Changes
|
|
group.FileHistory.KeymapGroup.text=File History
|
|
group.Shelve.KeymapGroup.text=Shelve
|
|
group.ShelvedChangesToolbar.ViewOptions.text=View Options
|
|
action.Vcs.CopyRevisionNumberAction.text=Copy Revision Number
|
|
action.Vcs.CopyRevisionNumberAction.description=Copy revision numbers of selected commits to the clipboard
|
|
action.Vcs.CopyCommitSubjectAction.text=Copy Commit Subject
|
|
action.Vcs.CopyCommitSubjectAction.description=Copy subjects of selected commits to the clipboard
|
|
action.VcsToolbarLabelAction.text=VCS Label
|
|
group.CommitView.ShowOnDoubleClick.text=Show on Double-Click
|
|
action.CommitView.ShowOnDoubleClick.EditorPreview.text=Show Diff on Double-Click
|
|
action.CommitView.ShowOnDoubleClick.EditorPreview.ToolwindowPopup.text=Diff
|
|
action.CommitView.ShowOnDoubleClick.Source.text=Show Source on Double-Click
|
|
action.CommitView.ShowOnDoubleClick.Source.ToolwindowPopup.text=Source
|
|
action.CommitView.SwitchToCommitDialog.text=Switch to Commit Dialog
|
|
action.Vcs.ShowConsoleTab.text=Show VCS Console Tab
|
|
group.LocalChangesView.ShowOnDoubleClick.text=Show on Double-Click
|
|
action.Vcs.ToggleAmendCommitMode.text=Amend Commit
|
|
action.Vcs.ToggleAmendCommitMode.description=Modify the latest commit of the current branch
|
|
action.Vcs.RunCommitChecks.text=Run Commit Checks
|
|
action.ChangesView.ShowCommitOptions.text=Show Commit Options
|
|
action.Vcs.ApplySelectedChanges.text=Cherry-Pick Selected Changes
|
|
action.Vcs.RevertSelectedChanges.text=Revert Selected Changes
|
|
action.Vcs.EditSource.text=Edit Source
|
|
action.ChangesView.UnshelveSilently.text=Unshelve Silently
|
|
action.ChangesView.UnshelveSilently.description=Unshelve changes to appropriate changelists
|
|
action.Frontend.ChangesView.UnshelveSilently.text=Unshelve Silently
|
|
action.ShelvedChanges.ShowHideDeleted.description=Show/Hide already unshelved
|
|
action.ShelveChanges.UnshelveWithDialog.text=Unshelve\u2026
|
|
action.Frontend.ShelveChanges.UnshelveWithDialog.text=Unshelve\u2026
|
|
action.ShelveChanges.UnshelveWithDialog.description=Correct paths where to apply patches and unshelve
|
|
action.ChangesView.ShelveSilently.text=Shelve Silently
|
|
action.ChangesView.ShelveSilently.description=Shelve changes to appropriate shelved changelists
|
|
action.ChangesView.SaveToShelve.text=Save To Shelf
|
|
action.ChangesView.SaveToShelve.description=Copy selected changes to shelved changelist
|
|
action.ChangesView.GroupBy.Directory.text=Directory
|
|
group.ChangesView.GroupBy.text=Group By
|
|
action.Vcs.QuickListPopupAction.text=VCS Operations Popup\u2026
|
|
action.Vcs.QuickListPopupAction.description=Context-aware popup with a list of commonly used VCS actions
|
|
action.Vcs.VcsClone.text=Get from Version Control\u2026
|
|
action.Vcs.VcsClone.text.synonym1=Checkout
|
|
action.Vcs.VcsClone.text.synonym2=Clone
|
|
action.Frontend.ChangesView.GroupBy.Directory.text=Directory
|
|
action.Frontend.ChangesView.GroupBy.Repository.text=Repository
|
|
action.Frontend.ChangesView.GroupBy.Module.text=Module
|
|
action.Frontend.ChangesView.Shelf.ImportFromPatches.text=Import Patches\u2026
|
|
Vcs.VcsClone.Welcome.text=Get from Version Control
|
|
Vcs.VcsClone.Tabbed.Welcome.text=Clone Repository
|
|
action.Vcs.ShowDiffWithLocal.text=Compare with Local
|
|
action.Frontend.Vcs.CompareWithLocal.text=Compare with Local
|
|
action.Vcs.ShowDiffWithLocal.description=Compare a version in selected revision with the current version
|
|
action.Vcs.ShowDiffWithLocal.Before.text=Compare Before with Local
|
|
action.Vcs.ShowDiffWithLocal.Before.description=Compare a version before selected revision with the current version
|
|
action.Vcs.GetVersion.text=Get
|
|
action.Vcs.GetVersion.description=Get a version from the repository
|
|
action.Compare.Specified.text=Com_pare with Specified Revision\u2026
|
|
action.Show.Current.Revision.text=Show Current Revision
|
|
group.ChangesView.Changelists.text=Changelists
|
|
|
|
action.AddFrameworkSupport.text=Add Framework Support\u2026
|
|
|
|
action.Diff.FocusOppositePane.text=Select Opposite Diff Pane
|
|
action.Diff.FocusOppositePane.description=Select opposite pane in diff view
|
|
action.Diff.FocusOppositePaneAndScroll.text=Select Position In Opposite Diff Pane
|
|
action.Diff.FocusOppositePaneAndScroll.description=Select the same position in the opposite pane in diff view
|
|
action.Diff.PrevChange.text=Compare Previous File
|
|
action.Diff.NextChange.text=Compare Next File
|
|
action.Diff.ApplyLeftSide.text=Accept Left Side
|
|
action.Diff.ApplyRightSide.text=Accept Right Side
|
|
action.Diff.AppendLeftSide.text=Append Left Side
|
|
action.Diff.AppendRightSide.text=Append Right Side
|
|
action.Diff.IgnoreLeftSide.text=Ignore Left Side
|
|
action.Diff.IgnoreRightSide.text=Ignore Right Side
|
|
action.Diff.ResolveConflict.text=Resolve Automatically
|
|
action.Diff.ApplyNonConflicts.text=Apply All Non-Conflicting Changes
|
|
action.Diff.ApplyNonConflicts.Left.text=Apply Non-Conflicting Changes from the Left Side
|
|
action.Diff.ApplyNonConflicts.Right.text=Apply Non-Conflicting Changes from the Right Side
|
|
action.Diff.MagicResolveConflicts.text=Resolve Simple Conflicts
|
|
action.Diff.ComparePartial.Base.Left.text=Left and Middle
|
|
action.Diff.ComparePartial.Base.Right.text=Middle and Right
|
|
action.Diff.ComparePartial.Left.Right.text=Left and Right
|
|
action.Diff.CompareWithBase.Left.text=Base and Left
|
|
action.Diff.CompareWithBase.Result.text=Base and Middle
|
|
action.Diff.CompareWithBase.Right.text=Base and Right
|
|
action.Diff.ComparePartial.Generic={0,choice,0#Left|1#Middle|2#Right} and {1,choice,0#Left|1#Middle|2#Right}
|
|
|
|
group.FileChooserToolbar.text=File Chooser Toolbar
|
|
group.FileChooserSettings.text=File Chooser Settings
|
|
|
|
action.FileChooser.TogglePathBar.text=Show/Hide Path Input Field
|
|
action.FileChooser.TogglePathBar.description=Toggle visibility of the path input field
|
|
action.FileChooser.ShowHidden.text=Show Hidden Files and Directories
|
|
action.FileChooser.ShowHidden.description=Show hidden files and directories
|
|
action.FileChooser.ToggleDetection.text=Detect Project Directories
|
|
action.FileChooser.ToggleDetection.description=Allows the IDE to peek inside to detect project directories
|
|
action.FileChooser.Refresh.text=Refresh
|
|
action.FileChooser.Refresh.description=Refresh the file system tree
|
|
action.FileChooser.Delete.text=Delete\u2026
|
|
action.FileChooser.Delete.description=Delete
|
|
action.FileChooser.NewFolder.text=New Directory\u2026
|
|
action.FileChooser.NewFolder.description=Create a new directory
|
|
action.FileChooser.NewFile.text=New File\u2026
|
|
action.FileChooser.NewFile.description=Create a new file
|
|
action.FileChooser.GoBackward.text=Previous Directory
|
|
action.FileChooser.GoBackward.description=Go to a directory you have visited earlier.
|
|
action.FileChooser.GoForward.text=Next Directory
|
|
action.FileChooser.GoForward.description=Go to a directory you have visited earlier.
|
|
action.FileChooser.GoToParent.text=Parent Directory
|
|
action.FileChooser.GoToParent.description=Go to the parent directory
|
|
action.FileChooser.GoToRoot.text=Root Directory
|
|
action.FileChooser.GoToRoot.description=Go to the root directory or a list of root directories
|
|
action.FileChooser.GotoHome.text=Home Directory
|
|
action.FileChooser.GotoHome.description=Go to the home directory
|
|
action.FileChooser.GoToWslHome.text=Home Directory in WSL
|
|
action.FileChooser.GoToWslHome.description=Go to the home directory in a WSL VM
|
|
action.FileChooser.GotoDesktop.text=Desktop Directory
|
|
action.FileChooser.GotoDesktop.description=Go to the Desktop directory
|
|
action.FileChooser.GotoProject.text=Project Directory
|
|
action.FileChooser.GotoProject.description=Go to the project directory
|
|
action.FileChooser.GotoModule.text=Module Directory
|
|
action.FileChooser.GotoModule.description=Go to the module directory
|
|
#legacy
|
|
action.FileChooser.TogglePathShowing.text=Show/Hide path text
|
|
|
|
action.WelcomeScreen.DevelopPlugins.text=Plugin Development
|
|
action.WelcomeScreen.DevelopPlugins.description=Get started developing plugins.
|
|
action.WelcomeScreen.DefaultNewProjectAction.text=New Project
|
|
action.WelcomeScreen.OpenProject.text=Open or Import
|
|
action.WelcomeScreen.OpenProject.description=Open file or project. You can also open a project or edit a file by drag and drop onto the Welcome screen.
|
|
action.Tabbed.WelcomeScreen.OpenProject.text=Open
|
|
action.WelcomeScreen.CreateNewProject.text=New Project
|
|
action.WelcomeScreen.CreateNewProject.description=Start the \"New Project\" Wizard that will guide you through the steps necessary for creating a new project.
|
|
action.WelcomeScreen.Plugins.text=Plugins
|
|
action.WelcomeScreen.Plugins.Extensions.text=Extensions
|
|
action.WelcomeScreen.Plugins.description=Manage installed plugins and download new ones from repository
|
|
action.WelcomeScreen.Configure.Import.text=Import Settings\u2026
|
|
action.WelcomeScreen.Configure.Export.text=Export Settings
|
|
group.WelcomeScreen.Options.text=Options Menu
|
|
|
|
action.CommittedChanges.Revert.text=Revert Changes
|
|
action.CommittedChanges.Revert.description=Apply the reverse of the selected changes to the working copy
|
|
|
|
action.WelcomeScreen.OpenDirectoryProject.text=Open
|
|
action.WelcomeScreen.OpenDirectoryProject.description=Start editing code in the specified file or directory.
|
|
group.WelcomeScreen.CreateDirectoryProject.text=New Project
|
|
group.WelcomeScreen.CreateDirectoryProject.description=Create a new project.
|
|
action.WelcomeScreen.CreateDirectoryProject.text=New Project
|
|
action.WelcomeScreen.CreateDirectoryProject.description=Create a new project.
|
|
action.NewDirectoryProject.text=New Project\u2026
|
|
action.NewDirectoryProject.description=Create a new project
|
|
action.NewDirectoryProject.title=Create Project
|
|
action.NewDirectoryProject.cannot.create.dir=Cannot create directory ''{0}''.
|
|
action.NewDirectoryProject.not.empty.dialog.title=Directory Is Not Empty
|
|
action.NewDirectoryProject.not.empty.dialog.text=The directory ''{0}'' is not empty. Do you want to create a project from existing sources?
|
|
action.NewDirectoryProject.not.empty.dialog.create.new=Create from Existing Sources
|
|
action.NewDirectoryProject.not.empty.dialog.open.existing=Open Project
|
|
|
|
group.AnalyzeActionsPopup.text=Analyze Code
|
|
action.SliceBackward.text=Analyze Data Flow _to Here\u2026
|
|
action.SliceBackward.MainMenu.text=Data Flow _to Here\u2026
|
|
action.SliceBackward.description=Search for values which can be assigned to selected expression
|
|
|
|
action.SliceForward.text=Analyze Data Flow _from Here\u2026
|
|
action.SliceForward.MainMenu.text=Data Flow _from Here\u2026
|
|
action.SliceForward.description=Search for values escaped from this location
|
|
|
|
action.ChangeTemplateDataLanguage.text=Change Template Data Language
|
|
|
|
group.FileOpenGroup.text=File Open Actions
|
|
group.FileOtherSettingsGroup.text=New Projects Setup
|
|
group.FileMainSettingsGroup.text=Settings Actions
|
|
group.FileSettingsGroup.text=Settings Actions
|
|
group.ExportImportGroup.text=Manage IDE Settings
|
|
group.PrintExportGroup.text=Print/Export Actions
|
|
group.EditSelectGroup.text=Editor Select Actions
|
|
group.EditCreateDeleteGroup.text=Editor Create/Delete Actions
|
|
group.CutCopyPasteGroup.text=Cut/Copy/Paste Actions
|
|
group.EditSelectWordGroup.text=Select Word Actions
|
|
group.EditBookmarksGroup.text=Boo_kmarks
|
|
group.OpenProjectGroup.text=Open Project Actions
|
|
group.EditSmartGroup.text=Edit Code Actions
|
|
group.CodeEditorViewGroup.text=Code View Actions
|
|
group.CodeEditorBaseGroup.text=Code Editor View Actions
|
|
group.HierarchyGroup.text=Hierarchy Actions
|
|
group.DebugMainMenu.text=Debugger Actions
|
|
group.DebuggingActionsGroup.text=Debugging Actions
|
|
group.BreakpointActionsGroup.text=Toggle Breakpoint
|
|
group.ToggleBreakpointAction.text=Breakpoint Actions
|
|
group.CommentGroup.text=Comment Actions
|
|
group.CodeFormatGroup.text=Code Formatting Actions
|
|
group.GoToTargetEx.text=Goto by Name Actions
|
|
group.GoToErrorGroup.text=Goto Error/Bookmark Actions
|
|
group.GoToCodeGroup.text=Goto by Reference Actions
|
|
group.GoToChangeMarkerGroup.text=Change Navigation Actions
|
|
group.CoverageMenu.text=Code Coverage Actions
|
|
group.ToolsXmlGroup.text=XML Actions
|
|
group.XmlGenerateToolsGroup.text=XML Generate Actions
|
|
group.EditorPopupMenuDebug.text=Debug Actions
|
|
group.VersionControlsGroup.text=VCS/LVCS Actions
|
|
group.EditorPopupMenu.Run.text=Compile/Run Actions
|
|
group.ProjectViewCompileGroup.text=Compile/Debug Actions
|
|
group.ProjectViewAnalysisGroup.text=Analysis Actions
|
|
group.PairFileActions.text=Actions on Pairs of Files
|
|
group.RefactoringMenu1.text=Refactoring Actions (1)
|
|
group.RefactoringMenu2.text=Refactoring Actions (2)
|
|
group.MigrationMenu.text=Migrate Packages and Classes
|
|
group.ToolbarFindGroup.text=Toolbar Find Actions
|
|
group.ToolbarRunGroup.text=Toolbar Run Actions
|
|
group.ToolbarMakeGroup.text=Toolbar Make Actions
|
|
group.EditorPopupMenu1.text=Editor Popup Menu Actions (1)
|
|
group.EditorLangPopupMenu.text=Editor Popup Menu Actions (2)
|
|
group.CloseEditorsGroup.text=Editor Close Actions
|
|
group.EditorTabPopupMenuEx.text=Editor Tab Popup Menu Actions (1)
|
|
group.ProjectViewPopupMenuModifyGroup.text=Project View Popup Menu Modify Group
|
|
group.ProjectViewPopupMenuRunGroup.text=Project View Popup Menu Run Group
|
|
group.ProjectViewPopupMenuSettingsGroup.text=Project View Popup Menu Settings Group
|
|
group.ProjectViewPopupMenuRefactoringGroup.text = Project View Popup Refactoring Group
|
|
group.ViewRecentActions.text=View Recent Actions Group
|
|
group.NewGroup1.text=New Group (1)
|
|
action.NewModuleInGroup.text=Module
|
|
action.ShelvedChanges.ShowHideDeleted.text=Show/Hide Applied Shelved Changes
|
|
action.XDebugger.MuteBreakpoints.text=Mute Breakpoints
|
|
action.XDebugger.RemoveAllButThisBreakpoint.text=Remove other breakpoints
|
|
action.XDebugger.RemoveAllButThisBreakpoint.description=Removes all breakpoints except on lines with carets
|
|
action.XDebugger.DisableAllButThisBreakpoint.text=Disable other breakpoints
|
|
action.XDebugger.DisableAllButThisBreakpoint.description=Disables all breakpoints except on lines with carets
|
|
action.ShelvedChanges.Restore.text=Restore Applied Shelved Change
|
|
group.VcsToolbarActions.text=VCS Actions
|
|
action.ChangesView.GroupBy.Repository.text=Repository
|
|
action.CheckIgnoredAndNotExcludedDirectories.text=Check Ignored but not Excluded Directories
|
|
action.CheckIgnoredAndNotExcludedDirectories.description=Check presense of ignored directories which may be excluded from indexing and search
|
|
action.CheckIgnoredAndNotExcludedDirectories.progress=Checking Ignored but not Excluded Directories\u2026
|
|
action.Vcs.Push.Force.text=_Force Push
|
|
action.Vcs.Push.text=Push\u2026
|
|
action.PopupHector.text=Configure Current File Analysis\u2026
|
|
action.PopupHector.description=Show a panel to configure highlighting mode for the current file
|
|
group.EditorTabPopupMenu.text=Editor Tab Popup Menu
|
|
group.MainMenu.text=Main Menu
|
|
group.ProjectViewPopupMenu.text=Project View Popup Menu
|
|
group.NavbarPopupMenu.text=Navigation Bar
|
|
action.RerunFailedTests.text=Rerun Failed Tests
|
|
action.RerunFailedTests.description=Run only tests that failed/crashed after the last run; press Shift to choose Run/Debug mode
|
|
group.AnalyzeJavaMenu.text=Analyze Java Menu
|
|
group.AnalyzeJavaMenu.description=Analyze Java Menu
|
|
group.ToolsBasicGroup.text=Tools Basic Group
|
|
action.ShowRegistry.text=Registry\u2026
|
|
action.ShowExperiments.text=Experimental Features\u2026
|
|
action.UiDebugger.text=UI Debugger\u2026
|
|
action.ExportTestResults.text=Export Test Results\u2026
|
|
action.ExportTestResults.description=Export test results to the file
|
|
action.TogglePowerSave.text=Power Save Mode
|
|
action.TogglePowerSave.description=Power save mode disables background code analysis and other background operations
|
|
action.ToggleEssentialHighlighting.text=Essential Highlighting
|
|
action.ToggleEssentialHighlighting.description=Essential highlighting mode leaves only a limited set of code highlighters. All highlighters including inspections will run on file saving actions
|
|
group.ConvertIndentsGroup.text=Convert Indents
|
|
action.ConvertIndentsToSpaces.text=To Spaces
|
|
action.ConvertIndentsToSpaces.description=Convert the indentation in the file or selected block to use spaces instead of tabs
|
|
action.ConvertIndentsToTabs.text=To Tabs
|
|
action.ConvertIndentsToTabs.description=Convert the indentation in the file or selected block to use tabs instead of spaces
|
|
group.Vcs.Import.text=Import into Version Control
|
|
group.Vcs.Browse.text=Browse VCS Repository
|
|
action.Graph.print.reset=Reset
|
|
action.MarkExcludeRoot.text=Excluded
|
|
action.UnmarkRoot.text=Unmark
|
|
action.MarkAsContentRoot.text=Not Excluded
|
|
action.MarkAsContentRoot.description=Cancel exclusion for the selected directory to make its files processable by IDE's actions
|
|
action.CreateLibraryFromFile.text=Add as Library\u2026
|
|
action.ExtractModuleFromPackage.text=Extract Module\u2026
|
|
action.ExtractModuleFromPackage.description=Extract a package to a separate module
|
|
action.ImportModuleFromImlFile.text=Import Module
|
|
action.ImportModuleFromImlFile.description=Import iml file as a module to the project
|
|
group.MarkRootGroup.text=Mark Directory as
|
|
action.CreateLauncherScript.text=Create Command Line Launcher\u2026
|
|
action.CreateLauncherScript.description=Making the IDE accessible from the command line
|
|
action.CreateDesktopEntry.text=Create Desktop Entry\u2026
|
|
action.CreateDesktopEntry.description=Create a desktop entry for integration with a system application menu
|
|
group.EditorGutterPopupMenu.text=Editor Gutter Popup Menu
|
|
group.EditorGutterPopupMenu.Appearance.text=Appearance
|
|
action.ConfigureSoftWraps.text=Configure Soft Wraps\u2026
|
|
action.EditorGutterToggleLocalSoftWraps.gutterText=Soft-Wrap Current Editor
|
|
action.EditorGutterToggleGlobalLineNumbers.text=Show Line Numbers
|
|
action.EditorGutterToggleGlobalIndentLines.text=Show Indent Guides
|
|
action.ShowGutterIconsSettings.text=Configure Gutter Icons\u2026
|
|
action.ShowGutterIconsSettings.description=Show dialog for configuring gutter icons
|
|
|
|
group.EditorBreadcrumbsSettings.text=Breadcrumbs
|
|
group.EditorBreadcrumbsSettings.description=Toggle the breadcrumbs bar settings
|
|
action.EditorBreadcrumbsShowAbove.text=Top
|
|
action.EditorBreadcrumbsShowAbove.description=Show the breadcrumbs bar above the text editor
|
|
action.EditorBreadcrumbsShowBelow.text=Bottom
|
|
action.EditorBreadcrumbsShowBelow.description=Show the breadcrumbs bar below the text editor
|
|
action.EditorBreadcrumbsHideBoth.text=Don't Show
|
|
action.EditorBreadcrumbsHideBoth.description=Hide the breadcrumbs bar
|
|
|
|
group.EditorStickyLinesSettings.text=Sticky Lines
|
|
group.EditorStickyLinesSettings.description=Toggle sticky lines panel settings
|
|
action.EditorStickyConfigure.text=Configure Sticky Lines\u2026
|
|
action.EditorStickyConfigure.description=Show sticky lines settings dialog
|
|
action.EditorStickyLinesDisableForLang.text=Disable for Language
|
|
action.EditorStickyLinesDisableForLang.for.lang.text=Disable for {0}
|
|
action.EditorStickyLinesDisableForLang.description=Hide the sticky lines panel for language
|
|
action.EditorStickyLinesDisable.text=Disable
|
|
action.EditorStickyLinesDisable.description=Hide the sticky lines panel
|
|
action.EditorGutterToggleGlobalStickyLines.text=Show Sticky Lines
|
|
action.EditorGutterToggleGlobalStickyLines.description=Show the sticky lines panel
|
|
|
|
group.MarkFileAs.text=Mark File as
|
|
action.OverrideFileTypeAction.text=Override File Type
|
|
action.OverrideFileTypeAction.description=Treat the current file as a file of different file type
|
|
action.OverrideFileTypeAction.verbose.description=Treat file ''{0}''{1,choice,0#|1# (and {1} more files)} as a file of different file type
|
|
action.ReverteOverrideFileTypeAction.text=Revert File Type Override
|
|
action.ReverteOverrideFileTypeAction.description=Undo the "Override File Type" action and restore the old file type
|
|
action.ReverteOverrideFileTypeAction.verbose.description=Undo the "Override File Type" action and restore the old file type for file ''{0}''{1,choice,0#|1# (and {1} more files)}
|
|
group.OverrideFileTypeAction.title=Choose File Type
|
|
group.OverrideFileTypeAction.bundledPlugin=bundled
|
|
group.OverrideFileTypeAction.fromNamedPlugin=from ''{0}'' plugin
|
|
action.ChangeToThisFileTypeAction.description=Override File Type to ''{0}''
|
|
|
|
action.Console.Open.text=Open Console
|
|
action.Console.Open.description=Open console for the selected entity
|
|
action.Console.Execute.text=Execute Current Statement in One-Line Console
|
|
action.Console.Execute.description=Execute current statement in one-line console
|
|
action.Console.Execute.Multiline.text=Execute Current Statement in Multiline Console
|
|
action.Console.Execute.Multiline.description=Execute current statement in multiline console
|
|
action.Console.SplitLine.text=Split Line
|
|
action.Console.History.Previous.text=Previous Entry in Console History
|
|
action.Console.History.Previous.description=Previous entry in console history
|
|
action.Console.History.Next.text=Next Entry in Console History
|
|
action.Console.History.Next.description=Next entry in console history
|
|
action.Console.History.Browse.text=Browse Query History
|
|
action.Console.History.Browse.description=Browse query history
|
|
action.OpenInAssociatedApplication.text=Open In Associated Application
|
|
action.OpenInAssociatedApplication.description=Open in associated application
|
|
action.RevealIn.text=Show in File Manager
|
|
action.RevealIn.description=Highlights the file in OS file manager
|
|
action.RevealIn.name.mac=Reveal in Finder
|
|
action.RevealIn.name.other=Show in {0}
|
|
show.log.in.action.text=Show Log in {0}
|
|
show.log.notification.text=View logs
|
|
action.GoToLinkTarget.text=Go to Link Target
|
|
action.GoToLinkTarget.description=Opens a target of this symlink in the Project View
|
|
|
|
action.TabList.text=Show Hidden Tabs
|
|
action.TabList.description=Show dropdown with the list of tabs that don't fit on the screen in single-row tab layout
|
|
|
|
action.FillParagraph.text=Fill Paragraph
|
|
action.FillParagraph.description=Reformat string literal or comment to fit maximum width (usually 80)
|
|
|
|
action.SaveDocument.text=Save Document
|
|
action.SaveDocument.description=Save only the file opened in the current editor
|
|
|
|
action.StructuralSearchPlugin.StructuralSearchAction.text=Search S_tructurally\u2026
|
|
action.StructuralSearchPlugin.StructuralSearchAction.description=Structural Search
|
|
action.StructuralSearchPlugin.StructuralReplaceAction.text=Repla_ce Structurally\u2026
|
|
action.StructuralSearchPlugin.StructuralReplaceAction.description=Structural Replace
|
|
|
|
action.ModuleSettings.navigate=Open Module Settings
|
|
action.LibrarySettings.navigate=Open Library Settings
|
|
action.ToggleDistractionFreeMode.enter=Enter Distraction Free Mode
|
|
action.ToggleDistractionFreeMode.exit=Exit Distraction Free Mode
|
|
action.TogglePresentationMode.exit=Exit Presentation Mode
|
|
action.TogglePresentationMode.enter=Enter Presentation Mode
|
|
action.ToggleZenMode.enter=Enter Zen Mode
|
|
action.ToggleZenMode.exit=Exit Zen Mode
|
|
|
|
action.EmojiAndSymbols.description=Input special characters using macOS system palette
|
|
|
|
action.MethodOverloadSwitchUp.text=Previous Method Overload
|
|
action.MethodOverloadSwitchDown.text=Next Method Overload
|
|
|
|
action.BraceOrQuoteOut.text=Jump Outside Current Bracket/Quote
|
|
|
|
action.ClearAllNotifications.text=Clear All Notifications
|
|
|
|
action.SetShortcutAction.text=Add Shortcut\u2026
|
|
|
|
action.EditorFocusGutter.text=Focus Gutter (Accessibility)
|
|
action.EditorShowGutterIconTooltip.text=Show Gutter Icon Tooltip (Accessibility)
|
|
|
|
action.ConfigureEditorTabs.text=Configure Editor Tabs\u2026
|
|
action.ConfigureEditorTabs.description=Configure the look, behavior and order of editor tabs
|
|
|
|
group.FilePropertiesGroup.text=File Properties
|
|
group.FileExportGroup.text=Export
|
|
group.PasteGroup.text=Paste
|
|
group.FindUsagesMenuGroup.text=Find Usages
|
|
group.NavigateInFileGroup.text=Navigate in File
|
|
group.HelpDiagnosticTools.text=Diagnostic Tools
|
|
group.ChangeLineSeparators.text=Line Separators
|
|
|
|
group.CopyReferencePopupGroup.text=Copy Path/Reference\u2026
|
|
|
|
action.CompareDirs.text=Compare Directories
|
|
action.compare.files.text=Compare Files
|
|
action.compare.with.text=Compare With\u2026
|
|
action.compare.text=Compare
|
|
action.compare.archives.text=Compare Archives
|
|
action.CompareTwoFiles.synonym1=Compare File With\u2026
|
|
action.CompareTwoFiles.synonym2=Compare Directories
|
|
action.CompareTwoFiles.synonym3=Compare Directory With\u2026
|
|
|
|
action.List-selectFirstRow.text=Select First Row
|
|
action.List-selectFirstRow.description=Select the first row
|
|
action.List-selectFirstRowExtendSelection.text=Extend Selection to First Row
|
|
action.List-selectFirstRowExtendSelection.description=Scroll to the first row and add the corresponding rows to selection
|
|
action.List-selectLastRow.text=Select Last Row
|
|
action.List-selectLastRow.description=Select the last row
|
|
action.List-selectLastRowExtendSelection.text=Extend Selection to Last Row
|
|
action.List-selectLastRowExtendSelection.description=Scroll to the last row and add the corresponding rows to selection
|
|
action.List-selectPreviousRow.text=Select Previous Row
|
|
action.List-selectPreviousRow.description=Select the previous row
|
|
action.List-selectPreviousRowExtendSelection.text=Extend Selection with Previous Row
|
|
action.List-selectPreviousRowExtendSelection.description=Adds the previous row to selection.
|
|
action.List-selectNextRow.text=Select Next Row
|
|
action.List-selectNextRow.description=Select the next row
|
|
action.List-selectNextRowExtendSelection.text=Extend Selection with Next Row
|
|
action.List-selectNextRowExtendSelection.description=Add the next row to selection
|
|
action.List-selectPreviousColumn.text=Select Previous Column
|
|
action.List-selectPreviousColumn.description=Select the previous column
|
|
action.List-selectPreviousColumnExtendSelection.text=Extend Selection to Previous Column
|
|
action.List-selectPreviousColumnExtendSelection.description=Adds the previous column to selection
|
|
action.List-selectNextColumn.text=Select Next Column
|
|
action.List-selectNextColumn.description=Select the next column
|
|
action.List-selectNextColumnExtendSelection.text=Extend Selection to Next Column
|
|
action.List-selectNextColumnExtendSelection.description=Add the next column to selection
|
|
action.List-scrollUp.text=Scroll Page Up and Select Row
|
|
action.List-scrollUp.description=Scroll the surrounding scrollable area up by one page and select the corresponding row
|
|
action.List-scrollUpExtendSelection.text=Scroll Page Up and Extend Selection
|
|
action.List-scrollUpExtendSelection.description=Scroll the surrounding scrollable area up by one page and add corresponding rows to selection
|
|
action.List-scrollDown.text=Scroll Page Down and Select Row
|
|
action.List-scrollDown.description=Scroll the surrounding scrollable area down by one page and select the corresponding row
|
|
action.List-scrollDownExtendSelection.text=Scroll Page Down and Extend Selection
|
|
action.List-scrollDownExtendSelection.description=Scroll the surrounding scrollable area down by one page and add corresponding rows to selection
|
|
action.Table-selectFirstRow.text=Select First Row
|
|
action.Table-selectFirstRow.description=Select the first row
|
|
action.Table-selectFirstRowExtendSelection.text=Extend Selection to First Row
|
|
action.Table-selectFirstRowExtendSelection.description=Scroll to the first row and add the corresponding rows to selection
|
|
action.Table-selectLastRow.text=Select Last Row
|
|
action.Table-selectLastRow.description=Select the last row
|
|
action.Table-selectLastRowExtendSelection.text=Extend Selection to Last Row
|
|
action.Table-selectLastRowExtendSelection.description=Scroll to the last row and add the corresponding rows to selection
|
|
action.Table-selectPreviousRow.text=Select Previous Row
|
|
action.Table-selectPreviousRow.description=Select the previous row
|
|
action.Table-selectPreviousRowExtendSelection.text=Extend Selection with Previous Row
|
|
action.Table-selectPreviousRowExtendSelection.description=Adds the previous row to selection.
|
|
action.Table-selectNextRow.text=Select Next Row
|
|
action.Table-selectNextRow.description=Select the next row
|
|
action.Table-selectNextRowExtendSelection.text=Extend Selection with Next Row
|
|
action.Table-selectNextRowExtendSelection.description=Add the next row to selection
|
|
action.Table-selectPreviousColumn.text=Select Previous Column
|
|
action.Table-selectPreviousColumn.description=Select the previous column
|
|
action.Table-selectPreviousColumnExtendSelection.text=Extend Selection to Previous Column
|
|
action.Table-selectPreviousColumnExtendSelection.description=Add the previous column to selection
|
|
action.Table-selectNextColumn.text=Select Next Column
|
|
action.Table-selectNextColumn.description=Select the next column
|
|
action.Table-selectNextColumnExtendSelection.text=Extend Selection to Next Column
|
|
action.Table-selectNextColumnExtendSelection.description=Add the next column to selection
|
|
action.Table-scrollUpChangeSelection.text=Scroll Page Up and Select Row
|
|
action.Table-scrollUpChangeSelection.description=Scroll the surrounding scrollable area up by one page and select the corresponding row
|
|
action.Table-scrollUpExtendSelection.text=Scroll Page Up and Extend Selection
|
|
action.Table-scrollUpExtendSelection.description=Scroll the surrounding scrollable area up by one page and add corresponding rows to selection
|
|
action.Table-scrollDownChangeSelection.text=Scroll Page Down and Select Row
|
|
action.Table-scrollDownChangeSelection.description=Scroll the surrounding scrollable area down by one page and select the corresponding row
|
|
action.Table-scrollDownExtendSelection.text=Scroll Page Down and Extend Selection
|
|
action.Table-scrollDownExtendSelection.description=Scroll the surrounding scrollable area down by one page and add corresponding rows to selection
|
|
action.Table-startEditing.text=Edit Table Cell
|
|
action.Tree-selectFirst.text=Select First Node
|
|
action.Tree-selectFirst.description=Select the first node
|
|
action.Tree-selectFirstExtendSelection.text=Extend Selection to First Node
|
|
action.Tree-selectFirstExtendSelection.description=Scroll to the first node and add corresponding nodes to selection
|
|
action.Tree-selectLast.text=Select Last Node
|
|
action.Tree-selectLast.description=Select the last node
|
|
action.Tree-selectLastExtendSelection.text=Extend Selection to Last Node
|
|
action.Tree-selectLastExtendSelection.description=Scroll to the last node and add corresponding nodes to selection
|
|
action.Tree-selectPrevious.text=Select Previous Node
|
|
action.Tree-selectPrevious.description=Select the previous node
|
|
action.Tree-selectPreviousExtendSelection.text=Extend Selection with Previous Node
|
|
action.Tree-selectPreviousExtendSelection.description=Adds the previous node to selection
|
|
action.Tree-selectNext.text=Select Next Node
|
|
action.Tree-selectNext.description=Select the next node
|
|
action.Tree-selectNextExtendSelection.text=Extend Selection with Next Node
|
|
action.Tree-selectNextExtendSelection.description=Adds the next node to selection.
|
|
action.Tree-selectParentNoCollapse.text=Select Parent Node
|
|
action.Tree-selectParentNoCollapse.description=Select the parent node without collapsing expanded node
|
|
action.Tree-selectParent.text=Select Parent Node
|
|
action.Tree-selectParent.description=Collapses expanded node or selects the parent node.
|
|
action.Tree-selectParentExtendSelection.text=Extend Selection to Parent Node
|
|
action.Tree-selectParentExtendSelection.description=Scroll to the parent node and add corresponding nodes to selection
|
|
action.Tree-selectChild.text=Select Child Node
|
|
action.Tree-selectChild.description=Expand the collapsed node or select the child node
|
|
action.Tree-selectChildExtendSelection.text=Extend Selection to Child Node
|
|
action.Tree-selectChildExtendSelection.description=Expands collapsed node or adds the child node to selection
|
|
action.Tree-scrollUpChangeSelection.text=Scroll Page Up and Select Node
|
|
action.Tree-scrollUpChangeSelection.description=Scroll the surrounding scrollable area up by one page and select the corresponding node
|
|
action.Tree-scrollUpExtendSelection.text=Scroll Page Up and Extend Selection
|
|
action.Tree-scrollUpExtendSelection.description=Scroll the surrounding scrollable area up by one page and add corresponding nodes to selection
|
|
action.Tree-scrollDownChangeSelection.text=Scroll Page Down and Select Node
|
|
action.Tree-scrollDownChangeSelection.description=Scroll the surrounding scrollable area down by one page and select the corresponding node
|
|
action.Tree-scrollDownExtendSelection.text=Scroll Page Down and Extend Selection
|
|
action.Tree-scrollDownExtendSelection.description=Scroll the surrounding scrollable area down by one page and add corresponding nodes to selection
|
|
action.Tree-selectNextSibling.text=Select Next Sibling Node
|
|
action.Tree-selectNextSibling.description=Select the next sibling node.
|
|
action.Tree-selectPreviousSibling.text=Select Previous Sibling Node
|
|
action.Tree-selectPreviousSibling.description=Select the previous sibling node.
|
|
action.Tree-selectAll.text=Select All Nodes
|
|
action.Tree-selectAll.description=Select all nodes
|
|
action.Tree-startEditing.text=Edit Tree Node
|
|
action.SpeedSearch.text=Speed Search
|
|
action.SpeedSearch.shortcutTextSuffix=\ or any symbol
|
|
action.SpeedSearch.GotItTooltip.text=Type any symbol to open the search box. Pressing {0} is not necessary.
|
|
action.SpeedSearch.GotItTooltip.textWithoutShortcuts=Type any symbol to open the search box. Invoking the action manually is not necessary.
|
|
action.CollapsiblePanel-toggle.text=Expand/Collapse Collapsible Panel
|
|
action.PopupMenu-selectPrevious.text=Select Previous Menu Item
|
|
action.PopupMenu-selectPrevious.description=Select the previous menu item
|
|
action.PopupMenu-selectNext.text=Select Next Menu Item
|
|
action.PopupMenu-selectNext.description=Select the next menu item
|
|
action.PopupMenu-selectParent.text=Select Parent Menu Item
|
|
action.PopupMenu-selectParent.description=Close a child menu and select the corresponding item in a parent menu
|
|
action.PopupMenu-selectChild.text=Select Child Menu Item
|
|
action.PopupMenu-selectChild.description=Open a child menu and select the corresponding item in it
|
|
action.PopupMenu-return.text=Invoke Selected Action
|
|
action.PopupMenu-return.description=Open a child menu or invoke an action from selected menu item
|
|
action.PopupMenu-cancel.text=Close Context Menu
|
|
action.PopupMenu-cancel.description=Closes a context menu.
|
|
action.ScrollPane-scrollHome.text=Scroll Home
|
|
action.ScrollPane-scrollHome.description=Scroll the surrounding scrollable area to the top
|
|
action.ScrollPane-scrollEnd.text=Scroll End
|
|
action.ScrollPane-scrollEnd.description=Scroll the surrounding scrollable area to the bottom
|
|
action.ScrollPane-unitScrollUp.text=Scroll Up
|
|
action.ScrollPane-unitScrollUp.description=Scroll the surrounding scrollable area up by one unit
|
|
action.ScrollPane-unitScrollDown.text=Scroll Down
|
|
action.ScrollPane-unitScrollDown.description=Scroll the surrounding scrollable area down by one unit
|
|
action.ScrollPane-unitScrollLeft.text=Scroll Left
|
|
action.ScrollPane-unitScrollLeft.description=Scroll the surrounding scrollable area left by one unit
|
|
action.ScrollPane-unitScrollRight.text=Scroll Right
|
|
action.ScrollPane-unitScrollRight.description=Scroll the surrounding scrollable area right by one unit
|
|
action.ScrollPane-scrollUp.text=Scroll Page Up
|
|
action.ScrollPane-scrollUp.description=Scroll the surrounding scrollable area up by one page
|
|
action.ScrollPane-scrollDown.text=Scroll Page Down
|
|
action.ScrollPane-scrollDown.description=Scroll the surrounding scrollable area down by one page
|
|
action.ScrollPane-scrollLeft.text=Scroll Page Left
|
|
action.ScrollPane-scrollLeft.description=Scroll the surrounding scrollable area left by one page
|
|
action.ScrollPane-scrollRight.text=Scroll Page Right
|
|
action.ScrollPane-scrollRight.description=Scroll the surrounding scrollable area right by one page
|
|
action.RunAnything.text=Run Anything
|
|
action.RunAnything.description=Allows executing any command
|
|
action.ActivateMeetNewUIToolWindow.text=Configure the New UI
|
|
action.MeetNewUIAction.text=Configure the New UI
|
|
action.Performance.ActivityMonitor.text=Activity Monitor\u2026
|
|
action.Performance.ActivityMonitor.description=A tool to check which plugins and subsystems consume most resources
|
|
action.performancePlugin.ShowMemoryDialogAction.text=Change Memory Settings
|
|
action.performancePlugin.ShowMemoryDialogAction.description=Show change memory dialog
|
|
action.SearchEverywhere.NextTab.text=Next Tab
|
|
action.SearchEverywhere.NextTab.description=Switch to next tab in Search Everywhere dialog
|
|
action.SearchEverywhere.PrevTab.text=Prev Tab
|
|
action.SearchEverywhere.PrevTab.description=Switch to previous tab in Search Everywhere dialog
|
|
action.SearchEverywhere.CompleteCommand.text=Complete Command
|
|
action.SearchEverywhere.CompleteCommand.description=Autocomplete command in Search Everywhere dialog
|
|
action.SearchEverywhere.SelectItem.text=Select Item
|
|
action.SearchEverywhere.SelectItem.description=Select item in Search Everywhere dialog
|
|
action.SearchEverywhere.NavigateToNextGroup.text=Next Group Element
|
|
action.SearchEverywhere.NavigateToNextGroup.description=Navigate to the next group in the Search Everywhere dialog
|
|
action.SearchEverywhere.NavigateToPrevGroup.text=Prev Group Element
|
|
action.SearchEverywhere.NavigateToPrevGroup.description=Navigate to the previous group in the Search Everywhere dialog
|
|
action.SegmentedButton-left.text=Select Previous Segmented Button
|
|
action.SegmentedButton-right.text=Select Next Segmented Button
|
|
|
|
action.QuickActionPopup.text=Show Quick Actions Popup
|
|
action.CollapseExpandableComponent.text=Collapse Component
|
|
action.ExpandExpandableComponent.text=Expand Component
|
|
action.ShowColorPicker.text=Show Color Picker
|
|
action.QuickDocCopy.text=Copy Quick Doc
|
|
action.OpenElementInNewWindow.text=Open In New Editor Window
|
|
action.ForceRefresh.text=Force Refresh
|
|
group.TextEditorWithPreview.SplitGroup.text=Split Layout
|
|
action.TextEditorWithPreview.SplitVertically.text=Vertical Layout
|
|
action.TextEditorWithPreview.SplitHorizontally.text=Horizontal Layout
|
|
action.Diff.OpenDiffInEditor.text=Open Selected Diff Request as Editor Tab
|
|
action.Diff.ShowSettingsPopup.text=Show Diff Settings Popup\u2026
|
|
action.Diff.ShowInExternalTool.text=Show Diff in External Tool
|
|
action.ScrollTreeToCenter.text=Scroll to Center
|
|
action.IconsLoadTime.text=Log Icons Load Time
|
|
action.PluginManagerFiltersConfigureTrustOnlyJetBrainsDebugAction.text=Plugin Filter for Org: Trust Only JetBrains
|
|
action.PluginManagerFiltersConfigureResetTrustDebugAction.text=Plugin Filter for Org: Reset
|
|
action.NextTemplateParameter.text=Next Live Template Parameter
|
|
action.PrevTemplateParameter.text=Previous Live Template Parameter
|
|
action.Performance.DumpThreads.text=Dump Threads
|
|
action.Performance.MemTester.text=Run Memory Tester\u2026
|
|
action.BrowseSpecialPaths.text=Special Files and Folders
|
|
action.CollectTroubleshootingInformation.text=Collect Troubleshooting Information
|
|
group.WelcomeScreen.KeymapGroup.text=Welcome Screen
|
|
action.WelcomeScreen.OpenSelected.text=Open Selected
|
|
action.WelcomeScreen.NewGroup.text=New Project Group
|
|
action.WelcomeScreen.EditGroup.text=Edit\u2026
|
|
action.WelcomeScreen.ChangeProjectIcon.text=Set Custom Project Icon\u2026
|
|
action.WelcomeScreen.CopyProjectPath.text=Copy Path
|
|
action.WelcomeScreen.RemoveSelected.text=Remove from Recent Projects\u2026
|
|
action.JBTabsDemo.text=JBTabs Demo
|
|
action.ToolbarDemo.text=Toolbar Demo
|
|
action.TreeViewModelDemo.text=Tree View Model Demo
|
|
action.JTabbedPaneDemo.text=JTabbedPane Demo
|
|
action.DumbMode.text=Dumb Mode
|
|
action.ToggleIncompleteMode.text=Enter Incomplete Dependencies Mode
|
|
action.TriggerProjectIndexableFilesFilterHealthCheckAction.text=Trigger Project Indexable Files Filter Health Check
|
|
action.DumbModeTremble.text=Tremble Dumb Mode
|
|
action.LaggingMode.text=Lagging Mode
|
|
action.AddInlayInternalAction.text=Add Inlay\u2026
|
|
action.AddInlayBlockInternalAction.text=Add Block Inlay\u2026
|
|
action.SetCaretVisualAttributesInternalAction.text=Set Caret Visual Attributes\u2026
|
|
action.EditorRenderingBenchmarkAction.text=Editor Rendering Benchmark
|
|
action.JBCefOsrMeasureFps.text=Measure OSR JCEF FPS
|
|
action.TransferSettingsDemoAction.text=Test Transfer Settings
|
|
action.NotificationTestAction.text=Add Test Notification
|
|
action.LabelSizeDemoAction.text=Test Label Sizes
|
|
action.TestTooltipsAction.text=Test Tooltips
|
|
action.ShowGotItDemo.text=Show GotIt Demo
|
|
action.ShowInlineBanner.text=Show Inline Banners
|
|
action.TestMessageBoxAction.text=Show Test Dialog
|
|
action.ComponentPanelTestAction.text=Show Standard Panels
|
|
action.ResetGotItTooltips.text=Reset Got It Tooltips
|
|
action.CloseGotItTooltip.text=Close Got It Tooltip
|
|
action.FocusDebugger.text=Start Focus Debugger
|
|
action.DumpFocusableComponentHierarchyAction.text=Dump Focusable Component Hierarchy
|
|
action.ChooseRuntime.text=Choose Boot Java Runtime for the IDE\u2026
|
|
action.FocusTracer.text=Start Focus Tracing
|
|
action.KeymapToCsv.text=Export Keymap to CSV\u2026
|
|
action.CompareKeymaps.text=Compare Keymaps\u2026
|
|
action.BrowseWeb.text=Browse Web\u2026
|
|
action.ShowSearchEverywhereItemInfo.text=Show Search Everywhere Item Info
|
|
action.MoveFileToAnotherModule.text=Move File to Another Module
|
|
action.PerformGC.text=Perform GC
|
|
action.LogFocusRequests.text=Log Focus Requests
|
|
action.UiInspector.text=UI &Inspector
|
|
action.CopyUiLabel.text=Copy UI Label
|
|
action.UiThemeColorPickerAction.text=Enable UI Theme Color Picker
|
|
action.GrayFilterConfig.text=&GrayFilter
|
|
action.TextGrayFilterConfig.text=&TextGrayFilter
|
|
action.ShowSplash.text=Show Splash
|
|
action.ValidationTest.text=Validation Dialog Test
|
|
action.MacMessagesTest.text=Test Mac Messages
|
|
action.ColorBlindnessTest.text=Test ColorBlindness
|
|
action.TreeExpandAll.text=Expand Tree
|
|
action.UIDefaults.text=LaF Defaults
|
|
action.EnableMetalRendering.text=Metal Rendering Pipeline
|
|
action.RulerGuide.text=Ruler Guide
|
|
action.WriteActionUnderProgress.text=Test Write Action Under Progress
|
|
action.LongBackgroundWriteAction.text=Run Long Background Write Action
|
|
action.TestProgressWindow.text=Test Progress Window
|
|
action.TestCoroutineProgress.text=Test Coroutine Progress
|
|
action.TestGestureAction.text=Test Gesture Action
|
|
action.TestDndAction.text=Test Dnd
|
|
action.AnimatorTestAction.text=Test Animator
|
|
action.PositionTrackerTestAction.text=Test Position Tracker
|
|
action.ShowProgressTestDialogAction.text=Test Progress Indicators
|
|
action.ShowBundleLocalizationDialogAction.text=Show Bundles Messages
|
|
action.ShowCompressibleToolbarAction.text=Display Dynamic Compressed Toolbars
|
|
action.TestRubberDuckDebuggerAction.text=Test Rubber Duck Debugger
|
|
action.ShowSouthPanelTestDialogAction.text=Test DialogWrapper South Panel
|
|
action.TestTextFieldAction.text=Test Text Fields
|
|
action.ShowNotificationIconsDialogAction.text=Test Notification Icons
|
|
action.WebBrowser.text=Show &Web Browser
|
|
action.JBCefTestApp.text=JCEF Test App
|
|
action.UnixInfoTest.text=Show Unix Info
|
|
action.UiDslShowcaseAction.text=UI DSL Showcase
|
|
action.UISandboxAction.text=UI Sandbox
|
|
action.ProgressIconShowcaseAction.text=Progress Icon Showcase
|
|
action.IconScaleTestAction.text=Show Icons Scale Test Dialog
|
|
action.ImageDuplicates.text=Find Image Duplicates
|
|
action.TestIconMappings.text=Test Icon Mappings
|
|
action.ShowNonRetinaImages.text=Show Non-Retina Images
|
|
action.ShowUpdateDialogAction.text=Show Update Dialog
|
|
action.ApplyFixedWindowSize.text=Apply Specific Size
|
|
action.ConfigureDefaultSize.text=Configure Default Size\u2026
|
|
action.ShowEditorHighlighterTokens.text=Show Editor Highlighter Tokens
|
|
action.DirDiffMenu.SynchronizeDiff.text=Synchronize Selected
|
|
action.DirDiffMenu.SynchronizeDiff.All.text=Synchronize All
|
|
action.DirDiffMenu.SetCopyToRight.text=Set Copy to Right
|
|
action.DirDiffMenu.SetCopyToLeft.text=Set Copy to Left
|
|
action.DirDiffMenu.SetDelete.text=Set Delete
|
|
action.DirDiffMenu.SetNoOperation.text=Set Do Nothing
|
|
action.DirDiffMenu.MirrorToRight.text=Set Mirror to Right
|
|
action.DirDiffMenu.Exclude.text=Exclude from Results
|
|
action.DirDiffMenu.MirrorToLeft.text=Set Mirror to Left
|
|
action.DirDiffMenu.SetDefault.text=Set Default
|
|
action.DirDiffMenu.WarnOnDeletion.text=Warn When Delete
|
|
action.DirDiffMenu.EnableLeft.text=Show New Files on Left Side
|
|
action.DirDiffMenu.EnableRight.text=Show New Files on Right Side
|
|
action.DirDiffMenu.EnableEqual.text=Show Equal Files
|
|
action.DirDiffMenu.EnableNotEqual.text=Show Difference
|
|
action.DirDiffMenu.CompareNewFilesWithEachOtherAction.text=Compare New Files with Each Other
|
|
action.DirDiffMenu.CancelComparingNewFilesWithEachOther.text=Cancel Comparing New Files with Each Other
|
|
action.OpenBlankEditorInBlankDiffWindow.text=Switch to Blank Editor
|
|
action.OpenFileEditorInBlankDiffWindow.text=Switch to a File\u2026
|
|
group.OpenRecentEditorInBlankDiffWindow.text=Switch to Recent
|
|
action.SwapSidesInDiffWindow.text=Swap Sides
|
|
action.ToggleThreeSideInBlankDiffWindow.text=Toggle Three-Side Viewer
|
|
action.ToggleThreeSideInBlankDiffWindow.text.enable=Switch to Three-Side Viewer
|
|
action.ToggleThreeSideInBlankDiffWindow.text.disable=Switch to Two-Side Viewer
|
|
action.SwapThreeWayColorModeInDiffWindow.text=Change Three-Side Viewer Mode
|
|
action.Rerun.text=Rerun
|
|
action.RerunTests.text=Rerun Tests
|
|
action.MaximizeActiveDialog.text=Maximize/Restore Active Dialog
|
|
action.SelectInProjectView.text=Select File in Project View
|
|
action.SelectInProjectView.directory.text=Select Directory in Project View
|
|
action.SelectInProjectView.description=Select a context file in the Project View
|
|
action.SelectOpenedFileInProjectView.text=Select Opened File
|
|
# suppress inspection "UnusedProperty" - used from SelectFileAction
|
|
action.SelectOpenedFileInProjectView.description=Select an opened file in the Project View
|
|
group.ShowFilterPopup.text=Show Filter Popup
|
|
action.ShowSearchHistory.text=Show Search History
|
|
action.HidpiInfo.text=Show &HiDPI Info
|
|
action.UserInvokedFullAnalysis.text=Create And Immediately Analyze Heap Dump
|
|
action.SilentHeapDumpSnapshot.text=Create And Schedule Heap Dump Analysis (Non-User Invoked)
|
|
action.AnalyzeHeapDumpSnapshot.text=Analyze Heap Dump
|
|
action.NextWindow.text=Activate Next Window
|
|
action.PreviousWindow.text=Activate Previous Window
|
|
action.CopyAbsolutePath.text=Absolute Path
|
|
action.CopyPathWithLineNumber.text=Path With Line Number
|
|
action.CopyContentRootPath.text=Path From Content Root
|
|
action.CopySourceRootPath.text=Path From Source Root
|
|
action.CopyTBXReference.text=Toolbox URL
|
|
action.CopyFileName.text=File Name
|
|
|
|
action.EmojiAndSymbols.text=Emoji \\&\\& Symbols
|
|
action.ToggleFocusMode.text=Highlight Only Current Declaration
|
|
|
|
group.ListActions.text=List Actions
|
|
group.TableActions.text=Table Actions
|
|
group.TreeActions.text=Tree Actions
|
|
group.PopupMenuActions.text=Popup Menu Actions
|
|
group.ScrollPaneActions.text=Scroll
|
|
group.Diff.KeymapGroup.text=Diff \\&\\& Merge
|
|
group.Diff.Binary.Settings.text=Settings
|
|
group.compare.contents.text=Compare Contents
|
|
group.TabsActions.text=Tabs
|
|
group.TWViewModes.text=Tool Windows View Modes
|
|
group.TWViewModesLegacy.text=Tool Windows Legacy View Modes (Deprecated)
|
|
group.SearchEverywhereActions.text=Search Everywhere
|
|
action.SearchEverywhereNewToolbarAction.text=Search Everywhere
|
|
group.Internal.HeapAnalysis.text=Heap Analysis
|
|
group.Internal.UI.Demos.text=Demos
|
|
group.Internal.UI.Animation.text=Animation
|
|
group.Internal.UI.Focus.text=Focus
|
|
group.Internal.UI.Icons.text=Icons
|
|
group.Internal.UI.KotlinUiDsl.text=Kotlin UI DSL
|
|
|
|
action.ChooseRunConfiguration.text=Run\u2026
|
|
action.ChooseRunConfiguration.description=Choose and run configuration
|
|
action.ChooseDebugConfiguration.text=Debug\u2026
|
|
action.ChooseDebugConfiguration.description=Choose and debug configuration
|
|
action.Refactorings.QuickListPopupAction.text=Refactor This\u2026
|
|
action.Refactorings.QuickListPopupAction.description=Context-aware popup with a list of refactoring actions
|
|
|
|
action.SaveTemporaryRunConfiguration.text=Save Configuration
|
|
action.SaveTemporaryRunConfiguration.description=Save the temporary run configuration
|
|
action.DeleteRunConfiguration.text=Delete
|
|
action.DeleteRunConfiguration.description=Delete the run configuration
|
|
|
|
group.Floating.CodeToolbar.text=Floating Code Toolbar
|
|
action.Floating.CodeToolbar.Disable.text=Don't Show Toolbar
|
|
action.CodeFloatingToolbar.GotoNextMenu.text=Go to Next Toolbar Menu
|
|
action.CodeFloatingToolbar.GotoPrevMenu.text=Go to Previous Toolbar Menu
|
|
action.Floating.CodeToolbar.Customize.text=Customize Toolbar\u2026
|
|
group.Floating.CodeToolbar.Extract.text=Extract
|
|
group.Floating.CodeToolbar.Surround.text=Surround
|
|
action.Floating.CodeToolbar.SurroundWithTryCatch.text=try / catch
|
|
action.Floating.CodeToolbar.SurroundWithTryCatchFinally.text=try / catch / finally
|
|
action.Floating.CodeToolbar.SurroundWithIf.text=if
|
|
|
|
action.ProjectViewEditSource.text=Edit Source
|
|
action.TypeHierarchyBase.BaseOnThisType.text=Base on This Type
|
|
action.MethodHierarchy.BaseOnThisMethod.text=Base on This Method
|
|
action.CallHierarchy.BaseOnThisMethod.text=Base on This Method
|
|
action.Debugger.RemoveAllBreakpoints.text=Remove All Breakpoints
|
|
action.Debugger.RemoveAllBreakpointsInFile.text=Remove All Breakpoints In The Current File
|
|
action.Debugger.CopyStack.text=Copy Stack
|
|
action.Debugger.FreezeActiveThreadAction.text=Suspend Thread
|
|
action.Debugger.FreezeActiveThreadAction.synonym=Freeze Thread
|
|
action.Debugger.FreezeActiveThreadAction.description=Thread execution will be suspended
|
|
action.Debugger.ThawActiveThreadAction.text=Resume Thread
|
|
action.Debugger.ThawActiveThreadAction.synonym=Unfreeze Thread
|
|
action.Debugger.ThawActiveThreadAction.description=Thread execution will be resumed
|
|
action.Debugger.FreezeInactiveThreadsAction.text=Suspend Other Threads
|
|
action.Debugger.FreezeInactiveThreadsAction.synonym=Freeze Other Threads
|
|
action.Debugger.FreezeInactiveThreadsAction.description=Thread execution on other threads will be suspended
|
|
action.Debugger.ThawAllThreadsAction.text=Resume All Threads
|
|
action.Debugger.ThawAllThreadsAction.synonym=Unfreeze All Threads
|
|
action.Debugger.ThawAllThreadsAction.description=Thread execution on other threads will be resumed
|
|
action.Debugger.FreezeInactiveThreadsAmongSelected.text=Suspend Inactive Threads in a Group
|
|
action.Debugger.FreezeInactiveThreadsAmongSelected.synonym=Freeze Inactive Threads in a Group
|
|
action.Debugger.FreezeInactiveThreadsAmongSelected.description=Suspend inactive threads in a group
|
|
action.Debugger.FreezeSelectedThreads.text=Suspend Threads
|
|
action.Debugger.FreezeSelectedThreads.synonym=Freeze Threads
|
|
action.Debugger.FreezeSelectedThreads.description=Suspend threads
|
|
action.Debugger.ThawSelectedThreads.text=Resume Threads
|
|
action.Debugger.ThawSelectedThreads.synonym=Unfreeze Threads
|
|
action.Debugger.ThawSelectedThreads.description=Resume threads
|
|
action.Vcs.Operations.Popup.Annotate.text=Annotated Line Operations
|
|
action.SendEOF.text=Send EOF
|
|
group.ImportTests.text=Import Test Results
|
|
action.ImportTestsFromFile.text=Import Test From File
|
|
action.DumpLookupElementWeights.text=Dump Lookup Element Weights to Log
|
|
action.RunDashboard.Run.text=Run
|
|
action.RunDashboard.Debug.text=Debug
|
|
action.RunDashboard.Stop.text=Stop
|
|
action.RunDashboard.EditConfiguration.text=Edit Configuration
|
|
action.RunDashboard.CopyConfiguration.text=Copy Configuration
|
|
action.RunDashboard.HideConfiguration.text=Hide Configuration
|
|
action.RunDashboard.RestoreHiddenConfigurations.text=Restore Hidden Configurations
|
|
action.RunDashboard.RemoveType.text=Remove Configuration Type from Services
|
|
action.RunDashboard.OpenRunningConfigInNewTab.text=Open Running Configuration in New Tab
|
|
action.RunDashboard.ClearConsole.text=Clear Console
|
|
action.RunDashboard.ClearContent.text=Clear Content
|
|
action.RunDashboard.RestoreConfiguration.text=Restore Configuration
|
|
action.RunDashboard.GroupConfigurations.text=Group Configurations
|
|
action.RunDashboard.UngroupConfigurations.text=Ungroup Configurations
|
|
action.ServiceView.GroupByContributor.text=Group Services by Type
|
|
action.ServiceView.OpenInNewTab.text=Open in New Tab
|
|
action.ServiceView.OpenEachInNewTab.text=Open Each in New Tab
|
|
action.ServiceView.SplitByType.text=Open Each Type in New Tab
|
|
action.ServiceView.OpenInToolWindow.text=Open in Separate Tool Window
|
|
action.ServiceView.JumpToServices.text=Jump to Services
|
|
action.ServiceView.ShowServices.text=Show Services Tree
|
|
action.ServiceView.SelectActiveService.text=Always Select Active Service
|
|
action.ServiceView.ConfigureServices.text=Configure Services Tool Window
|
|
action.RunDashboard.GroupByType.text=Type
|
|
action.RunDashboard.GroupByStatus.text=Status
|
|
action.RunDashboard.AddConfiguration.text=Run Configuration\u2026
|
|
action.RunDashboard.DoubleClickRun.text=Double Click to Run Configuration
|
|
action.UpdateRunningApplication.text=Update Running Application
|
|
action.TypingLatencyReport.text=Typing Latency Report
|
|
action.RetypeFile.text=Retype Current File
|
|
action.CompletionQualityStats.text=Completion Quality Statistics
|
|
action.ShowControlFlowAction.text=Show Control Flow
|
|
|
|
action.AnalyzePluginStartupPerformance.text=Analyze Plugin Startup Performance
|
|
action.TriggerLowMemoryNotification.text=Trigger Low Memory Notification
|
|
|
|
action.ManageSubscriptions.alias1=register
|
|
action.ManageSubscriptions.alias2=license
|
|
action.ManageSubscriptions.alias3=licenses
|
|
action.ManageSubscriptions.alias4=subscription
|
|
action.ManageSubscriptions.alias5=subscriptions
|
|
|
|
action.ManageSubscriptions.text=Manage Subscriptions\u2026
|
|
action.WelcomeScreen.ManageLicense.text=Manage Licenses\u2026
|
|
action.Register.text=_Register\u2026
|
|
action.Register.description=Enter registration data
|
|
group.RegistrationActions.text=Registration Actions
|
|
action.ToggleUnusedState.text=Signal IDE Not Used
|
|
action.ToggleUnusedState.description=Signal the IDE is either not used or used
|
|
|
|
group.TouchBar.text=Touchbar
|
|
group.TodoMainGroup.text=TODO
|
|
group.TodoViewGroupByGroup.text=Group By
|
|
group.TouchBarDebug.ForceStepButtons.text=Debugger ForceStep Actions
|
|
group.TouchBarDebug_alt.text=Debugger with Alt Key
|
|
group.TouchBarDebug.StepButtons.text=Debugger Step Actions
|
|
group.TouchBarDebug.text=Debugger
|
|
group.TouchBarDefault_shift.text=Default with Shift Key
|
|
group.TouchBarDefault_cmd.alt.text=Default with Alt+Cmd Key
|
|
group.TouchBarDefault_cmd.text=Default with Cmd Key
|
|
group.TouchBarDefault_alt.text=Default with Alt Key
|
|
group.TouchBarDefault_ctrl.text=Default with Ctrl Key
|
|
group.TouchBarDefaultOptionalGroup.text=Optional Actions
|
|
group.RunnerActionsTouchbar.text=Touchbar Run/Debug Actions
|
|
group.TouchBarDefault.text=Default
|
|
group.RunDashboard.ViewOptions.text=Run Configurations
|
|
separator.RunDashboard.GroupBy=Group
|
|
separator.RunDashboard.Filter=Show
|
|
group.ServiceView.AddService.text=Add Service
|
|
group.ServiceView.OpenInNewTabGroup.text=Open in New Tab
|
|
group.ServiceView.ViewOptions.text=View Options
|
|
group.ShowAnnotateOperationsPopupGroup.text=Annotated Line
|
|
|
|
action.Graph.MergeEdges.BySources.text=By Sources
|
|
action.Graph.MergeEdges.ByTargets.text=By Targets
|
|
|
|
action.Graph.Layout.CompactOrthogonalLayouter.text=Compact
|
|
action.Graph.Layout.HierarchicGroupLayouter.text=Hierarchic Groups
|
|
action.Graph.Layout.HierarchicLayouter.text=Hierarchic
|
|
action.Graph.Layout.OrthogonalGroupLayouter.text=Orthogonal Groups
|
|
action.Graph.Layout.ChannelLayouter.text=Channel
|
|
action.Graph.Layout.SeriesParallelLayouter.text=Series Parallel
|
|
action.Graph.Layout.CircularLayouter.text=Circular
|
|
action.Graph.Layout.CircularEdgeBundledLayouter.text=Edge Bundled Circular
|
|
action.Graph.Layout.RadialLayouter.text=Radial
|
|
action.Graph.Layout.RadialEdgeBundledLayouter.text=Edge Bundled Radial
|
|
action.Graph.Layout.SingleCycleLayouter.text=Single Cycle
|
|
action.Graph.Layout.ARTreeLayouter.text=Compact
|
|
action.Graph.Layout.BalloonLayouter.text=Balloons
|
|
action.Graph.Layout.BalloonEdgeBundledLayouter.text=Edge Bundled Balloons
|
|
action.Graph.Layout.FamilyLayouter.text=Family
|
|
action.Graph.Layout.GenericLayouter.text=Generic
|
|
action.Graph.Layout.HVTreeLayouter.text=Wide
|
|
action.Graph.Layout.OrganicLayouter.text=Organic
|
|
action.Graph.Layout.OrganicEdgeBundledLayouter.text=Edge Bundled Organic
|
|
action.Graph.Layout.RandomLayouter.text=Random
|
|
# suppress inspection "UnusedProperty"
|
|
action.Graph.Layout.CustomLayouter.text=Diagram Specific
|
|
action.Graph.Layout.Fit.Content.text=Fit Content After Layout
|
|
|
|
group.Graph.AlignNodesGroup.text=Align
|
|
group.Graph.DistributeNodesGroup.text=Distribute
|
|
group.Graph.AppearanceGroup.text=Appearance
|
|
group.Graph.NeighborhoodViewPopup.LayoutGroup.text=Layout
|
|
group.Graph.NeighborhoodViewPopup.AppearanceGroup.text=Appearance
|
|
group.Graph.BehaviourGroup.text=Behaviour
|
|
group.Graph.ExportGroup.text=Export Diagram
|
|
|
|
action.Graph.AlignNodes.Top.text=Top
|
|
action.Graph.AlignNodes.Middle.text=Middle
|
|
action.Graph.AlignNodes.Bottom.text=Bottom
|
|
action.Graph.AlignNodes.Left.text=Left
|
|
action.Graph.AlignNodes.Center.text=Center
|
|
action.Graph.AlignNodes.Right.text=Right
|
|
|
|
action.Graph.DistributeNodes.Horizontally.text=Horizontally
|
|
action.Graph.DistributeNodes.Vertically.text=Vertically
|
|
|
|
action.Graph.NeighborhoodViewPopup.CompactMode.text=Display Nodes Compactly
|
|
action.Graph.NeighborhoodViewPopup.SameAsModelLayouter.text=Same as Main
|
|
|
|
group.Graph.EdgeRealizerGroup.text=Edge Shape
|
|
action.Graph.EdgeRealizer.ArcEdgeRealizer.text=Arc
|
|
action.Graph.EdgeRealizer.BezierEdgeRealizer.text=Bezier
|
|
action.Graph.EdgeRealizer.QuadCurveEdgeRealizer.text=Quad Curve
|
|
action.Graph.EdgeRealizer.SplineEdgeRealizer.text=Spline
|
|
action.Graph.EdgeRealizer.StraightPolylineEdgeRealizer.text=Straight Polyline
|
|
action.Graph.EdgeRealizer.SmoothedPolylineEdgeRealizer.text=Smoothed Polyline
|
|
|
|
group.Graph.LayoutOrientationGroup.text=Orientation
|
|
action.Graph.LayoutOrientation.BottomToTop.text=\u2191 Bottom to Top
|
|
action.Graph.LayoutOrientation.TopToBottom.text=\u2193 Top to Bottom
|
|
action.Graph.LayoutOrientation.LeftToRight.text=\u2192 Left to Right
|
|
action.Graph.LayoutOrientation.RightToLeft.text=\u2190 Right to Left
|
|
|
|
group.Graph.MergeEdgesGroup.text=Merge Edges
|
|
|
|
group.Graphs.KeymapGroup.text=Graphs
|
|
group.Graph.CommonLayoutGroup.text=Layout
|
|
group.Graph.NetsLayoutGroup.text=Nets
|
|
group.Graph.OrthogonalLayoutGroup.text=Orthogonal
|
|
group.Graph.RadialLayoutGroup.text=Radial
|
|
group.Graph.TreeLayoutGroup.text=Tree
|
|
action.Graph.ApplyCurrentLayout.text=Apply Current Layout
|
|
action.Graph.RouteEdges.text=Auto Route Edges
|
|
action.Graph.Current.Node.Dependencies.Filter.text=Show Selected Nodes with Dependencies
|
|
action.Graph.Show.Edge.Labels.text=Show Edge Labels
|
|
action.Graph.Show.Bridges.text=Show Bridges
|
|
action.Graph.Delete.text=Delete Selection
|
|
action.Graph.FitContent.text=Fit Content
|
|
action.Graph.ShowStructureViewForSelectedNode.text=Show Structure View for Selected Node
|
|
action.Graph.SnapToGrid.text=Snap to Grid
|
|
action.Graph.ShowHideGrid.text=Show Grid
|
|
action.Graph.CopyEntireDiagramToClipboard.text=Copy Diagram to Clipboard
|
|
action.Graph.CopyDiagramSelectionToClipboard.text=Copy Selection to Clipboard
|
|
action.Graph.ExportToFile.text=Export to Image\u2026
|
|
action.Graph.ExportToFile.description=Export to PNG, JPG, GIF, SVG or SVGZ file
|
|
action.Graph.ActualSize.text=Actual Size
|
|
action.Graph.ZoomOut.text=Zoom Out
|
|
action.Graph.ZoomIn.text=Zoom In
|
|
|
|
action.JsonCopyPointer.text=Copy JSON Pointer
|
|
action.JsonCopyPointer.description=Copy JSON Pointer
|
|
|
|
action.ExternalSystem.RemoveRunConfiguration.text=Remove Run Configuration
|
|
action.ExternalSystem.EditRunConfiguration.text=Edit Run Configuration\u2026
|
|
action.ExternalSystem.ShowIgnored.text=Show Ignored
|
|
action.ExternalSystem.ShowInheritedTasks.text=Display Tasks Inherited from Sub-Projects
|
|
action.ExternalSystem.GroupModules.text=Group Modules
|
|
action.ExternalSystem.GroupTasks.text=Group Tasks
|
|
action.ExternalSystem.BeforeRun.text=Execute Before Run/Debug\u2026
|
|
action.ExternalSystem.BeforeRun.description=Execute the selected task before launching Run/Debug configuration
|
|
action.ExternalSystem.AfterRebuild.text=Execute After Rebuild
|
|
action.ExternalSystem.AfterRebuild.description=Execute the selected task after the full rebuild
|
|
action.ExternalSystem.BeforeRebuild.text=Execute Before Rebuild
|
|
action.ExternalSystem.BeforeRebuild.description=Execute the selected task before full rebuild
|
|
action.ExternalSystem.AfterCompile.text=Execute After Build
|
|
action.ExternalSystem.AfterCompile.description=Execute the selected task after Build
|
|
action.ExternalSystem.BeforeCompile.text=Execute Before Build
|
|
action.ExternalSystem.BeforeCompile.description=Execute the selected task before Build
|
|
action.ExternalSystem.AfterSync.text=Execute After Sync
|
|
action.ExternalSystem.AfterSync.description=Execute the selected task after the project import
|
|
action.ExternalSystem.BeforeSync.text=Execute Before Sync
|
|
action.ExternalSystem.BeforeSync.description=Execute the selected task before the project import
|
|
action.ExternalSystem.AssignRunConfigurationShortcut.text=Assign Shortcut\u2026
|
|
action.ExternalSystem.AssignRunConfigurationShortcut.description=Assign a shortcut to the selected Run Configuration
|
|
action.ExternalSystem.AssignShortcut.text=Assign Shortcut\u2026
|
|
action.ExternalSystem.AssignShortcut.description=Assign a shortcut to the selected task
|
|
action.ExternalSystem.RunTask.text=_Run Task
|
|
action.ExternalSystem.RunTask.description=Execute selected tasks
|
|
action.ExternalSystem.SelectProjectDataToImport.text=Select Project Data To Import
|
|
action.ExternalSystem.CollapseAll.text=Collapse All
|
|
action.ExternalSystem.ExpandAll.text=Expand All
|
|
group.ExternalSystem.ShowSettingsGroup.text=Build Tool Settings
|
|
action.ExternalSystem.ShowCommonSettings.text=Auto-Sync Settings\u2026
|
|
action.ExternalSystem.ShowCommonSettings.description=Edit build tools settings for the current project
|
|
|
|
action.NewSqlFile.text=SQL File
|
|
action.NewSqlFile.description=Create a new SQL file
|
|
action.NewDatabaseProject.text=Project\u2026
|
|
action.DetachDirectory.text=Detach Directory from Project\u2026
|
|
action.AttachDirectory.text=Attach Directory to Project\u2026
|
|
action.ExcludeFromProjectAction.text=Exclude from Project
|
|
action.IncludeToProjectAction.text=Include to Project
|
|
action.ConsoleView.FoldLinesLikeThis.text=Fold Lines Like This
|
|
action.ManageProjectTemplates.text=Manage Project Templates\u2026
|
|
action.SaveProjectAsTemplate.text=Save Project as Template\u2026
|
|
action.InsertRubyInjectionWithoutOutput.text=Insert '<% %>'
|
|
action.InsertRubyInjectionWithoutOutput.description=Inserts '<% %>' in Erb files
|
|
action.InsertRubyInjection.text=Insert '<%= %>'
|
|
action.InsertRubyInjection.description=Inserts '<%= %>' in Erb files
|
|
action.GemRequirements.ShowSettings.text=Ruby Interpreters
|
|
action.RubyMineDeveloperCommunity.text=Developer Community
|
|
action.RubyMineDeveloperCommunity.description=RubyMine developer community forum
|
|
action.RubyMineDemos.text=Demos and Tutorials
|
|
action.RubyMineDemos.description=View short live demos introducing features of RubyMine
|
|
action.NewRubyMineDirectoryProject.text=Project\u2026
|
|
action.NewRubyMineDirectoryProject.ProjectWidgetPopup.text=New Project\u2026
|
|
action.RubyMineProjectFromVersionControlAction.text=Project from Version Control\u2026
|
|
action.RubyMineProjectFromVersionControlAction.ProjectWidgetPopup.text=Clone Repository\u2026
|
|
group.Internal.PMM.text=PMM Utils
|
|
group.TopAnomalies.text=Top Anomalies
|
|
group.Internal.UI.text=&UI
|
|
group.Internal.Editor.text=&Editor
|
|
group.Internal.Performance.text=Performance
|
|
group.Internal.Errors.text=Exceptions
|
|
group.Internal.text=&Internal Actions
|
|
group.WelcomeScreen.MoveToGroup.text=Move To Group
|
|
action.$Redo.text=Redo
|
|
action.$Undo.text=Undo
|
|
action.UndoDumpAction.text=Dump Undo
|
|
group.Vcs.KeymapGroup.text=Version Control Systems
|
|
group.InspectCodeGroup.text=Inspect Code Actions
|
|
action.OpenStatisticsEventLogAction.text=Open Statistics Event Log
|
|
action.OpenStatisticsEventLogAction.description=Opens a toolwindow with statistics event log
|
|
action.ConfigureEventsSchemeFileAction.text=Configure Events Scheme File
|
|
action.ConfigureEventsSchemeFileAction.description=Load Events Scheme from the custom folder
|
|
action.ReportSettingsToFUS.text=Record Changed Settings to Event Log
|
|
action.CleanupEventsTestSchemeAction.text=Clean Up Events Test Scheme
|
|
action.CleanupEventsTestSchemeAction.description=Removes all groups registered in the test scheme
|
|
action.RecordStateCollectors.text=Record State Collectors to Event Log
|
|
action.RecordStateCollectors.description=Invokes all state collectors and records result to the event log
|
|
action.ShowChangedStateStatisticsAction.text=Show Only Changed State Events
|
|
action.ShowChangedStateStatisticsAction.description=Invokes all state collectors and shows only changed events since the previous record
|
|
action.AddGroupToTestSchemeAction.text=Add Group to Events Test Scheme
|
|
action.AddGroupToTestSchemeAction.description=Allows all data from the group. Use it to test new collector locally.
|
|
action.EditTestSchemeAction.text=Edit Events Test Scheme
|
|
action.EditTestSchemeAction.description=Allows all data from the group. Use it to test new collector locally.
|
|
group.OpenEventLogFileAction.text=Open Event Log in Editor
|
|
group.OpenEventLogFileAction.description=Opens an active event log file in IDE
|
|
action.OpenEventsTestSchemeFileAction.text=Open Test Scheme File
|
|
action.OpenEventsTestSchemeFileAction.description=Open the test scheme of the IDE event log
|
|
action.OpenEventsSchemeFileAction.text=Open Scheme File
|
|
action.OpenEventsSchemeFileAction.description=Open the scheme of the IDE event log
|
|
group.UpdateEventsSchemeAction.text=Update Events Scheme
|
|
group.UpdateEventsSchemeAction.description=Update the main events scheme from the server if necessary. Also, reload the test events scheme from the file.
|
|
action.SendEventLogStatistics.text=Send Feature Usage Event Log To Prod
|
|
action.SendEventLogStatistics.description=Sends event log files to qa server
|
|
group.FeatureUsage.Internal.text=Feature Usages Statistics
|
|
group.CleanupEventLog.text=Clean Up Event Log
|
|
group.CleanupEventLog.description=Removes all not send event log files
|
|
action.GenerateEventsScheme.text=Show FUS Collectors Scheme
|
|
action.GenerateEventsScheme.description=Gather statistics collectors' scheme from running IDE instance
|
|
action.StaticIconFields.text=List Static Icon Fields Initializers
|
|
action.ExpressionStatistics.text=Collect Java Expression Statistics
|
|
action.LibraryUsageStatistics.text=Show Library Usage Information of Import
|
|
action.DumpLibraryUsageStatistics.text=Dump Library Usage Statistics
|
|
action.UsedIconsListing.text=List Used Icons
|
|
action.GenerateVisitorByHierarchy.text=Generate Hierarchy Visitor\u2026
|
|
group.Internal.Java.text=Java
|
|
action.CollectFUStatisticsAction.text=Collect Statistics from Collector\u2026
|
|
action.TestParseEventsSchemeAction.text=Test Parsing Events Scheme\u2026
|
|
action.ShowUsageFeatures.text=Show Usage Features
|
|
action.FixLineSeparators.text=Fix Line Separators
|
|
action.PruneEmptyDirectories.text=Prune Empty Directories
|
|
action.LoadAllVFSContent.text=Load All VFS Stored Files Content
|
|
action.LoadAllContent.text=Load All Files Content
|
|
action.CheckVfsSanity.text=Run VFS Health Check
|
|
action.CheckVfsSanity.progress=Checking VFS health (see results in logs)
|
|
action.MarkVfsCorrupted.text=Mark VFS As Corrupted
|
|
action.RequestCachesDefragmentation.text=Request VFS and Indexes Defragmentation
|
|
action.MarkFileDirty.text=Mark File Dirty in VCS
|
|
action.DumpWatchedRoots.text=Show Watched VFS Roots
|
|
group.Internal.VFS.text=VFS
|
|
action.TurnOnOffCachedValueProfilerAction.text=Turn on Cached Value Profiler
|
|
action.DumpScreenConfiguration.text=Dump Screen Configuration
|
|
action.DumpInvalidTipsOfTheDay.text=Dump Invalid Tips of the Day
|
|
action.SelectAndDumpInvalidTipsOfTheDay.text=Select and Dump Invalid Tips of the Day
|
|
action.DumpIElementTypesAction.text=Dump IElementType Registry
|
|
action.DumpLoadedInspectionsAction.text=Dump Initialized Inspections
|
|
action.DumpPluginDescriptorsAction.text=Dump Plugin Descriptors
|
|
action.DumpPluginDescriptorsAction.description=Write information about descriptors and classloaders of loaded plugins to plugin-descriptors-data.json in the logs directory
|
|
action.ScanSourceCommentsAction.text=Dump All Comments In Project
|
|
action.DumpExtensions.text=Dump Extensions
|
|
action.DumpRunConfigurationTypesAction.text=Dump Run Configuration Types
|
|
group.Internal.Dump.text=Dump
|
|
group.Internal1.text=IDEA Internal Actions
|
|
action.FindUsedTestData.text=Find Unused Test Data
|
|
action.ShowDiscoveredTests.text=Show Affected Tests
|
|
action.RenameAction.text=Rename\u2026
|
|
action.LightEditExitAction.text=E&xit
|
|
action.LightEditNewFileAction.text=&New
|
|
action.FileChooser.LightEditGotoOpenedFile.text=Select Opened File
|
|
action.LightEditOpenFileInProjectAction.text=Open File in Project\u2026
|
|
action.SaveAs.text=Save As\u2026
|
|
action.AttachProject.text=Attach Project\u2026
|
|
action.DumpVfsInfoForExcludedFiles.text=Dump VFS content for files under excluded roots
|
|
action.DumpVfsInfoForFsRoot.text=Dump VFS content for\u2026
|
|
action.ResetFilterAction.text=Reset Filter
|
|
action.ChangeSortingAction.text=Sort by Name
|
|
action.RestoreShelvedChange.text=Restore
|
|
action.ComputeVirtualFileNameStatAction.text=Compute VF Name Statistics
|
|
action.CustomizeUIAction.text=Customize Menus and Toolbars\u2026
|
|
action.ShowDetailedInformationAction.text=Show indirect dependencies
|
|
action.RemoveFromScopeAction.text=Remove from scope
|
|
action.AddToScopeAction.text=Add to scope
|
|
action.DumpInspectionDescriptionsAction.text=Dump inspection descriptions
|
|
action.DumpIntentionsAction.text=Dump Intentions
|
|
action.DumpFormattingModel.text=Dump Formatting Model
|
|
action.ConfigureScopesAction.text=Configure\u2026
|
|
group.MaintenanceGroup.text=Maintenance
|
|
action.ReopenClosedTab.text=Reopen Closed Tab
|
|
action.SeverityEditorDialogAction.text=Show Severities Editor
|
|
action.ConfigureTemplatesAction.text=Configure Live Templates\u2026
|
|
action.ShowFontsUsedByEditor.text=Show Fonts Used by Editor
|
|
action.ShowFontsUsedByEditor.description=Allows finding out what fallback fonts are actually used in the editor
|
|
|
|
action.OpenMouseWheelSmoothScrollSettings.text=Smooth Scroll Options
|
|
save.file.as.template=Save File as Template
|
|
|
|
action.DupLocate.text=_Locate Duplicates\u2026
|
|
action.DupLocate.description=Locate duplicate code in a project
|
|
action.InspectionFilterAction.filter.inspections.text=Filter Inspections
|
|
action.InspectionFilterAction.filter.by.language.text=Filter by Language
|
|
|
|
action.AnnotateStackTraceAction.show.files.modification.info.text=Show Files Modification Info
|
|
|
|
group.ProblemsView.Options.text=View Options
|
|
group.ProblemsView.Options.description=Allows sorting problems and filter them out
|
|
group.ProblemsView.Show.text=Show
|
|
group.ProblemsView.SortBy.text=Sort By
|
|
action.ProblemsView.AutoscrollToSource.text=Open Files with Single Click
|
|
action.ProblemsView.AutoscrollToSource.description=Open the editor for the selected file and navigate to the selected problem when the selection changes
|
|
action.ProblemsView.OpenInPreviewTab.text=Enable Preview Tab
|
|
action.ProblemsView.ShowPreview.text=Open Editor Preview
|
|
action.ProblemsView.ShowPreview.description=Click a selected problem to open a preview for it
|
|
action.ProblemsView.GroupByToolId.text=Group by Inspection
|
|
action.ProblemsView.GroupByToolId.description=Allows to group problems by inspection
|
|
action.ProblemsView.SortFoldersFirst.text=Folders Always on Top
|
|
action.ProblemsView.SortFoldersFirst.description=Sort files and folders separately
|
|
action.ProblemsView.SortBySeverity.text=Severity
|
|
action.ProblemsView.SortBySeverity.description=Allows sorting problems by severity
|
|
action.ProblemsView.SortByName.text=Name
|
|
action.ProblemsView.SortByName.description=Allows sorting problems by name
|
|
action.ProblemsView.QuickFixes.text=Show Quick-Fixes
|
|
action.ProblemsView.QuickFixes.description=Show available quick-fixes for a selected problem
|
|
action.ProblemsView.CopyProblemDescription.text=Copy Problem Description
|
|
action.ProblemsView.CopyProblemDescription.description=Copy problem description to clipboard
|
|
|
|
group.Patch.MainMenu.text=Patch
|
|
|
|
action.LoadUnloadModules.text=Load/Unload Modules\u2026
|
|
group.ArrangementRulesGroup.text=Arrangement Rules
|
|
|
|
action.EditorTranspose.text=Transpose
|
|
action.EditSourceNotInEditor.text=Edit Source (Not in Editor)
|
|
action.ActivateFindToolWindow.text=Find
|
|
action.ActivateRunToolWindow.text=Run
|
|
action.ActivateDebugToolWindow.text=Debug
|
|
action.ActivateHierarchyToolWindow.text=Hierarchy
|
|
group.RunContextGroupMore.text=More Run/Debug
|
|
group.RevealGroup.text=Open In
|
|
group.OpenInBrowserGroup.RevealInPopup.text=Browser
|
|
action.ResetWindowsDefenderNotification.text=Reset Microsoft Defender Notification
|
|
action.FindSelectionInPath.text=Find in Files
|
|
|
|
group.Internal.Trust.text=Source Security
|
|
action.TrustProject.text=Trust
|
|
action.UntrustProject.text=Do Not Trust
|
|
action.FixWSLFirewall.text=Fix WSL Firewall Settings
|
|
action.ShowTrustProjectDialog.text=Trust Project\u2026
|
|
|
|
action.RunConfigurationTemplatesForNewProjects.MainMenu.text=Run Configuration Templates\u2026
|
|
action.TemplateProjectStructure.MainMenu.text=Structure\u2026
|
|
action.ClickLink.text=Click Link
|
|
|
|
action.RunToolbarWidgetAction.text=Run/Debug Widget
|
|
action.RunToolbarProcessStartedAction.text=Active Process
|
|
action.RunToolbarMainSlotInfoAction.text=Active Processes
|
|
action.RunToolbarRunConfigurationsAction.text=Add Configuration\u2026
|
|
action.RunToolbarMainRunConfigurationsAction.text=Add Configuration\u2026
|
|
action.RunToolbarRerunAction.text=Rerun
|
|
action.RunToolbarStopAction.text=Stop
|
|
action.RunToolbarShowHidePopupAction.text=Launch Several Configurations Simultaneously
|
|
action.RunToolbarShowHidePopupAction.show.popup.text=Show Or Hide Docked Configurations
|
|
action.RunToolbarShowHidePopupAction.click.to.show.popup.text=Click to show or hide docked configurations
|
|
action.RunToolbarShowHidePopupAction.click.to.open.toolwindow.text=Click to open process tool window
|
|
action.RunToolbarShowHidePopupAction.click.to.open.combo.text=Click to choose run configuration
|
|
action.RunToolbarMainMultipleStopAction.text=Stop
|
|
action.RunToolbarMainSlotActive.text=Active Process
|
|
action.RunToolbarMoveToTopAction.text=Move Configuration to Top
|
|
action.RunToolbarEditConfigurationAction.text=Edit Configuration\u2026
|
|
action.RunToolbarRemoveSlotAction.text=Remove
|
|
action.RunToolbarRemoveSlotAction.terminating=Terminating
|
|
action.RunToolbarShowToolWindowTab.text=Show the process tool window
|
|
|
|
action.RunToolbarResumeAction.text=Resume
|
|
action.RunToolbarPauseAction.text=Pause
|
|
action.RunToolbarHotSwapAction.text=HotSwap
|
|
|
|
action.RunToolbarRollbackToPrevious.text=Rollback to the previous toolbar
|
|
|
|
action.ExecutionTargets.text=Targets
|
|
|
|
action.ForceIndexRescanning.text=Synchronize Indexes
|
|
action.ForceIndexRebuild.text=Reindex Everything
|
|
action.ForceIndexRebuild.warning=Are you sure you want to reindex all files?
|
|
|
|
action.ToggleFileBasedIndexes.text=Toggle File-Based Indexes
|
|
action.PauseScanningAndIndexing.text=Pause Scanning and Indexing
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
group.MoreActionGroup.text=More
|
|
action.SwitchFileBasedIndexStorageAction.text=Switch File-Based Index Storage
|
|
|
|
action.ListPersistentStateComponents.text=List Persistent State Components
|
|
action.CheckSuggestedPlugins.text=Check Suggested Plugins
|
|
|
|
action.NewUiRunWidget.text=Run Widget
|
|
action.RedesignedRunConfigurationSelector.text=Select Run/Debug Configuration
|
|
action.AllRunConfigurationsToggle.text=Toggle All Run/Debug Configurations
|
|
apply.toolbar.customization=Apply
|
|
|
|
# suppress inspection "UnusedProperty"
|
|
action.Start.Use.Vcs.Vcs.Toolbar.Widget.text=Other Services\u2026
|
|
action.Start.Use.Vcs.text=_Enable Version Control Integration\u2026
|
|
|
|
action.TextSearchAction.text=Text\u2026
|
|
action.TextSearchAction.description=Show text occurrences in Search Everywhere
|
|
|
|
action.MainMenuButton.ShowMenu.text=Show Collapsed Main Menu
|
|
group.TopStripeActionGroup.text=Single Tool Window Bar
|
|
action.TopStripeEnableAction.text=Use Single Tool Window Bar
|
|
action.TopStripePinButton.text=Pin
|
|
action.TopStripeUnPinButton.text=Unpin
|
|
|
|
group.Documentation.Navigation.text=Quick Documentation Navigation
|
|
action.AddBreakpoint.text=Add Breakpoint
|
|
action.AddConditionalBreakpoint.text=Add Conditional Breakpoint\u2026
|
|
group.XDebugger.Attach.Dialog.Settings.text=Attach dialog settings
|
|
|
|
action.XDebugger.Show.Breakpoints.Over.Line.Numbers.text=Breakpoints Over Line Numbers
|
|
group.DebugToolbarQuickActions.text=Add to Debugger Toolbar
|
|
|
|
action.main.toolbar.Project.text=Project Widget
|
|
action.main.toolbar.Filename.text=File Name Widget (when editor tabs are hidden or \u201CAlways show full path\u201D is enabled)
|
|
separator.show=Show
|
|
|
|
group.MainToolbarLeft.text=Left
|
|
group.MainToolbarCenter.text=Center
|
|
group.MainToolbarRight.text=Right
|
|
group.MainToolbarGeneralActionsGroup.text=General Actions
|
|
action.TrialStateWidget.text=Trial State
|
|
action.LoadDefaultYamlProfile.text=Load Inspection Profile from YAML
|
|
action.XcodeBuildSwiftDocumentationAction.text=Build Documentation
|
|
action.XcodeBuildSwiftDocumentationAction.description=Build documentation for all targets
|
|
action.XcodePreviewSwiftDocumentationAction.text=Preview Documentation
|
|
action.XcodePreviewSwiftDocumentationAction.description=Build and preview documentation for all targets
|
|
|
|
action.KeepTabOpen.text=Keep Tab Open
|
|
action.KeepTabOpen.description=Convert a preview tab to a regular editor tab
|
|
action.SkipWindowDeactivationEvents.text=Skip Window Deactivation Events
|
|
action.SkipWindowDeactivationEvents.description=Turn on to simplify debugging. \
|
|
When a breakpoint in the debug IDE is hit, the main IDE steals focus, \
|
|
and `WINDOW_DEACTIVATED` events in the debug IDE trigger the cancellation of popups or file analysis, \
|
|
making `ProgressManager.checkCanceled()` throw right away without giving a chance to debug.
|
|
|
|
group.ChangeProjectColorActionGroup.text=Change Project Color
|
|
group.ChangeMainMenuModeActionGroup.text=Main Menu
|
|
action.ChangeMainMenu.restart.dialog.title=Update 'Main Menu' Settings
|
|
|
|
action.CustomizeMainToolbarAction.text=Customize Toolbar\u2026
|
|
group.CustomizeMainToolbarGroup.text=Customize Main Toolbar
|
|
group.MainToolbarQuickActions.text=Add Action to Main Toolbar
|
|
MainToolbarQuickActions.Build.text=Build
|
|
MainToolbarQuickActions.SaveAll.text=Save All
|
|
MainToolbarQuickActions.BackForward.text=Back / Forward
|
|
|
|
action.ColoredHeaderAction.text=Show Project Gradient
|
|
action.MergeMenuWithWindowTitleAction.text=Merge Main Menu With Window Title\u2026
|
|
|
|
group.Internal.WorkspaceModel.text=Workspace Model
|
|
group.SplitChooser.Actions.text=Split with Chooser Navigation
|
|
|
|
action.multilaunch.AddExecutableAction.text=Add Configuration or Task
|
|
action.multilaunch.EditExecutableAction.text=Edit\u2026
|
|
action.multilaunch.DeleteExecutableAction.text=Delete
|
|
action.multilaunch.CancelExecutableAction.text=Cancel
|
|
action.multilaunch.RunMultiLaunchAction.text=Run
|
|
action.multilaunch.DebugMultiLaunchAction.text=Debug
|
|
action.multilaunch.StopMultiLaunchAction.text=Stop
|
|
|
|
action.RestoreProtocolHandler.text=Register Gateway Protocol
|
|
action.GatewayPluginsAction.text=Manage Providers
|
|
action.DSOpenConsole.text=Open Python Console
|
|
action.CopyTableGridAction.text=Copy Data
|
|
|
|
action.plugins.autoupdate.repository.view.text=View Plugins Auto-Update Repository
|
|
action.ToolWindowShowNamesAction.text=Show Tool Window Names
|
|
action.TogglePresentationAssistantAction.text=Presentation Assistant
|
|
|
|
action.separator=Separator
|
|
action.ConfigureInspectionsAction.text=Configure Inspections\u2026
|
|
action.PaintEditorLineStripeComponentAction.text=Paint Editor Caret Stripe
|
|
|
|
action.ShowInlineCompletionStatistics.text=Show Inline Completion Statistics
|
|
|
|
action.RemoveBom.text=Remove BOM
|
|
action.AddBom.text=Add BOM
|
|
|
|
action.CloseSettings.text=Close Settings
|
|
action.SettingsEditor.ToggleSidebar.text=Toggle Sidebar
|
|
action.SettingsEditor.SaveChanges.text=Save Changes
|
|
|
|
action.DevKit.Bootstrap.text=Create IntelliJ IDEA Plugin\u2026
|
|
# suppress inspection "UnusedProperty"
|
|
action.DevKit.Bootstrap.synonym=Install Plugin DevKit
|
|
|
|
action.UpdateIDEWithStation.text=Download {0} |